summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-04-05dmx: Fix a read-from-uninitialized warningAdam Jackson1-1/+1
2018-04-05dmx: Fix some snprintf warnings.Adam Jackson1-2/+2
2018-04-05gtf: Warning fixAdam Jackson1-1/+1
2018-04-05modesetting: Actually get framebuffer IDDaniel Stone1-1/+1
2018-04-05dri3: Set stride and size for old clientsDaniel Stone1-0/+2
2018-04-05modesetting: Don't reuse iterator in nested loopDaniel Stone1-2/+3
2018-04-04modesetting: Fix page flipping harder under DRI 3.2.Mario Kleiner1-1/+5
2018-04-04modesetting: Have consistent state when using atomic modesettingLouis-Francis Ratté-Boulianne2-3/+64
2018-04-04modesetting: Use atomic modesetting to set DPMS modeLouis-Francis Ratté-Boulianne5-110/+299
2018-04-04glamor: Add fd_from_pixmap hookDaniel Stone1-0/+27
2018-04-04glamor: Fall back to non-modifier allocationsDaniel Stone1-2/+3
2018-04-04glamor: Reallocate pixmap storage without modifiers if necessaryDaniel Stone1-5/+6
2018-04-04glamor: Push make_exportable into callersDaniel Stone1-1/+4
2018-04-04glamor: Track if BO allocation used modifiersDaniel Stone4-11/+25
2018-04-04drmmode: Track if BO allocation used modifiersDaniel Stone2-1/+5
2018-04-04dri3: Use single-FD screen call for single-FD requestDaniel Stone3-11/+48
2018-04-03xfree86: Restore newline before "X Protocol Version" stringAaron Plattner1-1/+1
2018-04-02xserver 1.20 RC3xorg-server-1.19.99.903Adam Jackson2-4/+4
2018-04-02modesetting: Fix reported size when using atomic modesettingLouis-Francis Ratté-Boulianne1-4/+4
2018-04-02modesetting: Ignore alpha channel when importing BOs for modesettingLouis-Francis Ratté-Boulianne1-0/+20
2018-04-02modesetting: Use actual crtc position for pageflipOlivier Fourdan1-1/+1
2018-04-02docs: remove resource management referencesEmil Velikov1-168/+0
2018-04-02docs: purge some ISA referencesEmil Velikov1-87/+2
2018-04-02meson: Add pixman-1 to required modules in xorg-server.pcThierry Reding1-1/+5
2018-04-02meson: Distribute more SDK headersThierry Reding15-1/+115
2018-04-02meson: Remove usage of pkg-config --variable=includedirThierry Reding2-1/+3
2018-04-02modesetting/drmmode: add NULL pointer check in drmmode_output_dpmsTobias Klausmann1-2/+5
2018-04-02glamor: sanitze handling of "Debug" Option for "dmabuf_capable"Tobias Klausmann1-3/+7
2018-03-28xserver 1.20 RC2xorg-server-1.19.99.902Adam Jackson2-4/+4
2018-03-28autotools: Derive xkb configuration from xkbcomp.pcAdam Jackson1-4/+12
2018-03-28glamor: Hide new DRI behind Option "Debug" "dmabuf_capable"Adam Jackson2-1/+6
2018-03-28xfree86: Add Option "Debug" to ServerFlagsAdam Jackson3-0/+10
2018-03-28os: Fix -logfile when used with -displayfdAntoine Martin1-1/+1
2018-03-28automake: Fix 'make dist'Olivier Fourdan1-0/+3
2018-03-28Don't delete GLX's extensionInitCallback list during a reset.Kyle Brenneman1-3/+12
2018-03-28modesetting/drmmode: Remove unused flink callDaniel Stone1-7/+0
2018-03-28xwayland: Activate Present flips in rootless mode with GlamorRoman Gilg1-0/+22
2018-03-28xwayland: Implement queuing present vblanksRoman Gilg2-9/+96
2018-03-28xwayland: Add fallback timer for msc countingRoman Gilg2-0/+73
2018-03-28xwayland: Preliminary support for Present's new window flip modeRoman Gilg4-0/+398
2018-03-28xwayland: Add arguments to glamor_pixmap_get_wl_bufferRoman Gilg3-8/+25
2018-03-28present: Add exported init function of window flip modeRoman Gilg2-1/+24
2018-03-28present: Add cleanups for window flip modeRoman Gilg2-1/+34
2018-03-28present: In window flip mode report damage on flip to driverRoman Gilg2-12/+15
2018-03-28present: Add window flip modeRoman Gilg5-1/+719
2018-03-28present: Add driver facing window flip mode hooksRoman Gilg2-0/+44
2018-03-28present: Adapt flip mode API hooks for window flip modeRoman Gilg5-8/+16
2018-03-28present: Add flip_idler vblank propertyRoman Gilg2-0/+2
2018-03-28present: Add present_window_priv properties for window flip modeRoman Gilg2-0/+16
2018-03-28present: Refactor present_screen_initRoman Gilg1-13/+33