Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Retire miniglx and move the actual glx code up to src/glx | Kristian Høgsberg | 2010-02-09 | 1 | -456/+0 |
| | |||||
* | glx: Remove unnecessary headers. | Vinson Lee | 2010-02-01 | 1 | -1/+0 |
| | |||||
* | DRI2: add OML_sync_control support | Jesse Barnes | 2010-01-08 | 1 | -1/+2 |
| | | | | | | | | Add OML_sync_control support, along with a simple program for testing it. This means adding support for the DRI2GetMSC, DRI2WaitMSC and DRI2WaitSBC requests. Signed-off-by: Jesse Barnes <[email protected]> | ||||
* | glx: Prevent potential null pointer deference in driCreateContext. | Vinson Lee | 2009-11-23 | 1 | -1/+3 |
| | |||||
* | glx: assign per screen driver configs (DRISW) | RALOVICH, Kristóf | 2009-07-28 | 1 | -1/+1 |
| | |||||
* | glx: plug a leak | Kristof Ralovich | 2009-06-30 | 1 | -0/+2 |
| | | | | | | | | | Swrast was missing a free for the culmination of driConcatConfigs. Use free(), not _mesa_free() since we shouldn't be calling any Mesa functions from the GLX code. driConcatConfigs() should probably use regular malloc/free to be consistant but the Mesa functions just wrap the libc functions anyway. | ||||
* | Initialize psp->waitX/waitGL for swrast_dri.so. | Aidan Thornton | 2009-05-18 | 1 | -0/+2 |
| | | | | Fixes http://bugs.freedesktop.org/show_bug.cgi?id=21053 . | ||||
* | glx: replace Xmalloc() calls with Xcalloc() | Brian Paul | 2009-05-04 | 1 | -1/+1 |
| | | | | Fixes a bug where psp->WaitX was uninitialized. Reported by Chris Clayton. | ||||
* | Build fixes for gcc 2.95 | Matthieu Herrb | 2009-01-11 | 1 | -3/+3 |
| | |||||
* | 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 |