summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-11-20present: Block for wait_fence in present_executeKeith Packard4-4/+76
2013-11-20present: Signal destroyed flip window with vblank->window == NULLKeith Packard3-9/+6
2013-11-20present: Ignore event_id 0 from driver vblank notifyKeith Packard1-0/+3
2013-11-20present: Round fake MSC computations intead of truncatingKeith Packard1-1/+1
2013-11-18configure: allow for --enable-libunwind and --disable-libunwindPeter Hutterer1-7/+15
2013-11-14Merge remote-tracking branch 'whot/for-keith'Keith Packard6-14/+25
2013-11-14mieq: Bump default queue size to 512Adam Jackson1-1/+1
2013-11-14xfree86: return NULL for compat output if no outputs.Dave Airlie1-0/+3
2013-11-14test: build the touch test only when building XorgDan HorĂ¡k1-2/+2
2013-11-14include: export key_is_down and friendsPeter Hutterer1-6/+6
2013-11-14Stop including inline assembly .il file for Solaris Studio buildsAlan Coopersmith3-24/+0
2013-11-14kdrive: fix cursor jumps on CursorOffScreen behaviorPeter Hutterer1-4/+4
2013-11-14kdrive: modify ephyr events to use POINTER_DESKTOP and scale them to thatPeter Hutterer3-1/+11
2013-11-14kdrive: handle WxH as valid geometry specKeith Packard1-1/+2
2013-11-14ephyr: xcb_connect returns an error, not NULLPeter Hutterer1-2/+2
2013-11-14Update to version 1.14.99.902xorg-server-1.14.99.902Keith Packard1-3/+3
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