summaryrefslogtreecommitdiff
path: root/glx
AgeCommit message (Expand)AuthorFilesLines
2011-03-28glx: minor cast cleanupAdam Jackson1-4/+3
2011-03-28glx: dead variable removalAdam Jackson2-10/+0
2011-03-28glx: Remove some obfuscatory macrosAdam Jackson6-25/+17
2011-03-28glx: Remove ->forceCurrent from the context vtableAdam Jackson5-45/+1
2011-03-28glx: Reimplement context tagsAdam Jackson3-112/+24
2011-03-28glx: Fix _glapi_add_dispatchAdam Jackson1-200/+20
2011-03-28glx: Flatten -DXFree86ServerAdam Jackson2-44/+0
2011-03-28glx: Update some glapi commentsAdam Jackson1-32/+6
2011-03-28glx: Lobotomize _glapi_get_proc_addressAdam Jackson1-34/+7
2011-03-28glx: Remove noop dispatch tableAdam Jackson4-6752/+2
2011-03-23GLX: Support TLS with better portabilityJeremy Huddleston3-4/+4
2011-03-14glx: Use PATH_MAX as size of filename bufferChristopher James Halse Rogers1-1/+1
2011-03-14glx: Factor out glxProbeDriver function.Christopher James Halse Rogers5-110/+77
2011-03-14glx: Add texbuffer2 support to swrastAdam Jackson1-0/+8
2011-03-08glx: Remove unused _glapi_get_proc_nameAdam Jackson2-52/+0
2011-03-08glx: Simplify _glapi_check_multithreadAdam Jackson1-45/+4
2011-03-08glx: unifdef BEOS_THREADSAdam Jackson2-42/+1
2011-03-08glx: unifdef USE_XTHREADSAdam Jackson2-96/+1
2011-03-08glx: unifdef SOLARIS_THREADSAdam Jackson2-94/+1
2011-03-08glx: Remove unused _glapi_get_proc_offset and friendsAdam Jackson2-126/+0
2011-02-15glx: Work around wrong request lengths sent by mesaJulien Cristau2-9/+22
2011-02-15glx: fix BindTexImageEXT length checkJulien Cristau2-2/+14
2011-02-15glx: fix request length check for CreateGLXPbufferSGIXJulien Cristau2-2/+2
2011-01-10glx: validate numAttribs field before using itJulien Cristau2-0/+45
2011-01-10glx: swap the request arrays entirely, not just half of themJulien Cristau1-5/+5
2011-01-10glx: check request length before swappingJulien Cristau1-5/+130
2011-01-10glx: validate request lengthsJulien Cristau2-9/+135
2011-01-10glx: make sure screen is non-negative in validGlxScreenJulien Cristau1-1/+1
2010-12-31glx: warning fixesAdam Jackson1-1/+1
2010-12-31GLX: DRI2: Fix mismatched-types warningDaniel Stone1-1/+1
2010-11-30glx: Remove swap barrier and hyperpipe supportAdam Jackson12-355/+1
2010-11-10Merge remote branch 'whot/for-keith'Keith Packard3-11/+4
2010-11-10Replace usage of DamageRegionAppend with DamageDamageRegion to fix reportAfter.Eric Anholt1-3/+1
2010-11-11Remove more superfluous if(p!=NULL) checks around free(p).Cyril Brulebois3-9/+3
2010-11-11Remove more superfluous if(p!=NULL) checks around free(p).Cyril Brulebois1-2/+1
2010-09-28glx: Fix use after free in DrawableGoneKristian Høgsberg1-6/+5
2010-09-13glxdriswrast: Use CreateGC, not CreateScratchGC.Jamey Sharp1-12/+8
2010-08-19glx: Prevent NULL context deref in __glXGetDrawable() (bug 29184)Chris Wilson1-0/+7
2010-07-13Unwrap/rewrap EnterVT/LeaveVT completely, Fixes 28998Keith Packard2-4/+30
2010-06-22dri2: avoid crash with old dri drivers.Dave Airlie1-1/+2
2010-06-11Get rid of xstrdup when argument is definitely non-NULLMikhail Gusarov2-4/+4
2010-06-10glxdriswrast bugfix: configure swapgc, not gc.Jamey Sharp1-1/+1
2010-06-10Remove unnecessary parentheses around return values in functionsMikhail Gusarov1-2/+2
2010-06-06Remove more superfluous if(p) checks around free(p)Mikhail Gusarov4-15/+10
2010-06-05Change the devPrivates API to require dixRegisterPrivateKeyKeith Packard2-5/+8
2010-06-05Rename region macros to eliminate screen argumentKeith Packard2-9/+9
2010-05-19Set event sequence number in WriteEventsToClient instead of at callers.Jamey Sharp1-1/+0
2010-05-13Eliminate boilerplate around client->noClientException.Jamey Sharp1-1/+1
2010-05-13clientErrorValue is never used outside dix. Stop importing it.Jamey Sharp1-2/+0
2010-05-13Replace dixChangeGC with calls directly to the right variant.Jamey Sharp1-2/+2