summaryrefslogtreecommitdiff
path: root/glx
AgeCommit message (Expand)AuthorFilesLines
2010-05-13dixChangeGC callers: Use ChangeGCVal instead of XID almost everywhere.Jamey Sharp1-11/+5
2010-05-13dri2: Send out event when auxillary buffers are invalidatedKristian Høgsberg1-1/+22
2010-05-13Replace X-allocation functions with their C89 counterpartsMikhail Gusarov12-80/+80
2010-05-11dri2: Take an XID for tracking the DRI2 drawableKristian Høgsberg5-21/+34
2010-05-11glxdri2: Hard-code the extension version we needKristian Høgsberg1-3/+3
2010-05-07Introduce dixLookupFontable for "FONT or GC" parameters.Jamey Sharp1-14/+3
2010-04-16glx: Drop DestroyWindow hookKristian Høgsberg2-29/+0
2010-04-16DRI2: Track DRI2 drawables as resources, not privatesKristian Høgsberg1-5/+0
2010-04-16glx: Let the resource system destroy pixmapsKristian Høgsberg1-14/+15
2010-04-16glx: Track GLX 1.3 style GLX drawables under their X drawable ID as wellKristian Høgsberg2-0/+23
2010-04-12glx: Set the pbuffer bit for dri2 fbconfigsKristian Høgsberg5-12/+21
2010-04-06Merge remote branch 'jbarnes/master'Keith Packard1-14/+9
2010-03-29GLX/DRI2: expose swap control extensions if DDX support is presentJesse Barnes1-14/+9
2010-03-29GLX: Remove a redundant initializationJeremy Huddleston1-2/+0
2010-03-23Fix typos in the swap functionsTomas Carnecky1-4/+4
2010-02-24glx: Compile fix to let server compile with new and old mesaKristian Høgsberg1-0/+7
2010-02-17os: Prevent core dump from being truncated.Rami Ylimaki1-1/+1
2010-01-27Merge remote branch 'alanc/master'Keith Packard6-10/+10
2010-01-27dri2: Fix order of operations issue in __glXdriSwapEvent test.Eric Anholt1-1/+1
2010-01-25glx: Sun compilers now support some gcc __attribute__ valuesAlan Coopersmith6-10/+10
2010-01-11GLX/DRI2: add INTEL_swap_event supportJesse Barnes6-1/+49
2010-01-11DRI2: add support for new DRI2 protocol requestsJesse Barnes9-28/+73
2009-12-18Add type name argument to CreateNewResourceTypeAlan Coopersmith1-8/+6
2009-12-18Check for failures from CreateNewResourceTypeAlan Coopersmith1-0/+3
2009-12-14glx: swrast can do GLX 1.4 tooAdam Jackson1-0/+3
2009-10-29Supply all code using dl*() with DLOPEN_LIBSMikhail Gusarov1-0/+4
2009-10-28Suppress certain GCC warnings in auto-generated code.Jamey Sharp1-1/+6
2009-10-28Suppress GCC warnings like "the address of `u1' will always evaluate as `true'".Jamey Sharp1-1/+1
2009-10-08Cast small-int values through intptr_t when passed as pointersJamey Sharp1-1/+1
2009-10-08Fix "possibly uninitialized" warnings in glxJamey Sharp1-2/+2
2009-10-01GLX: More clearly document the GLX protocol version handlingIan Romanick4-7/+21
2009-10-02glx: fixup deref of null pointer when glx screen init fails.Dave Airlie1-2/+2
2009-09-30dix/glx/composite: consolidate visual resize in one place.Dave Airlie1-55/+3
2009-09-29GLX: Enable GLX 1.4 on DRI2Ian Romanick6-7/+38
2009-09-21input: define server-supported protocol versions in one single file.Peter Hutterer2-6/+3
2009-09-16Change xf86dristr.h includes to use xf86driproto.h insteadAlan Coopersmith1-1/+1
2009-09-03glx: Add screen DestroyWindow wrapper to destroy the GLX drawable.Michel Dänzer2-0/+29
2009-07-14glx: switch to byte counting functionsPeter Hutterer2-3/+3
2009-07-06glx: damage is only used with DRIRALOVICH, Kristóf2-2/+1
2009-07-06glx: remove Xgl leftoverRALOVICH, Kristóf2-9/+0
2009-07-05dri2: Enable GLX_SGI_make_current_read when the DRI driver supports it.Eric Anholt1-0/+9
2009-06-24GLX: make function static.Dave Airlie1-1/+1
2009-06-24GLX: note the implicit flushes with ReadPixels in indirect contexts.Dave Airlie2-0/+2
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-06-06GLX: Make sure the types match for ALIAS in indirect_reqsize.cJeremy Huddleston1-2/+2
2009-06-02Remove some libXfont leftoversAdam Jackson2-2/+0
2009-05-29GLX: Purge glxint.h usageJeremy Huddleston2-3/+2
2009-05-29GLX: Purge some glxint.h usage in glxcmds.cJeremy Huddleston1-6/+16
2009-05-19glx: Register names for the GLX resource types.Eamon Walsh1-0/+5