summaryrefslogtreecommitdiff
path: root/src/glx/indirect_vertex_array.c
AgeCommit message (Expand)AuthorFilesLines
2016-07-08glx: Fix for commit 2c86668694.Matt Turner1-0/+2
2016-07-08glx: Undo memory allocation checking damage.Matt Turner1-5/+1
2016-07-08glx: Fix indirect multi-texture GL_DOUBLE coordinate arrays.Colin McDonald1-21/+47
2016-07-08glx: Correct opcode typos in __indirect_glTexCoordPointer.Colin McDonald1-5/+14
2015-04-27Fix a few typosZoë Blade1-1/+1
2014-01-06glx: check memory allocations in __glXInitVertexArrayState()Juha-Pekka Heikkila1-4/+23
2013-06-26glx: Fix another missed glMultiDrawElementsEXT const change.Eric Anholt1-1/+1
2012-11-12mesa: Standardize names of OpenGL functions.Paul Berry1-8/+8
2012-09-05Remove useless checks for NULL before freeingMatt Turner1-8/+4
2010-09-14glx: add const qualifiers to __indirect_glMultiDrawArraysEXT()Brian Paul1-2/+2
2010-07-28glx: Rename __GLXcontext and __GLXdisplayPrivate to struct types.Kristian Høgsberg1-32/+32
2010-02-26glx: fix incorrect array stack memory allocationMarkus Fleschutz1-1/+2
2010-02-09Retire miniglx and move the actual glx code up to src/glxKristian Høgsberg1-0/+1985