summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-04-22Add a command line argument for disabling indirect GLX.glx-argEric Anholt3-0/+19
2014-04-22Make glamor build with --enable-debug.Jamey Sharp1-1/+1
2014-04-22xfixes: Forbid manipulating clip for source-only pictures (#28968)Adam Jackson2-1/+7
2014-04-21xf86RandR12: use correct gamma size when allocating gamma tableDominik Behr1-3/+4
2014-04-21os: Initialize the set of signals to be suppressed during our handler.Eric Anholt1-0/+1
2014-04-21Fix hw/xfree86/common/compiler.h for mips64YunQiang Su1-1/+2
2014-04-21xres: Fix size estimation for <8bpp pixmaps (#69057)Adam Jackson1-2/+2
2014-04-21shadowfb: Fix compilation errorsKeith Packard1-5/+4
2014-04-21shadowfb: Port to miext/damage (#31303, #65547)Adam Jackson1-1529/+58
2014-04-21composite: Fix memory leak in compCopyWindowPeter Harris1-0/+1
2014-04-21dmxConfigCanvasUpdate: Delay dereference until after checking for NULLAlan Coopersmith1-1/+2
2014-04-21fb: Fix origin of source picture in fbGlyphsPeter Harris1-1/+1
2014-04-21glamor: Add remaining header files to SOURCESMichel Dänzer1-0/+3
2014-04-21dixfonts: Turn a missing directory ErrorF into a DebugFJasper St. Pierre1-1/+1
2014-04-21Merge remote-tracking branch 'krh/xwayland-for-keithp'Keith Packard2-4/+7
2014-04-21.gitignore: Add new autotools file 'test-driver'Kristian Høgsberg2-0/+3
2014-04-21configure: require xproto 7.0.26 for pointer typedef removalJulien Cristau1-1/+1
2014-04-21configure: require fontsproto 2.1.3 for pointer typedef removalJulien Cristau1-1/+1
2014-04-21randr: Implement RandR 1.4 request swappingRobert Morell1-0/+138
2014-04-21randr: Fix size checks for SetProvider* reqsRobert Morell1-2/+2
2014-04-21randr: Fix crash for NULL swap dispatch procsRobert Morell1-1/+1
2014-04-21xwayland: Remove left-over ErrorF loggingKristian Høgsberg1-1/+0
2014-04-21DRI2SwapBuffers: Fix uninitialized target SBC.Jamey Sharp1-5/+8
2014-04-21DRI2SwapBuffers: Don't reuse swap_target variable.Jamey Sharp1-7/+3
2014-04-21configure.ac: Remove check for WAYLAND_SCANNER_RULESKristian Høgsberg1-1/+0
2014-04-21xwayland: Build without xshmfenceKristian Høgsberg1-0/+2
2014-04-21xwayland: Build without GLX extensionKristian Høgsberg1-2/+5
2014-04-18xkb: Verify reads of compiled keymap header and TOCKeith Packard1-2/+4
2014-04-18os: Ignore log file write failuresKeith Packard1-2/+8
2014-04-18os: Make sure that writing our pid to the lock file actually workedKeith Packard1-1/+2
2014-04-18os: FatalError if -displayfd writes failKeith Packard1-2/+4
2014-04-18os: Clear the -displayfd option after closing the fileKeith Packard1-0/+1
2014-04-18kdrive: Ignore failure to chown console tty to current userKeith Packard1-2/+5
2014-04-18kdrive: Explicitly ignore errors from the -switchCmd scriptKeith Packard1-1/+8
2014-04-18test: [v2] Validate server log reading more carefully in signal-logging testKeith Packard1-3/+8
2014-04-18test: create a link to the generated hw/xfree86/sdksyms.c at build timeGaetan Nadon2-1/+8
2014-04-18dri1: Don't bother asking the loader about drmGetLibVersionAdam Jackson1-9/+5
2014-04-18Xorg.wrap manpages: use __appmansuffix__ instead of hardcoding 1Hans de Goede2-3/+3
2014-04-18man/Makefile.am: Fix Xorg.wrap.man Xwrapper.config.man missing from make distHans de Goede1-0/+2
2014-04-18Xorg.wrap: Make the console check portableGuillem Jover1-3/+32
2014-04-18Xorg.wrap: Clarify error messagesGuillem Jover1-13/+25
2014-04-18Xorg.wrap: Use <drm.h> instead of hardcoding libdrm include pathGuillem Jover1-1/+1
2014-04-18Xorg: Add Xorg.wrap to hw/xfree86/.gitignoreGuillem Jover1-0/+1
2014-04-18configure: fix help text for dmxJulien Cristau1-1/+1
2014-04-17glamor: Always allocate precisely the requested pixmap sizeKeith Packard1-4/+5
2014-04-09Merge remote-tracking branch 'jeremyhu/master'Keith Packard1-3/+2
2014-04-08Bump to version 1.15.99.902. Closing the 1.16 merge window.xorg-server-1.15.99.902Keith Packard1-3/+3
2014-04-08dri3: Fix dri3_open API change by adding new dri3_open_clientKeith Packard3-11/+31
2014-04-06XQuartz: Ensure we wait for the server thread to terminateJeremy Huddleston Sequoia1-3/+2
2014-04-03Add a return value to load_cursor_argb() to allow it to report failureMichael Thayer9-33/+49