Age | Commit message (Collapse) | Author |
|
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.
|
|
Test that modifications to a texture object in one rendering context are seen
in a second rendering context.
Press 't' to change the texture's image/colors.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
suitable
|
|
Make sure we can really render to the texture surface given its format.
|
|
Also, make sure surfaces are suitable for blitting before calling util_blit_pixels().
|
|
|
|
|
|
|
|
|
|
Also, call glutDestroyWindow() upon exit.
|
|
This fixes a weird conform test failure that depended on something that
happened several tests earlier. This took waaaaaay too long to find/fix.
|
|
|
|
|
|
|
|
|
|
|
|
Change SSE_SWIZZLES #define to 0 to disable it.
|
|
|
|
|
|
|
|
|
|
A common mistake is trying to fence user or malloc buffers. So don't let
the crash happen inside pipebuffer lib.
|
|
|
|
|
|
|
|
|
|
|