summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2015-09-18xwayland: fix crash on enter/leave for a grabbed slave devicePeter Hutterer1-2/+2
2015-09-18xwayland: use the device pointer we already havePeter Hutterer1-1/+1
2015-09-18xwayland: Remove related touchpoints when unrealizing windowsCarlos Garnacho3-3/+19
2015-09-18xwayland: Implement the wl_touch interfaceCarlos Garnacho2-1/+199
2015-09-18xwayland: Add xwl_touch structCarlos Garnacho2-0/+19
2015-09-18xwayland-input: Remove our XYToWindow handlerJasper St. Pierre2-35/+0
2015-09-17modesetting: fix up output naming conventionIlia Mirkin1-10/+10
2015-09-17xwayland: implement repeat_info eventMarek Chalupa1-3/+35
2015-09-17On linux use <termios.h> instead of <termio.h>Felix Janda1-4/+0
2015-09-17glxproxy: Fix an obvious thinko in QueryExtensionsStringAdam Jackson1-1/+1
2015-09-01remove bogus \/ escapesIngo Schwarze1-1/+1
2015-08-28debug output format fix in ephyrProcessMouseMotion()Jon TURNEY1-2/+2
2015-08-28debug output format fix in DRISwapContext()Jon TURNEY1-1/+1
2015-08-28debug output format fix in TI.cJon TURNEY1-1/+1
2015-08-28debug output format fix in xf86Events.cJon TURNEY1-1/+1
2015-08-24configurable maximum number of clientsOlivier Fourdan3-1/+21
2015-08-13modesetting: Add more missing options to man page.Mario Kleiner1-0/+8
2015-08-13modesetting: add zaphod support (v3)Dave Airlie6-102/+261
2015-08-12xwayland: Don't (double) destroy input resources in CloseScreenAdam Jackson1-2/+0
2015-08-12xwayland: Don't (double) destroy RANDR resources in CloseScreenAdam Jackson1-2/+0
2015-07-17xfree86: Bump video driver ABI version to 20Aaron Plattner1-1/+1
2015-07-17Merge remote-tracking branch 'ajax/xserver-next' into masterEric Anholt17-383/+233
2015-07-16xfree86/os-support/linux: Fix make distcheckArmin K1-1/+1
2015-07-16modesetting: Use correct types for return values of glamor BO exports.Robert Ancell2-4/+4
2015-07-08dix: Restore PaintWindow screen hookAdam Jackson2-3/+3
2015-07-08xfixes: Unexport xfixes.hAdam Jackson1-1/+0
2015-07-08vidmode: Hide implementation detailsAdam Jackson4-44/+39
2015-07-08xge: Hide some implementation detailsAdam Jackson1-1/+0
2015-07-08dga: Hide a bunch of implementation detailsAdam Jackson3-76/+28
2015-07-08xfree86: Hide some pre-randr mode validation detailsAdam Jackson3-92/+5
2015-07-08dix: Unexport various implementation detailsAdam Jackson1-2/+0
2015-07-08parser: static cleanupAdam Jackson5-164/+158
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