summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-11-14xext: Fix shmint.h to not use headers outside of sdk_HEADERSKeith Packard3-8/+3
2013-11-12xfree86: Fix build without libpciaccessJeremy Huddleston Sequoia1-1/+4
2013-11-12Enable XTRANS_SEND_FDS on Solaris too.Alan Coopersmith2-1/+10
2013-11-12Avoid conflicts with Solaris <sys/regset.h> defines that clash with our namesAlan Coopersmith4-1/+34
2013-11-11Proper spelling of MAP_ANONYMOUS is MAP_ANON.Keith Packard1-1/+2
2013-11-11Get rid of the rest of the FD passing code when XTRANS_SEND_FDS isn't setKeith Packard3-0/+10
2013-11-11Merge remote-tracking branch 'jeremyhu/master'Keith Packard3-32/+33
2013-11-11present: Don't try to initialize when building without present supportAdam Jackson1-0/+2
2013-11-11present: Change debug output a bit to help diagnose missing vblank signalsKeith Packard1-2/+5
2013-11-11Present: Check for window/fence destroyed when idling pixmapsKeith Packard1-3/+6
2013-11-11Trap SIGBUS to handle truncated shared memory segmentsKeith Packard10-2/+275
2013-11-11Require libXtrans version 1.3.2Keith Packard1-1/+1
2013-11-11Xext: Enable MIT-SHM FD-passing request definitions only when possibleKeith Packard3-2/+33
2013-11-11Require xextproto version 7.2.99.901Keith Packard1-1/+1
2013-11-11Remove dix-config.h config variables from xorg-config.hKeith Packard1-3/+0
2013-11-11Make XTrans FD passing support optional. Define only on LinuxKeith Packard3-0/+41
2013-11-10XQuartz: Don't sleep forever on exit if usleep() returns an errorJeremy Huddleston Sequoia1-1/+1
2013-11-10XQuartz: Update Info.plist copyright yearsJeremy Huddleston Sequoia1-2/+2
2013-11-08configure.ac: Move GLX section after DRIJeremy Huddleston Sequoia1-29/+30
2013-11-06ARM64: Add support for aarch64Andreas Schwab3-2/+17
2013-11-05Use $GL_LIBS instead of -lGL for linkingKeith Packard1-1/+1
2013-11-05Link with xshmfence, reference miSyncShmScreenInit in sdksymsKeith Packard4-0/+10
2013-11-05os: Actually use the computed clockid in GetTimeInMicrosJulien Cristau1-1/+1
2013-11-04hw/xfree86: Link libdri3 only when DRI3 is definedKeith Packard1-1/+6
2013-11-04Disable DRI3 and sync fence FD functions if xshmfence isn't availableKeith Packard5-3/+67
2013-11-01Set version to 1.14.99.901 (1.15 RC1)xorg-server-1.14.99.901Keith Packard1-3/+3
2013-11-01Add dri3 and present directorys to distributionKeith Packard1-0/+2
2013-11-01Merge remote-tracking branch 'whot/for-keith'Keith Packard3-4/+14
2013-11-01config/APM: Add option to disable building of APM support on LinuxEgbert Eich2-7/+10
2013-11-01sync: fix corner-case in triggering idle alarmsPeter Hutterer1-1/+10
2013-11-01config/ACPI: Add option to disable building of ACPI support on LinuxEgbert Eich1-1/+2
2013-10-31DDX/Randr: Avoid server crash when xrandr SetConfig is called while switched ...Egbert Eich1-7/+9
2013-10-31DDX/Events: Distinguish between Input- and GeneralHandlers in xf86VTSwitch()Egbert Eich1-9/+22
2013-10-31DDX/modes: Add a sanity check when using screen sizes from EDIDEgbert Eich1-4/+16
2013-10-31DDX/DPMS: Call dixSaveScreens() also when screen is turned onEgbert Eich1-1/+8
2013-10-31ephyr: Ensure stride of private framebuffer is multiple of 4Søren Sandmann Pedersen1-7/+8
2013-10-31ephyr: hostx_screen_init(): Fix bits_per_pixel and bytes_per_lineSøren Sandmann Pedersen1-3/+6
2013-10-31xf86AddBusDeviceToConfigure(): Store device in DevToConfig[i].pVideoSøren Sandmann Pedersen1-0/+2
2013-10-31Merge remote-tracking branch 'jeremyhu/master'Keith Packard1-2/+2
2013-10-31miext/damage: Partial revert of "Only wrap into the GC ops chain if there's a...Jeremy Huddleston Sequoia1-4/+1
2013-10-31Merge remote-tracking branch 'keithp/dri3'Keith Packard50-59/+3968
2013-10-31glx: Lie about GLX_Y_INVERTED_EXTAdam Jackson1-1/+2
2013-10-31present: Add Present extensionKeith Packard18-6/+2432
2013-10-31dri3: Add DRI3 extensionKeith Packard26-32/+1255
2013-10-31Add support for MIT-SHM AttachFd requestKeith Packard4-3/+167
2013-10-31Add interfaces to get FDs from clients over the socketKeith Packard3-0/+31
2013-10-31misync: Don't smash custom screen sync functionsKeith Packard1-1/+1
2013-10-31os: Add GetTimeInMicrosKeith Packard2-0/+28
2013-10-31Add swapll to byte swap 64-bit datatypesKeith Packard1-0/+29
2013-10-31Add a RegionDuplicate functionKeith Packard2-0/+17