summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-12-10present: recursively set window pixmaps on flipHEADmasterKeith Packard1-7/+37
2013-12-10Bump version to 1.14.99.904 (1.15 RC4)xorg-server-1.14.99.904Keith Packard1-3/+3
2013-12-10hw/xwin/glx: Rewrite WGL wrappers after Xserver conversion to direct GL dispatchJon TURNEY8-399/+653
2013-12-10glx: Consistently use ARB-suffixed names for ARB_multitexture functionsJon TURNEY2-49/+49
2013-12-10ephyr: Fix compilation when ./configure'd with --enable-debugJon TURNEY1-4/+4
2013-12-10configure.ac: Link XWin with present extension if we are building with it ena...Jon TURNEY1-1/+1
2013-12-10xquartz/glx: Convert to non-glapi dispatchAdam Jackson1-13/+13
2013-12-10drisw: Wire up GetProcAddressAdam Jackson1-0/+5
2013-12-10dri2: wire up GetProcAddressAdam Jackson1-1/+5
2013-12-10glx: Untangle the prototypes around the GetProcAddress thunkAdam Jackson2-3/+5
2013-12-10glx: Remove function stubsAdam Jackson2-51/+0
2013-12-10glx: Convert non-generated function pointer thunkingAdam Jackson3-14/+44
2013-12-10glx: Convert generated code function pointer thunkingAdam Jackson2-544/+977
2013-12-10Depend on latest glproto (1.4.17)Keith Packard1-1/+1
2013-12-09damageext: Die if we can't create the Xinerama resource typeAdam Jackson1-0/+2
2013-12-09damageext: Xineramify (v7)Adam Jackson3-52/+341
2013-12-09fixes: Fix PanoramiXSetWindowShapeRegion for root windows (v2)Adam Jackson1-0/+13
2013-12-09fixes: Fix PanoramiXSetPictureClipRegion for root windows (v2)Adam Jackson1-0/+13
2013-12-09composite: Fix COW creation for Xinerama (v2)Adam Jackson1-1/+4
2013-12-09xinerama: Export the screen regionAdam Jackson2-1/+2
2013-12-09xfree86: Prefer fbdev to vesaAdam Jackson2-9/+10
2013-12-09composite: Don't double-redirect if someone asks for backing store twiceAdam Jackson1-2/+2
2013-12-09composite: Automatically enable backing store support on the screenAdam Jackson2-0/+8
2013-12-09bs: Set the screen's bs support level to WhenMappedAdam Jackson2-2/+6
2013-12-09smartsched: Tweak the default scheduler intervalsAdam Jackson1-2/+3
2013-12-09dri3: Disable when Xinerama is activeAdam Jackson1-0/+5
2013-12-09dri2: Disable when Xinerama is activeAdam Jackson1-0/+5
2013-12-09present: Disable when Xinerama is activeAdam Jackson1-0/+5
2013-12-05glx: Fix incorrect use of dri_interface.h version defines in driver probing.Eric Anholt1-2/+2
2013-12-05glx: Fix incorrect use of dri_interface.h version defines in extensions.Eric Anholt3-4/+4
2013-12-05configure.ac: Fixup for "Require libpciaccess for int10"Jon TURNEY1-1/+1
2013-12-05present: Report damage when flippingKeith Packard1-0/+11
2013-12-05present: Also set the root window pixmap when flippingKeith Packard1-0/+3
2013-12-05present: Clear target_crtc if driver lacks Present supportKeith Packard1-1/+3
2013-12-05present: Send GLX_BufferSwapComplete events from present extensionKeith Packard7-23/+105
2013-12-05present: Set window pixmap to flipped pixmapKeith Packard1-4/+20
2013-12-05present: Leave vblank on window list until flip completeKeith Packard2-8/+13
2013-12-05present: Add a debug output line when skipping a pending presentKeith Packard1-0/+5
2013-12-02miext/sync: Handle libxshmfence API changeKeith Packard2-2/+2
2013-12-02miext: Move SyncShm FDs out of the way of clientsKeith Packard3-0/+30
2013-12-02Xext: Use SHMDIR and O_TMPFILE when creating mapping filesKeith Packard1-3/+31
2013-12-02Select directory for MIT-SHM temp files at configure timeKeith Packard2-0/+46
2013-11-26Xdmx: Initialize DMX extension even if not built with GLX supportAlan Coopersmith1-1/+3
2013-11-26configure.ac: Require libpciaccess for int10Connor Behan1-0/+3
2013-11-26configure.ac: Require libpciaccess for platform bus supportConnor Behan1-0/+4
2013-11-26configure.ac: Add whitespace near PCI configurationConnor Behan1-18/+17
2013-11-23Bump release to 1.14.99.903 (1.15 RC3)xorg-server-1.14.99.903Keith Packard1-3/+3
2013-11-23miext: Ensure xshmfence is only called when driver supports itKeith Packard6-10/+162
2013-11-23Xext: Recover from miSyncInitFenceFromFD failure without crashingKeith Packard1-1/+1
2013-11-23glx/glxdri2: Unwrap EnterVT/LeaveVT upon CloseScreenChris Wilson1-0/+4