summaryrefslogtreecommitdiffstats
path: root/src/glx/indirect_vertex_array.c
Commit message (Collapse)AuthorAgeFilesLines
* glx: add const qualifiers to __indirect_glMultiDrawArraysEXT()Brian Paul2010-09-141-2/+2
|
* glx: Rename __GLXcontext and __GLXdisplayPrivate to struct types.Kristian Høgsberg2010-07-281-32/+32
|
* glx: fix incorrect array stack memory allocationMarkus Fleschutz2010-02-261-1/+2
| | | | | | | The array stack space wasn't allocated to the proper size. Fixes out of bounds memory writes when the client/array stack depth exceeds one. See fd.o bug 26768.
* Retire miniglx and move the actual glx code up to src/glxKristian Høgsberg2010-02-091-0/+1985