Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-04-09 | glx: Support direct rendering pbuffers | Kristian Høgsberg | |
We've supported indirect rendering pbuffers for a while, but not direct rendering pbuffers. The way we do this is by creating a hidden pixmap and wrap that in a GLX pbuffer. This only works when we have DRI2 on the server, but if the server doesn't have DRI2, it won't expose configs with pbuffer bits enabled. | |||
2010-03-02 | glx: replace assertion with conditional | Brian Paul | |
See fd.o bug 26832. | |||
2010-02-27 | glx: Add assert to check input to memcpy. | Vinson Lee | |
2010-02-16 | glx: Move GetGLXDRIDrawable() prototype to glxclient.h | Kristian Høgsberg | |
2010-02-09 | Retire miniglx and move the actual glx code up to src/glx | Kristian Høgsberg | |