aboutsummaryrefslogtreecommitdiffstats
path: root/src/glx/x11/drisw_glx.c
Commit message (Collapse)AuthorAgeFilesLines
* Retire miniglx and move the actual glx code up to src/glxKristian Høgsberg2010-02-091-456/+0
|
* glx: Remove unnecessary headers.Vinson Lee2010-02-011-1/+0
|
* DRI2: add OML_sync_control supportJesse Barnes2010-01-081-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 Lee2009-11-231-1/+3
|
* glx: assign per screen driver configs (DRISW)RALOVICH, Kristóf2009-07-281-1/+1
|
* glx: plug a leakKristof Ralovich2009-06-301-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 Thornton2009-05-181-0/+2
| | | | Fixes http://bugs.freedesktop.org/show_bug.cgi?id=21053 .
* glx: replace Xmalloc() calls with Xcalloc()Brian Paul2009-05-041-1/+1
| | | | Fixes a bug where psp->WaitX was uninitialized. Reported by Chris Clayton.
* Build fixes for gcc 2.95Matthieu Herrb2009-01-111-3/+3
|
* Don't mess with emacs tab width.Kristian Høgsberg2008-11-111-1/+0
|
* glx: indent -br -i3 -npcs --no-tabs drisw_glx.cRALOVICH, Kristóf2008-10-131-294/+298
|
* glx: add a line of Emacs helping variablesRALOVICH, Kristóf2008-10-131-0/+1
|
* glx: remove #include "glheader.h" linesBrian Paul2008-09-181-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 dri2George Sapountzis2008-09-121-0/+6
|
* glx/dri: only report DRI2 extensions when DRI2 is enabled.Dave Airlie2008-07-131-1/+1
| | | | Fixes bug 15477
* glx: load swrast_dri.soGeorge Sapountzis2008-06-131-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