Age | Commit message (Collapse) | Author |
|
|
|
|
|
The struct is still there though until all winsys layers are updated
|
|
Pass arguments properly in linux now. Still need to change this to use
a single calling convention on both platforms.
|
|
|
|
|
|
Using char * for labels doesn't work if you realloc the function
during assembly and free the old storage...
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
to the stack
|
|
|
|
release builds
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Now all the packed color types are consistantly named.
Added temporary #defines for the old names until all drivers are updated.
|
|
|
|
GL_REPLACE_EXT comes from the ancient GL_EXT_texture extension. Found an old demo that
actually uses it.
The values of the GL_REPLACE and GL_REPLACE_EXT tokens is different, unfortunately.
|
|
|
|
|
|
|
|
|
|
|
|
This allows us to remove most of the direct references to winsys in the state tracker.
|
|
|
|
|
|
|
|
|
|
We shouldn't be hashing with keys that have uninitialized memory.
|
|
|
|
|
|
Fixes duplicated text bug in progs/tests/texwrap.c
|
|
‘enum’ types
|
|
|
|
|