summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-04-10xserver 1.20 RC4xorg-server-1.19.99.904Adam Jackson2-4/+4
2018-04-10dri3: rework format/modifier cachingEmil Velikov1-23/+27
2018-04-10glamor: zero num_formats from the startEmil Velikov1-10/+6
2018-04-10xwayland: zero num_formats from the startEmil Velikov1-6/+5
2018-04-10dri3: check for ::get_drawable_modifiers failureEmil Velikov1-4/+7
2018-04-10glamor: zero num_modifiers from the startEmil Velikov1-10/+6
2018-04-10xwayland: zero num_modifiers from the startEmil Velikov1-10/+7
2018-04-10dri3: simplify dri3_open() implementationEmil Velikov1-17/+5
2018-04-10dri3: annotate fds/strides/offsets arrays as constEmil Velikov6-16/+18
2018-04-10xwayland: don't close() fds we don't ownEmil Velikov1-2/+0
2018-04-10dri3: annotate the dri3_screen_info data as constEmil Velikov6-12/+12
2018-04-10dix: always send focus event on grab changeSamuel Thibault1-1/+1
2018-04-10Xext: Fix memory leaks in hashtable.Michal Srb1-0/+3
2018-04-10glx: Do not call into Composite if it is disabled.Michal Srb2-41/+55
2018-04-09hw/xwin/glx: Allocate fbconfigs correctlyJon Turney1-30/+40
2018-04-09GLX: Fix a use after free error with the GLVND vendor handle.Kyle Brenneman1-6/+7
2018-04-06xfree86: drop KDSKBMUTE handlingPeter Hutterer1-19/+9
2018-04-05xwayland: Silence a build warning if we canAdam Jackson3-8/+19
2018-04-05dix: Hush an almost certainly bogus warningAdam Jackson1-1/+1
2018-04-05mi: Hush an almost certainly bogus warningAdam Jackson1-1/+1
2018-04-05xkb: Silence some compiler warningsAdam Jackson1-5/+6
2018-04-05dmx: Silence a string truncation warning.Adam Jackson1-1/+1
2018-04-05dmx: Clean up some argument parsing codeAdam Jackson1-19/+6
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