Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | glx: add const qualifiers to __indirect_glMultiDrawArraysEXT() | Brian Paul | 2010-09-14 | 1 | -2/+2 |
| | |||||
* | glx: Rename __GLXcontext and __GLXdisplayPrivate to struct types. | Kristian Høgsberg | 2010-07-28 | 1 | -32/+32 |
| | |||||
* | glx: fix incorrect array stack memory allocation | Markus Fleschutz | 2010-02-26 | 1 | -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/glx | Kristian Høgsberg | 2010-02-09 | 1 | -0/+1985 |