summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/get_gen.py
Commit message (Expand)AuthorAgeFilesLines
* need to flush vertices for GL_OCCLUSION_TEST_RESULT_HP queryBrian Paul2005-07-151-1/+2
* fix for-loop in _mesa_GetDouble to avoid out of bounds memory readBrian Paul2005-06-261-1/+1
* Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul2005-05-041-20/+34
* apply previous GL_COMPRESSED_TEXTURE_FORMATS_ARB fix to generator file, and r...Brian Paul2005-04-301-1/+2
* ARB_fragment/vertex_shader stateMichal Krol2005-04-141-1/+16
* glGet*(GL_FRAGMENT_PROGRAM_BINDING_NV) was returning the vertex program binding.Brian Paul2005-02-091-1/+1
* additional work on GL_EXT_framebuffer_objectBrian Paul2005-02-071-0/+14
* fix max viewport queryBrian Paul2005-01-301-1/+3
* fix MAX_VERTEX_ATTRIBS_ARB queryMichal Krol2005-01-181-1/+1
* _mesa_GetInteger/Float/Boolean/Doublev() are now generated with the newBrian Paul2005-01-161-0/+1149