summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-04-18xkb: Verify reads of compiled keymap header and TOCmasterKeith 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.Keith 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
2014-04-03Set a flag property on the root window to say if the X server VT is activeMichael Thayer3-1/+47
2014-04-03Add pScreen->NameWindowPixmap hookDaniel Stone2-1/+15
2014-04-03Merge remote-tracking branch 'krh/xwayland-for-keithp'Keith Packard29-69/+2743
2014-04-03Xwayland DDXKristian Høgsberg11-2/+2563
2014-04-03glamor: Add glamor_program based poly_text and image_textKeith Packard8-4/+804
2014-04-03glamor: Use glamor_program for glamor_glyphbltKeith Packard3-157/+113
2014-04-03glamor: Add glamor_program based poly_fill_rectKeith Packard4-128/+198
2014-04-03glamor: Add glamor_program based fill/set/get spansKeith Packard6-334/+457
2014-04-03glamor: Add simple upload/download functions in glamor_transferKeith Packard3-0/+321
2014-04-03glamor: Use plain GLSL 1.20 features for fill code.Keith Packard1-3/+3
2014-04-03glamor: Compute supported GLSL version and save in screen privateKeith Packard3-10/+12
2014-04-03fb: Publish fbGlyphs and fbUnrealizeGlyphKeith Packard2-3/+16
2014-04-03glamor: Bail from composite when pixmap cannot be uploadedKeith Packard1-1/+1
2014-04-03glamor: Remove warning message when pixmap cannot be stored in a textureKeith Packard1-2/+0
2014-04-03glamor: Public polyLines function is glamor_poly_lines_nfKeith Packard1-3/+0
2014-04-03glamor: Initialize XV shaders from glamor_xv_init instead of glamor_initKeith Packard2-18/+2
2014-04-03glamor: SetWindowPixmap is not related to RENDERKeith Packard1-3/+3
2014-04-03glamor: glamor_poly_point_nf cannot fail for non-DDX pixmapsKeith Packard1-3/+18
2014-04-03Revert "glx: Make sure we get an FBConfig the root window's visual."Eric Anholt1-1/+0
2014-04-03Merge remote-tracking branch 'whot/for-keith'Keith Packard11-17/+95
2014-04-03Revert "xkb: ProcesssPointerEvent must work on the VCP if it gets the VCP"Peter Hutterer1-1/+1
2014-04-03xf86LogInit: log to XDG_DATA_HOME when not running as rootHans de Goede5-4/+49
2014-04-01glamor: Expose glamor_destroy_pixmap()Kristian Høgsberg2-2/+1
2014-04-01glamor: Add new GLAMOR_CREATE_PIXMAP_NO_TEXTURE pixmap create flagKristian Høgsberg2-1/+10
2014-04-01glamor: Move glamor_egl_screen_init() prototype to glamor.hKristian Høgsberg3-4/+5
2014-04-01dri3: Allow asynchronous implementation for dri3_openKristian Høgsberg4-17/+32
2014-04-01composite: Add exception mechanism for implicit redirection policyKristian Høgsberg4-0/+53