summaryrefslogtreecommitdiffstats
path: root/src/glx/x11/indirect_vertex_array.c
Commit message (Expand)AuthorAgeFilesLines
* Don't mess with emacs tab width.Kristian Høgsberg2008-11-111-1/+0
* glx: indent -br -i3 -npcs --no-tabs indirect_vertex_array.cRALOVICH, Kristóf2008-10-131-1344/+1454
* glx: add a line of Emacs helping variablesRALOVICH, Kristóf2008-10-131-0/+1
* glx: No need to zero a local variable.RALOVICH, Kristóf2008-10-131-1/+0
* glx: free vertex array state when context is destroyedKristof Ralovich2008-08-201-0/+25
* glx: Update my e-mail address. :)Ian Romanick2008-07-151-1/+1
* glx: Trivial clean-ups to __glXSetArrayEnableIan Romanick2008-07-151-4/+8
* glx: nitpick renamesGeorge Sapountzis2008-04-231-1/+1
* fix pc vs. gc->ps usage (bug 14197)Brian2008-01-221-4/+4
* fixed problem with big glDrawArrays (see bug 12141)Colin McDonald2007-08-271-6/+8
* in __glXGetArrayType() return type, not enabled (bug 10938)Bruce Merry2007-05-141-1/+1
* s/unsigned/size_t/ (Matthias Hopf)Brian2007-01-041-3/+3
* Update gl_API.xml with OpenGL 2.0 functions, regenerate derived files.Brian Paul2006-11-021-4/+2
* 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