aboutsummaryrefslogtreecommitdiffstats
path: root/src/glx/x11/drisw_glx.c
Commit message (Expand)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
* 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
* Initialize psp->waitX/waitGL for swrast_dri.so.Aidan Thornton2009-05-181-0/+2
* glx: replace Xmalloc() calls with Xcalloc()Brian Paul2009-05-041-1/+1
* 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
* 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
* glx: load swrast_dri.soGeorge Sapountzis2008-06-131-0/+441