summaryrefslogtreecommitdiffstats
path: root/src/glx/x11/indirect_vertex_array.c
Commit message (Expand)AuthorAgeFilesLines
* In __glXPushArrayState() we weren't pushing the index field.Brian Paul2006-05-111-1/+2
* When error-checking 'unit' against num_texture_units, need to use >=, not >.Brian Paul2006-05-091-1/+1
* remove stray 'foo' lineBrian Paul2006-02-151-1/+0
* replace size_t * w/ unsigned int * (Jurg Billeter)Brian Paul2006-02-141-2/+2
* Fix a realloc problem with indirect vertex arrays. The actual head pointerIan Romanick2005-08-191-2/+3
* Minor vertex array support tweaks. These are in preparation for theIan Romanick2005-03-171-11/+18
* Minor vertex array support tweaks. Most of these are in preparation for theIan Romanick2005-03-171-303/+36
* Clean-up some warnings caused by the addition of vertex / fragment programIan Romanick2005-02-281-14/+40
* Add GLX protocol support for ARB_fragement_program,Ian Romanick2005-02-251-7/+209
* Added __glExtensionBiIsEnabled and __GLXcontext::gl_extension_bits. ThisIan Romanick2005-02-221-0/+1878