summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2015-07-08prime: add rotation support for offloaded outputs (v2)Dave Airlie3-2/+4
2015-07-08Merge remote-tracking branch 'ofourdan/for-keith'Keith Packard1-1/+1
2015-07-07hw/xwin: printf format fixes for Pixel typeJon TURNEY1-4/+4
2015-07-07hw/xwin: printf format fixes for WPARAM and LPARAM typesJon TURNEY4-10/+10
2015-07-07hw/xwin: printf format fixes for LONG typeJon TURNEY5-34/+36
2015-07-07hw/xwin: printf format fixes for DWORD typeJon TURNEY10-30/+33
2015-07-07hw/xwin: printf format fixes in xevents.cJon TURNEY1-5/+5
2015-07-07hw/xwin: printf format fix in winProcessXEventsTimeout()Jon TURNEY1-1/+1
2015-07-07hw/xwin: printf format fix in winCreateDefColormap()Jon TURNEY1-1/+1
2015-07-07hw/xwin: printf format fixes in winAllocatePrivates()Jon TURNEY1-2/+2
2015-07-07hw/xwin: printf format fixes in winConfigKeyboard()Jon TURNEY1-1/+1
2015-07-07hw/xwin: printf format fixes for XID typeJon TURNEY3-12/+15
2015-07-07hw/xwin: printf format fixes for HWND typeJon TURNEY2-4/+4
2015-07-07hw/xwin: Ensure format warnings in winclipboard/Jon TURNEY1-2/+2
2015-07-07hw/xwin: Remove GetTickCount() from various pieces of debugging outputJon TURNEY4-25/+18
2015-07-06xserver: fix build with glamor disabled.Dave Airlie3-2/+7
2015-06-29Merge remote-tracking branch 'airlied/for-keithp'Keith Packard15-65/+675
2015-06-29Merge remote-tracking branch 'jwrdecoede/for-keith'Keith Packard5-53/+148
2015-06-30modesetting: Implement page flipping support for Present.Kenneth Graunke5-7/+485
2015-06-30modesetting: don't try and load dri2Dave Airlie1-1/+0
2015-06-30modesetting: drop unused struct in vblank.cDave Airlie1-5/+0
2015-06-30modesetting: Implement an ms_drm_abort_seq() function.Kenneth Graunke2-0/+17
2015-06-30modesetting: Make ms_crtc_on non-static.Kenneth Graunke2-1/+3
2015-06-30modesetting: Improve the ms_flush_drm_events() API.Kenneth Graunke1-4/+19
2015-06-30modesetting: reverse prime support (v1.1)Dave Airlie3-9/+86
2015-06-30modesetting: add output master supportDave Airlie1-0/+58
2015-06-30glamor: add support for allocating linear buffers (v2)Dave Airlie1-1/+1
2015-06-30xf86: restrict when we auto add devices as gpu devices.Dave Airlie1-6/+7
2015-06-30xf86Rotate: remove unused macros.Dave Airlie1-6/+0
2015-06-30cursor: drop ARGB_CURSORDave Airlie6-26/+0
2015-06-25xwayland: keep temp files out of the client maskChris Wilson1-1/+1
2015-06-23systemd-logind: do not rely on directed signalsDavid Herrmann1-0/+18
2015-06-23Xorg.wrap.man: Fix spelling mistake in Xorg.wrap.1Hans de Goede1-1/+1
2015-06-09XQuartz: Silence -Wformat-security for NSRunAlertPanelJeremy Huddleston Sequoia2-11/+10
2015-06-09XQuartz: Silence -Wunused-functionJeremy Huddleston Sequoia1-0/+2
2015-06-09XQuartz: Silence -Wunused-variableJeremy Huddleston Sequoia1-1/+0
2015-06-09XQuartz: Silence -Wpointer-bool-conversionJeremy Huddleston Sequoia1-3/+3
2015-06-09XQuartz: GLX: Use __glXEnableExtension to build extensions listJeremy Huddleston Sequoia1-6/+31
2015-06-03systemd-logind: Only use systemd-logind integration together with keepttyHans de Goede2-3/+11
2015-06-03linux: Add a may_fail paramter to linux_parse_vt_settingsHans de Goede2-9/+22
2015-06-03linux: Add linux_parse_vt_settings and linux_get_keeptty helpersHans de Goede2-49/+105
2015-05-27xwayland: Throttle our cursor surface updates with a frame callbackRui Matos3-1/+31
2015-05-26xwayland: default to local user if no xauth file given. [CVE-2015-3164 3/3]Ray Strode1-0/+2
2015-05-26xwayland: Enable access control on open sockets [CVE-2015-3164 1/3]Ray Strode1-1/+1
2015-05-20dix: hook up the unaccelerated valuator masksPeter Hutterer1-0/+4
2015-05-20dix: Add unaccelerated valuators to the ValuatorMaskPeter Hutterer1-1/+1
2015-05-20xfree86: drop if 0 hunkPeter Hutterer1-12/+0
2015-05-12Xephyr: Fix broken image when endianess of client machine and host-Xserver di...Egbert Eich1-2/+10
2015-05-12Xephyr: Fix screen image draw for the non-Glamor & non-XHSM caseEgbert Eich1-1/+1
2015-05-12Xephyr: Fix compile when debugging is enabledEgbert Eich1-1/+1