summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-03-10[RFC] glamor: implement write-only preparesglamor-put-image-write-onlyDave Airlie3-4/+12
2016-03-09glamor: do not build Xv support when --disable-xvOlivier Fourdan1-1/+5
2016-03-09xwayland: add glamor Xv adaptorOlivier Fourdan4-1/+428
2016-03-09hw/xwin: Tidy-up of winmsg.hJon Turney3-41/+14
2016-03-09hw/xwin: Remove GC privates, unused since native GDI engine removalJon Turney2-16/+1
2016-03-09hw/xwin: Use NULL rather than NoopDDA for unimplemented engine functionsJon Turney3-15/+6
2016-03-09hw/xwin: Remove unused FinishCreateWindowsWindow engine functionJon Turney4-20/+0
2016-03-09hw/xwin: Remove unused HotKeyAltTab engine functionJon Turney4-15/+0
2016-03-09hw/xwin: Return FALSE to indicate failure in winSetEngine()Jon Turney1-1/+1
2016-03-09hw/xwin: Remove WM_WM_MAP message, which is now unusedJon Turney2-14/+0
2016-03-09hw/xwin: Remove WM_(UN|)MANAGE messages, which are now never sentJon Turney4-24/+1
2016-03-09hw/xwin: Remove allowOtherWM, which is now always FALSEJon Turney3-43/+9
2016-03-09hw/xwin: Remove winIsInternalWMRunning(), which now always returns FALSEJon Turney4-292/+5
2016-03-09hw/xwin: Remove fInternalWM flagJon Turney7-35/+2
2016-03-09hw/xwin: Ignore the obsolete, undocumented -internalwm optionJon Turney3-12/+2
2016-03-09hw/xwin: Remove the long-broken -silent-dup-error optionJon Turney5-94/+0
2016-03-09modesetting: Allow CRTC transforms to actually take effectMichel Dänzer1-1/+0
2016-03-09xfree86: Re-set current cursor after RandR 1.2 CRTC configuration changeMichel Dänzer3-0/+31
2016-03-09xfree86/modes: Check for CRTC transforms in xf86_use_hw_cursor(_argb) (v2)Michel Dänzer1-0/+11
2016-03-09xfree86/modes: Refactor xf86_use_hw_cursor_argb to use xf86_use_hw_cursor (v2)Michel Dänzer1-8/+2
2016-03-08glamor: Source pictures are always depth 32Michel Dänzer1-3/+3
2016-03-08glamor: Factor out glamor_set_color_depth from glamor_set_colorMichel Dänzer2-9/+19
2016-03-08glamor: Fix XvPutImage when src_y != 0Hans de Goede1-1/+1
2016-03-08build: Enable vidmode independently from XorgRui Matos1-7/+13
2016-03-08xfixes: avoid double free if AddResource failsJulien Cristau1-3/+1
2016-03-08render: free already allocated formats in PictureInit failure caseJulien Cristau1-0/+3
2016-03-08record: don't call RecordDeleteContext when AddResource failsJulien Cristau1-1/+0
2016-03-08xwin: no need to free auth data if AddResource failsJulien Cristau1-14/+3
2016-03-08modesetting: avoid double free if AddResource failsJulien Cristau1-3/+1
2016-03-08dmx/glxProxy: don't free the glx pixmap twice if AddResource failsJulien Cristau1-4/+1
2016-03-08glx: don't call pGlxDraw->destroy() if AddResource failsJulien Cristau1-7/+2
2016-03-08dri3: return an error if AddResource failsJulien Cristau1-2/+2
2016-03-08xvmc: Fix unchecked AddResourceJulien Cristau1-3/+14
2016-03-08xwayland: Correctly detect whether posix_fallocate existsJonas Ådahl3-1/+9
2016-03-02xv: fix double free in AddResource failure caseJulien Cristau1-3/+2
2016-03-02dri1: Fix unchecked AddResourceAdam Jackson1-3/+5
2016-03-02xv: Fix unchecked AddResourceAdam Jackson1-2/+4
2016-03-01vidmode: build without xf86vidmodeprotoOlivier Fourdan2-0/+6
2016-03-01kdrive/ephyr: map host X server's keymap into Xephyr, if supportedLaércio de Sousa5-27/+151
2016-03-01config/udev: distinguish between real keyboards and other key devicesLaércio de Sousa6-4/+11
2016-03-01ephyr: enable option -sw-cursor by default in multi-seat modeLaércio de Sousa1-0/+3
2016-03-01kdrive: add options to set default XKB propertiesLaércio de Sousa2-5/+61
2016-03-01kdrive: introduce input hot-plugging support for udev and hal backends (#33140)Laércio de Sousa4-22/+198
2016-03-01xwayland: fix a crash on output removalOlivier Fourdan1-0/+1
2016-03-01present: Call present_restore_screen_pixmap from present_set_abort_flipMichel Dänzer1-14/+14
2016-03-01present: Factor code for restoring screen pixmap out of present_unflip (v2)Michel Dänzer1-16/+23
2016-03-01present: Only update screen pixmap from flip pixmap once per unflipMichel Dänzer1-7/+9
2016-03-01dri3: Refuse to work for remote clients (v2)Michel Dänzer1-0/+4
2016-02-29xwayland: add partial xvidmode extension supportOlivier Fourdan4-0/+422
2016-02-29vidmode: remove redundant DIX functionOlivier Fourdan1-7/+1