Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't mess with emacs tab width. | Kristian Høgsberg | 2008-11-11 | 1 | -1/+0 |
| | |||||
* | glx: indent -br -i3 -npcs --no-tabs drisw_glx.c | RALOVICH, Kristóf | 2008-10-13 | 1 | -294/+298 |
| | |||||
* | glx: add a line of Emacs helping variables | RALOVICH, Kristóf | 2008-10-13 | 1 | -0/+1 |
| | |||||
* | glx: remove #include "glheader.h" lines | Brian Paul | 2008-09-18 | 1 | -1/+0 |
| | | | | | Was only used to get the PUBLIC/USED macros. Also, replace "GL_FALSE" with "False" in a couple places. | ||||
* | dri/swrast: fix swapBuffers after dri2 | George Sapountzis | 2008-09-12 | 1 | -0/+6 |
| | |||||
* | glx/dri: only report DRI2 extensions when DRI2 is enabled. | Dave Airlie | 2008-07-13 | 1 | -1/+1 |
| | | | | Fixes bug 15477 | ||||
* | glx: load swrast_dri.so | George Sapountzis | 2008-06-13 | 1 | -0/+441 |
caveats: - does not work with old (i.e. libGLcore) xserver: - made unbindContext a noop - extensions: GLX_SGI_make_current_read GLX_EXT_texture_from_pixmap GLX_MESA_copy_sub_buffer |