summaryrefslogtreecommitdiff
path: root/glx/glxdriswrast.c
AgeCommit message (Expand)AuthorFilesLines
2012-05-23glx: Extend __GLXscreen::createContext to take attributesIan Romanick1-1/+11
2012-03-21Introduce a consistent coding styleKeith Packard1-137/+123
2011-11-24glx: don't leak driConfigsPaulo Zanoni1-3/+11
2011-03-28glx: Remove ->forceCurrent from the context vtableAdam Jackson1-14/+0
2011-03-14glx: Factor out glxProbeDriver function.Christopher James Halse Rogers1-36/+6
2011-03-14glx: Add texbuffer2 support to swrastAdam Jackson1-0/+8
2010-11-30glx: Remove swap barrier and hyperpipe supportAdam Jackson1-1/+0
2010-09-13glxdriswrast: Use CreateGC, not CreateScratchGC.Jamey Sharp1-12/+8
2010-06-10glxdriswrast bugfix: configure swapgc, not gc.Jamey Sharp1-1/+1
2010-05-13Replace dixChangeGC with calls directly to the right variant.Jamey Sharp1-2/+2
2010-05-13dixChangeGC callers: Use ChangeGCVal instead of XID almost everywhere.Jamey Sharp1-11/+5
2010-05-13Replace X-allocation functions with their C89 counterpartsMikhail Gusarov1-8/+8
2010-05-11dri2: Take an XID for tracking the DRI2 drawableKristian Høgsberg1-3/+5
2010-04-12glx: Set the pbuffer bit for dri2 fbconfigsKristian Høgsberg1-1/+4
2010-01-11DRI2: add support for new DRI2 protocol requestsJesse Barnes1-1/+1
2009-12-14glx: swrast can do GLX 1.4 tooAdam Jackson1-0/+3
2009-04-20Add newline to some LogMessage strings.Werner LEMBERG1-1/+2
2009-04-13glx: Fix drawable private leak on destroyKristian Høgsberg1-0/+2
2009-01-19Cygwin/X: Cygwin doesn't have RTLD_LOCALYaakov Selkowitz1-0/+7
2008-12-02Fix GLX after 180bad84774493d48f2793a6281d825560944863.Eric Anholt1-1/+1
2008-10-06xalloc+memset(0) -> xcallocAdam Jackson1-7/+3
2008-07-24Don't abort if swrast library is not presentDaniel Drake1-1/+1
2008-07-24Drop the glx resize hook and stop chaining PositionWindow.Kristian Høgsberg1-10/+0
2008-06-13glx: drop unused cleargcGeorge Sapountzis1-7/+0
2008-05-23glx: missing swrast is fatalGeorge Sapountzis1-1/+1
2008-05-21Move GL/glx on level up now that it's the only thing left under GL.Kristian Høgsberg1-0/+544