summaryrefslogtreecommitdiff
path: root/src/glx/x11/drisw_glx.c
AgeCommit message (Expand)AuthorFilesLines
2009-11-23glx: Prevent potential null pointer deference in driCreateContext.Vinson Lee1-1/+3
2009-07-28glx: assign per screen driver configs (DRISW)RALOVICH, Kristóf1-1/+1
2009-06-30glx: plug a leakKristof Ralovich1-0/+2
2009-05-18Initialize psp->waitX/waitGL for swrast_dri.so.Aidan Thornton1-0/+2
2009-05-04glx: replace Xmalloc() calls with Xcalloc()Brian Paul1-1/+1
2009-01-11Build fixes for gcc 2.95Matthieu Herrb1-3/+3
2008-11-11Don't mess with emacs tab width.Kristian Høgsberg1-1/+0
2008-10-13glx: indent -br -i3 -npcs --no-tabs drisw_glx.cRALOVICH, Kristóf1-294/+298
2008-10-13glx: add a line of Emacs helping variablesRALOVICH, Kristóf1-0/+1
2008-09-18glx: remove #include "glheader.h" linesBrian Paul1-1/+0
2008-09-12dri/swrast: fix swapBuffers after dri2George Sapountzis1-0/+6
2008-07-13glx/dri: only report DRI2 extensions when DRI2 is enabled.Dave Airlie1-1/+1
2008-06-13glx: load swrast_dri.soGeorge Sapountzis1-0/+441