GLdc/GL/platforms
Falco Girgis b09e630304 Implemented support for all vertex attribute fmts.
1) GLdouble was incorrectly being treated as GLfloat which is now broken
   with -m4-single as default. Fixed.
2) Implemented all missing double-precision vertex attribute reader
   functions.
3) Implemented all missing vertex reader/extracter functions for
   unsigned/signed ints and unsigned/signed shorts.
4) Added (void) argument lists to every function missing them.
    - Not the same as accepting no arguments in C, as with C++.
5) Added KOS's __restrict to software.h so it can be used in common code.
2025-02-19 08:54:21 -06:00
..
software X86 2021-04-09 15:24:47 +00:00
sh4.c Removed opb_count hack for older KOS versions 2024-10-09 22:20:32 -05:00
sh4.h Merge branch 'quicker_transform' into 'master' 2025-02-02 08:34:36 +00:00
software.c Call TransformVertex directly instead of using TransformVertices 2025-02-02 15:58:19 +11:00
software.h Implemented support for all vertex attribute fmts. 2025-02-19 08:54:21 -06:00