summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-08-07glx: Remove swrast "A"IGLXglx-2Adam Jackson3-491/+3
2013-08-07glx: Fix a corner case in DrawableGoneAdam Jackson1-1/+1
2013-08-07glx: Add GLX_MESAX_surfaceless_contextAdam Jackson3-24/+17
2013-08-07glx: Add glamor-based EGL providerAdam Jackson3-2/+434
2013-08-07xnest: Add a GLX-on-GLX providerAdam Jackson4-1/+463
2013-08-07glx: convert to direct GL dispatchAdam Jackson38-41223/+3257
2013-08-07glx: Allow the DDX to refuse direct contextsAdam Jackson2-0/+5
2013-08-07glx: Don't set swrast as the implicit glx providerAdam Jackson6-12/+25
2013-08-07glx: Fix memory leak in context garbage collectionAdam Jackson4-24/+38
2013-08-07glx: Remove current context cacheAdam Jackson12-76/+1
2013-08-07xnest: Add a default (no-op) error handlerAdam Jackson1-0/+11
2013-08-07dix: Hack off the call to XaceCensorImageAdam Jackson1-1/+1
2013-08-07xnest: Enable GLXAdam Jackson1-0/+19
2013-08-07hack vfb: Link against libGLAdam Jackson1-1/+1
2013-08-07composite: export comp{Re,Unre}directWIndowAdam Jackson3-6/+7
2013-08-07vfb: Change default depth to 24Adam Jackson1-1/+1
2013-08-07xinerama: Make +xinerama work even with just one screenAdam Jackson1-6/+2
2013-08-07glx: __glXDrawableInit doesn't fail, make it return voidAdam Jackson6-27/+10
2013-08-07dri2: Remove (most) dependence on xfree86 headersAdam Jackson2-8/+1
2013-08-07glx: Remove glx{Suspend,Resume}ClientsAdam Jackson3-118/+3
2013-08-07glx: Delete DRI1 AIGLXAdam Jackson3-1179/+0
2013-08-07glx: Fill in some missing attributes from DoGetFBConfigsAdam Jackson1-2/+12
2013-08-07glx: Remove a dead commentAdam Jackson1-4/+0
2013-08-07glx: Catch another failure case in drawable creationAdam Jackson1-0/+4
2013-08-07glx: Remove screen number from __GLXconfigAdam Jackson1-2/+0
2013-08-07glx: Remove pixmapMode from __GLXconfigAdam Jackson4-7/+0
2013-08-07glx: Remove support for NV_vertex_program and NV_fragment_programAdam Jackson1-4/+0
2013-08-07glx: realloc style fix in RenderLargeAdam Jackson1-9/+6
2013-08-07glx: Eliminate a small malloc from QueryContextAdam Jackson1-15/+8
2013-08-07glx: Handle failure to create the pixmap backing the pbufferAdam Jackson1-0/+2
2013-08-07glx: Implement GLX_PRESERVED_CONTENTS drawable attributeAdam Jackson2-36/+55
2013-08-07glx: Implement GLX_FBCONFIG_ID in GetDrawableAttributesAdam Jackson1-1/+4
2013-08-07glx: Implement GLX_{WIDTH,HEIGHT} in GetDrawableAttributesAdam Jackson1-1/+7
2013-08-07glx: Compute number of attributes in GetDrawableAttributes on the flyAdam Jackson1-9/+11
2013-08-07glx: Style fixesAdam Jackson1-3/+7
2013-08-07glx: Pull GLX vendor string out of __GLXscreenAdam Jackson3-5/+3
2013-08-07glx: Remove unused bits from the context structAdam Jackson1-1/+0
2013-08-07glxproxy: Convert to private-based client trackingAdam Jackson3-147/+41
2013-08-07glxproxy: Don't track GLCLientm{aj,in}orVersionAdam Jackson3-10/+0
2013-08-07dmx/glx: Remove unused __glXNopAdam Jackson3-40/+0
2013-08-01test/xi2: fix protocol-xiqueryversion testMaarten Lankhorst1-30/+30
2013-08-01Xi: Clamp XIClient maximal version to XIVersionMaarten Lankhorst1-17/+14
2013-08-01xfree86/man: document AutoAddGPUDave Airlie1-0/+4
2013-07-25Merge remote-tracking branch 'whot/for-keith'Keith Packard4-10/+33
2013-07-26Xi: Allow clients to ask for 2.3 and then 2.2 without failingKeith Packard1-6/+30
2013-07-25xfree86: detach scanout pixmaps when detaching output GPUsAaron Plattner1-3/+16
2013-07-25dix: set the valuator mask to ensure XI 1.x events have dataPeter Hutterer1-1/+1
2013-07-24dix: check the xi2mask, not the grab type for touch listenersPeter Hutterer2-3/+2
2013-07-23hw/xwin: Fix numerous 64-bit format/type cast issues with debug printing of p...Jon TURNEY6-36/+36
2013-07-23hw/xwin: Fix possible crash in winMultiWindowGetClassHintColin Harrison1-7/+14