summaryrefslogtreecommitdiff
path: root/src/glx/x11/indirect_vertex_array.c
AgeCommit message (Expand)Author
2010-02-09Retire miniglx and move the actual glx code up to src/glxKristian Høgsberg
2009-08-13glx: indent -br -i3 -npcs --no-tabsRALOVICH, Kristóf
2008-11-11Don't mess with emacs tab width.Kristian Høgsberg
2008-10-13glx: indent -br -i3 -npcs --no-tabs indirect_vertex_array.cRALOVICH, Kristóf
2008-10-13glx: add a line of Emacs helping variablesRALOVICH, Kristóf
2008-10-13glx: No need to zero a local variable.RALOVICH, Kristóf
2008-08-20glx: free vertex array state when context is destroyedKristof Ralovich
2008-07-15glx: Update my e-mail address. :)Ian Romanick
2008-07-15glx: Trivial clean-ups to __glXSetArrayEnableIan Romanick
2008-04-23glx: nitpick renamesGeorge Sapountzis
2008-01-22fix pc vs. gc->ps usage (bug 14197)Brian
2007-08-27fixed problem with big glDrawArrays (see bug 12141)Colin McDonald
2007-05-14in __glXGetArrayType() return type, not enabled (bug 10938)Bruce Merry
2007-01-04s/unsigned/size_t/ (Matthias Hopf)Brian
2006-11-02Update gl_API.xml with OpenGL 2.0 functions, regenerate derived files.Brian Paul
2006-05-11In __glXPushArrayState() we weren't pushing the index field.Brian Paul
2006-05-09When error-checking 'unit' against num_texture_units, need to use >=, not >.Brian Paul
2006-02-15remove stray 'foo' lineBrian Paul
2006-02-14replace size_t * w/ unsigned int * (Jurg Billeter)Brian Paul
2005-08-19Fix a realloc problem with indirect vertex arrays. The actual head pointerIan Romanick
2005-03-17Minor vertex array support tweaks. These are in preparation for theIan Romanick
2005-03-17Minor vertex array support tweaks. Most of these are in preparation for theIan Romanick
2005-02-28Clean-up some warnings caused by the addition of vertex / fragment programIan Romanick
2005-02-25Add GLX protocol support for ARB_fragement_program,Ian Romanick
2005-02-22Added __glExtensionBiIsEnabled and __GLXcontext::gl_extension_bits. ThisIan Romanick