summaryrefslogtreecommitdiff
path: root/glx
AgeCommit message (Expand)AuthorFilesLines
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
2009-05-14glx: If a destroyed window is bound to the current context, make it not current.Michel Dänzer1-0/+4
2009-04-27Fix obvious copypastaPierre Willenbrock1-2/+2
2009-04-24DRI2: Implement protocol for DRI2GetBuffersWithFormatIan Romanick1-7/+52
2009-04-20DRI2: Add missing front-buffer flush callback.Ian Romanick1-0/+8
2009-04-20Add newline to some LogMessage strings.Werner LEMBERG2-5/+7
2009-04-15DRI2: Don't leave empty entries in private->buffersIan Romanick1-8/+9
2009-04-13glx: Fix drawable private leak on destroyKristian Høgsberg10-115/+67
2009-04-10DRI2: Do not send the real front buffer of a window to the clientIan Romanick1-0/+10
2009-04-09glx: Test the error value, not its address...Michel Dänzer1-1/+1
2009-04-08Use a #define instead of a magic numberIan Romanick1-2/+4
2009-04-08Allow GLX sources to build against Mesa 7.4 sourcesIan Romanick1-1/+4
2009-04-07Convert remaining GLX LookupIDByType() callsKristian Høgsberg2-7/+15
2009-04-07Add validGlxDrawable() and use dixLookupResourceByType().Kristian Høgsberg2-70/+76
2009-04-07Don't stomp on dixLookupDrawable() return value in DoCreateGLXPixmap().Kristian Høgsberg1-1/+5
2009-04-07Make GLX context lookup use dixLookupResourceByType()Kristian Høgsberg1-55/+43
2009-04-02Support setTexBuffer2 in AIGLX.Kristian Høgsberg3-3/+16
2009-02-17glx: Inialize best_score before calculating visual scoresIan Romanick1-1/+1
2009-02-16glx: Add comments around some extension string weirdnessIan Romanick2-1/+9
2009-02-16dri2: support glXWaitGL & glXWaitX by copying fake front to front andAlan Hourihane4-11/+67
2009-02-13glx: fix retval checks when failures occur for drawable creation.Alan Hourihane1-1/+9
2009-02-12Enable pbuffersIan Romanick2-1/+2
2009-02-10glx: Replace broken GLX visual setup with a fixed "all" mode.Eric Anholt2-157/+78