summaryrefslogtreecommitdiff
path: root/glx/glxext.c
AgeCommit message (Expand)AuthorFilesLines
2009-10-02glx: fixup deref of null pointer when glx screen init fails.Dave Airlie1-2/+2
2009-09-29GLX: Enable GLX 1.4 on DRI2Ian Romanick1-1/+7
2009-06-24GLX: make function static.Dave Airlie1-1/+1
2009-06-23glx: Clean up more thoroughly if the drawable of a current context goes away.Michel Dänzer1-1/+24
2009-06-11glx: fix open-coded linked list removal functionDave Airlie1-5/+11
2009-05-19glx: Register names for the GLX resource types.Eamon Walsh1-0/+5
2009-05-14glx: If a destroyed window is bound to the current context, make it not current.Michel Dänzer1-0/+4
2009-04-13glx: Fix drawable private leak on destroyKristian Høgsberg1-12/+30
2008-12-12Remove #define NEED_EVENTS and NEED_REPLIESPeter Hutterer1-1/+0
2008-09-22Upgrade GLX Public License 1.0 to FreeB 2.0.Adam Jackson1-18/+28
2008-08-28Prepare for array-index based devPrivates.Tomas Carnecky1-1/+2
2008-07-24Don't abort if swrast library is not presentDaniel Drake1-13/+24
2008-07-21Need to unref pixmaps backing pbuffers too.Kristian Høgsberg1-1/+5
2008-07-21Fix embarrasing GLXPixmap leak.Kristian Høgsberg1-0/+5
2008-05-21Move GL/glx on level up now that it's the only thing left under GL.Kristian Høgsberg1-0/+501