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
sh4.c
sh4.h Merge branch 'quicker_transform' into 'master' 2025-02-02 08:34:36 +00:00
software.c
software.h Implemented support for all vertex attribute fmts. 2025-02-19 08:54:21 -06:00