Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-02-09 | Retire miniglx and move the actual glx code up to src/glx | Kristian Høgsberg | |
2010-02-01 | glx: Remove unnecessary headers. | Vinson Lee | |
2010-01-08 | DRI2: add OML_sync_control support | Jesse Barnes | |
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 <jbarnes@virtuousgeek.org> | |||
2009-11-23 | glx: Prevent potential null pointer deference in driCreateContext. | Vinson Lee | |
2009-07-28 | glx: assign per screen driver configs (DRISW) | RALOVICH, Kristóf | |
2009-06-30 | glx: plug a leak | Kristof Ralovich | |
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. | |||
2009-05-18 | Initialize psp->waitX/waitGL for swrast_dri.so. | Aidan Thornton | |
Fixes http://bugs.freedesktop.org/show_bug.cgi?id=21053 . | |||
2009-05-04 | glx: replace Xmalloc() calls with Xcalloc() | Brian Paul | |
Fixes a bug where psp->WaitX was uninitialized. Reported by Chris Clayton. | |||
2009-01-11 | Build fixes for gcc 2.95 | Matthieu Herrb | |
2008-11-11 | Don't mess with emacs tab width. | Kristian Høgsberg | |
2008-10-13 | glx: indent -br -i3 -npcs --no-tabs drisw_glx.c | RALOVICH, Kristóf | |
2008-10-13 | glx: add a line of Emacs helping variables | RALOVICH, Kristóf | |
2008-09-18 | glx: remove #include "glheader.h" lines | Brian Paul | |
Was only used to get the PUBLIC/USED macros. Also, replace "GL_FALSE" with "False" in a couple places. | |||
2008-09-12 | dri/swrast: fix swapBuffers after dri2 | George Sapountzis | |
2008-07-13 | glx/dri: only report DRI2 extensions when DRI2 is enabled. | Dave Airlie | |
Fixes bug 15477 | |||
2008-06-13 | glx: load swrast_dri.so | George Sapountzis | |
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 |