Age | Commit message (Collapse) | Author |
|
|
|
|
|
Eventually move them into imports.c
|
|
|
|
|
|
|
|
|
|
"gl_" to match other structs.
|
|
|
|
|
|
_mesa_GetTexImage() so it's not needed in the fallback or driver functions.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
textures, display lists, programs, VBOs, etc. Less code and more efficient.
|
|
hash table. Make _mesa_destroy_list() static.
|
|
callback function.
Added _mesa_HashWalk() to walk over all entries in a hash table with callback.
|
|
|
|
GL_EXT_framebuffer_blit. Enumerants in the XML schema get the GL_ prefix
added to them automatically. This resulted in things like
"GL_GL_TIME_ELAPSED_EXT" in enums.c.
|
|
|
|
from http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=374608).
|
|
specified.
|
|
|
|
Modified Files:
Mesa/src/mesa/main/descrip.mms
----------------------------------------------------------------------
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
and demos are also added.
Adding basic support to drivers should be as easy as just enabling the
extension, though thorough test would also be required.
|
|
and cast. Simplifies the code a little bit elsewhere.
|
|
|
|
|
|
|
|
|
|
be needed (it's set in texenvprogram.c) and is a memory leak according to
valgrind.
Disable with #if 0 / #endif
|
|
|
|
|
|
Replace void *key parameter with const struct state_key *
|