summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update to version 1.14.99.902xorg-server-1.14.99.902Keith Packard2013-11-141-3/+3
* xext: Fix shmint.h to not use headers outside of sdk_HEADERSKeith Packard2013-11-143-8/+3
* xfree86: Fix build without libpciaccessJeremy Huddleston Sequoia2013-11-121-1/+4
* Enable XTRANS_SEND_FDS on Solaris too.Alan Coopersmith2013-11-122-1/+10
* Avoid conflicts with Solaris <sys/regset.h> defines that clash with our namesAlan Coopersmith2013-11-124-1/+34
* Proper spelling of MAP_ANONYMOUS is MAP_ANON.Keith Packard2013-11-111-1/+2
* Get rid of the rest of the FD passing code when XTRANS_SEND_FDS isn't setKeith Packard2013-11-113-0/+10
* Merge remote-tracking branch 'jeremyhu/master'Keith Packard2013-11-113-32/+33
|\
| * XQuartz: Don't sleep forever on exit if usleep() returns an errorJeremy Huddleston Sequoia2013-11-101-1/+1
| * XQuartz: Update Info.plist copyright yearsJeremy Huddleston Sequoia2013-11-101-2/+2
| * configure.ac: Move GLX section after DRIJeremy Huddleston Sequoia2013-11-081-29/+30
* | present: Don't try to initialize when building without present supportAdam Jackson2013-11-111-0/+2
* | present: Change debug output a bit to help diagnose missing vblank signalsKeith Packard2013-11-111-2/+5
* | Present: Check for window/fence destroyed when idling pixmapsKeith Packard2013-11-111-3/+6
* | Trap SIGBUS to handle truncated shared memory segmentsKeith Packard2013-11-1110-2/+275
* | Require libXtrans version 1.3.2Keith Packard2013-11-111-1/+1
* | Xext: Enable MIT-SHM FD-passing request definitions only when possibleKeith Packard2013-11-113-2/+33
* | Require xextproto version 7.2.99.901Keith Packard2013-11-111-1/+1
* | Remove dix-config.h config variables from xorg-config.hKeith Packard2013-11-111-3/+0
* | Make XTrans FD passing support optional. Define only on LinuxKeith Packard2013-11-113-0/+41
|/
* ARM64: Add support for aarch64Andreas Schwab2013-11-063-2/+17
* Use $GL_LIBS instead of -lGL for linkingKeith Packard2013-11-051-1/+1
* Link with xshmfence, reference miSyncShmScreenInit in sdksymsKeith Packard2013-11-054-0/+10
* os: Actually use the computed clockid in GetTimeInMicrosJulien Cristau2013-11-051-1/+1
* hw/xfree86: Link libdri3 only when DRI3 is definedKeith Packard2013-11-041-1/+6
* Disable DRI3 and sync fence FD functions if xshmfence isn't availableKeith Packard2013-11-045-3/+67
* Set version to 1.14.99.901 (1.15 RC1)xorg-server-1.14.99.901Keith Packard2013-11-011-3/+3
* Add dri3 and present directorys to distributionKeith Packard2013-11-011-0/+2
* Merge remote-tracking branch 'whot/for-keith'Keith Packard2013-11-013-4/+14
|\
| * sync: fix corner-case in triggering idle alarmsPeter Hutterer2013-11-011-1/+10
| * os: use a constant for backtrace array sizePeter Hutterer2013-11-011-2/+3
| * configure: remove a commentPeter Hutterer2013-11-011-1/+1
* | config/APM: Add option to disable building of APM support on LinuxEgbert Eich2013-11-012-7/+10
* | config/ACPI: Add option to disable building of ACPI support on LinuxEgbert Eich2013-11-011-1/+2
* | DDX/Randr: Avoid server crash when xrandr SetConfig is called while switched ...Egbert Eich2013-10-311-7/+9
* | DDX/Events: Distinguish between Input- and GeneralHandlers in xf86VTSwitch()Egbert Eich2013-10-311-9/+22
* | DDX/modes: Add a sanity check when using screen sizes from EDIDEgbert Eich2013-10-311-4/+16
* | DDX/DPMS: Call dixSaveScreens() also when screen is turned onEgbert Eich2013-10-311-1/+8
* | ephyr: Ensure stride of private framebuffer is multiple of 4Søren Sandmann Pedersen2013-10-311-7/+8
* | ephyr: hostx_screen_init(): Fix bits_per_pixel and bytes_per_lineSøren Sandmann Pedersen2013-10-311-3/+6
* | xf86AddBusDeviceToConfigure(): Store device in DevToConfig[i].pVideoSøren Sandmann Pedersen2013-10-311-0/+2
* | Merge remote-tracking branch 'jeremyhu/master'Keith Packard2013-10-311-2/+2
|\ \
| * | XQuartz: Bump bundle version to 2.7.6Jeremy Huddleston Sequoia2013-10-311-2/+2
* | | miext/damage: Partial revert of "Only wrap into the GC ops chain if there's a...Jeremy Huddleston Sequoia2013-10-311-4/+1
* | | Merge remote-tracking branch 'keithp/dri3'Keith Packard2013-10-3150-59/+3968
|\ \ \
| * | | present: Add Present extensionKeith Packard2013-10-3118-6/+2432
| * | | dri3: Add DRI3 extensionKeith Packard2013-10-3126-32/+1255
| * | | Add support for MIT-SHM AttachFd requestKeith Packard2013-10-314-3/+167
| * | | Add interfaces to get FDs from clients over the socketKeith Packard2013-10-313-0/+31
| * | | misync: Don't smash custom screen sync functionsKeith Packard2013-10-311-1/+1