summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-09-25glx: Remove swrast "A"IGLXglx-work-pre-xdcAdam Jackson3-491/+3
2013-09-25glx: Fix a corner case in DrawableGoneAdam Jackson1-1/+1
2013-09-25glx: Add GLX_MESAX_surfaceless_contextAdam Jackson2-23/+16
2013-09-25glx: Add glamor-based EGL providerAdam Jackson3-2/+434
2013-09-25xnest: Add a GLX-on-GLX providerAdam Jackson4-1/+463
2013-09-25glx: convert to direct GL dispatchAdam Jackson38-41223/+3257
2013-09-25glx: Allow the DDX to refuse direct contextsAdam Jackson2-0/+5
2013-09-25glx: Don't set swrast as the implicit glx providerAdam Jackson6-12/+25
2013-09-25glx: Fix memory leak in context garbage collectionAdam Jackson4-24/+38
2013-09-25glx: Remove current context cacheAdam Jackson12-76/+1
2013-09-25xnest: Add a default (no-op) error handlerAdam Jackson1-0/+11
2013-09-25dix: Hack off the call to XaceCensorImageAdam Jackson1-1/+1
2013-09-25xnest: Enable GLXAdam Jackson1-0/+19
2013-09-25hack vfb: Link against libGLAdam Jackson1-1/+1
2013-09-25composite: export comp{Re,Unre}directWIndowAdam Jackson3-6/+7
2013-09-25vfb: Change default depth to 24Adam Jackson1-1/+1
2013-09-25xinerama: Make +xinerama work even with just one screenAdam Jackson1-6/+2
2013-09-25glx: __glXDrawableInit doesn't fail, make it return voidAdam Jackson6-27/+10
2013-09-25dri2: Remove (most) dependence on xfree86 headersAdam Jackson2-8/+1
2013-09-25glx: Remove glx{Suspend,Resume}ClientsAdam Jackson3-118/+3
2013-09-25glx: Delete DRI1 AIGLXAdam Jackson3-1179/+0
2013-09-23glx: Fill in some missing attributes from DoGetFBConfigsAdam Jackson1-2/+12
2013-09-23glx: Remove a dead commentAdam Jackson1-4/+0
2013-09-23glx: Catch another failure case in drawable creationAdam Jackson1-0/+4
2013-09-23glx: Remove screen number from __GLXconfigAdam Jackson1-2/+0
2013-09-23glx: Remove pixmapMode from __GLXconfigAdam Jackson4-7/+0
2013-09-23glx: Remove support for NV_vertex_program and NV_fragment_programAdam Jackson1-4/+0
2013-09-23glx: realloc style fix in RenderLargeAdam Jackson1-9/+6
2013-09-23glx: Eliminate a small malloc from QueryContextAdam Jackson1-15/+8
2013-09-23glx: Handle failure to create the pixmap backing the pbufferAdam Jackson1-0/+2
2013-09-23glx: Implement GLX_PRESERVED_CONTENTS drawable attributeAdam Jackson1-2/+10
2013-09-23glx: Implement GLX_FBCONFIG_ID in GetDrawableAttributesAdam Jackson1-1/+4
2013-09-23glx: Implement GLX_{WIDTH,HEIGHT} in GetDrawableAttributesAdam Jackson1-1/+7
2013-09-23glx: Compute number of attributes in GetDrawableAttributes on the flyAdam Jackson1-9/+11
2013-09-23glx: Style fixesAdam Jackson1-3/+7
2013-09-23glx: Pull GLX vendor string out of __GLXscreenAdam Jackson3-5/+3
2013-09-23glx: Remove unused bits from the context structAdam Jackson1-1/+0
2013-09-23glxproxy: Don't track GLCLientm{aj,in}orVersionAdam Jackson3-10/+0
2013-09-23dmx/glx: Remove unused __glXNopAdam Jackson3-40/+0
2013-09-20damage: Must translate initial window damage by window offsetKeith Packard1-0/+2
2013-09-16XQuartz: pbproxy: Fix build with -DDEBUGJeremy Huddleston Sequoia1-2/+1
2013-09-16XQuartz: Fix build with moved pseudoramiXJeremy Huddleston Sequoia2-0/+2
2013-09-09Merge remote-tracking branch 'jturney/master'Keith Packard22-105/+97
2013-09-06Fix typo in configure warning.Thomas Klausner1-1/+1
2013-09-06Fix bug in cursor handling.Thomas Klausner1-8/+15
2013-09-06kdrive: fix build error on gcc 4.8 for out-of-bounds array accessChris Clayton1-1/+1
2013-08-30hw/xwin: Remove unnecessary and incorrect HWND castsMarc Haesen2-5/+3
2013-08-30hw/xwin: Fix compilation of winauth.c with -Werror=implicit-function-declarationJon TURNEY1-4/+3
2013-08-30hw/xwin: Remove unused extern g_fUseUnicode from winclipboardwndproc.cJon TURNEY1-1/+0
2013-08-30hw/xwin: Remove unneeded forward declaration of winProcessXEventsTimeout()Jon TURNEY1-10/+0