summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2015-06-16xwayland: Throttle our cursor surface updates with a frame callbackRui Matos3-1/+31
2015-06-03xwayland: default to local user if no xauth file given. [CVE-2015-3164 3/3]Ray Strode1-0/+2
2015-06-03xwayland: Enable access control on open sockets [CVE-2015-3164 1/3]Ray Strode1-1/+1
2015-06-03Xephyr: Fix broken image when endianess of client machine and host-Xserver di...Egbert Eich1-2/+10
2015-06-03Xephyr: Fix screen image draw for the non-Glamor & non-XHSM caseEgbert Eich1-1/+1
2015-06-03Xephyr: Fix compile when debugging is enabledEgbert Eich1-1/+1
2015-06-03Xephyr: Print default server display number if none is specifiedEgbert Eich1-1/+1
2015-06-03Xephyr: Don't crash when no command line argument is specifiedEgbert Eich3-4/+9
2015-06-03modesetting: Include dix-config.h from dumb_bo.cMichel Dänzer1-0/+4
2015-06-03modesetting: Fix software cursor fallbackAdel Gadllah1-2/+2
2015-06-03xwayland: Implement smooth scrollingDima Ryazanov2-41/+16
2015-06-03xfree86: Return NULL from xf86CompatOutput if no compat_output is definedJason Gerecke1-0/+2
2015-06-03xwayland: Fix error stringsRobert Ancell3-5/+5
2015-06-03hw/xnest: Fix build for MinGWJon TURNEY1-0/+4
2015-06-03hw/xwin/winclipboard: Link xwinclip with -lpthreadJon TURNEY1-1/+1
2015-06-03systemd-logind: don't second guess D-Bus default timeoutRay Strode1-8/+6
2015-06-03systemd-logind: filter out non-signal messages from message filterRay Strode1-0/+3
2015-06-03Re-enable non serverfd input devices immediately on vtenterHans de Goede1-3/+4
2015-06-03xfree86: Add GPU screens even if there are no active GDevsAaron Plattner1-3/+11
2015-06-03xfree86: Fix xf86_check_platform_slot's handling of PCIAaron Plattner1-2/+4
2015-06-03xwayland: Add dependency on glamor libsOlivier Fourdan1-0/+1
2015-06-03ephyr: Fail if glamor is requested but not usableOlivier Fourdan1-3/+6
2015-06-03hw/xwin: Report Cygwin version information in logJon TURNEY1-0/+14
2015-06-03hw/xwin/glx: Improve code generator to deal with latest Khronos OpenGL regist...Jon TURNEY1-12/+25
2015-06-03hw/xwin/glx: Refactor parsing of the <proto> XML elementJon TURNEY1-39/+26
2015-06-03ephyr: Avoid a segfault with 'DISPLAY= Xephy -glamor'Jon TURNEY1-1/+1
2015-06-03int10: Fix error check for pci_device_map_legacyJürg Billeter2-2/+2
2015-06-03symbols: Fix sdksyms.sh to cope with gcc5Egbert Eich1-1/+13
2015-01-26dri2: Set vdpau driver name if ddx does not provide any driver nameAdel Gadllah1-3/+3
2015-01-23modesetting: Return the crtc for a drawable even if it's rotatedJason Ekstrand1-8/+1
2015-01-23modesetting: Add support for using RandR shadow buffersJason Ekstrand2-3/+115
2015-01-23modesetting: Add drmmode_bo_has_bo and drmmode_bo_map helper functionJason Ekstrand1-11/+32
2015-01-23modesetting: Refactor drmmode_glamor_new_screen_pixmapJason Ekstrand1-12/+27
2015-01-23dri2: SourceOffloads may be for DRI3 onlyChris Wilson1-0/+3
2015-01-23Avoid possible null pointer dereference.Carlos Olmedo Escobar1-1/+1
2015-01-23drivers/modesetting: Save current BlockHandler on return in msBlockHandlerKeith Packard1-0/+1
2015-01-17xwayland: Set glamor filter to nearestMarkus Wick1-0/+3
2015-01-10Merge remote-tracking branch 'whot/for-keith'Keith Packard2-2/+15
2015-01-10modesetting: Update the cursor without hiding itJasper St. Pierre1-0/+1
2015-01-07Synchronize capslock in Xnest and XephyrOlivier Fourdan2-2/+15
2015-01-04Remove explicit dependency on $(WAYLAND_LIBS)Olivier Fourdan1-1/+0
2015-01-05xfree86: rename Xorg.bin to XorgPeter Hutterer4-9/+9
2015-01-02ephyr: Implement per-screen colormapsMichele Baldessari4-7/+9
2015-01-01modesetting: Fix build with --disable-glamor.Kenneth Graunke1-0/+2
2014-12-25modesetting: Add vblank synchronization support when using Present.Kenneth Graunke5-0/+256
2014-12-25modesetting: Include glamor.h from driver.h.Kenneth Graunke4-15/+8
2014-12-25modesetting: Check DPMS mode in ms_covering_crtc().Kenneth Graunke1-1/+9
2014-12-25modesetting: Track the CRTC's DPMS mode.Kenneth Graunke2-12/+6
2014-12-25Fix "Back", "Forward", and other special mouse buttons in XWayland.Dima Ryazanov1-1/+6
2014-12-25modesetting: Detect whether damage tracking is neededKeith Packard1-11/+16