Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
_mesa_align_malloc and friends.
|
|
either GL_ARB_vertex_program or GL_ARB_fragment_program should enable this
extension as well.
|
|
|
|
|
|
While here, make PROGRAM_UNDEFINED just the next value in the enum.
|
|
|
|
|
|
|
|
|
|
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
----------------------------------------------------------------------
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|