summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2016-05-26Remove SIGIO support for input [v5]Keith Packard13-192/+80
2016-05-26kdrive: Remove unneeded AddEnabledDevice/RemoveEnabledDevice callsKeith Packard1-2/+0
2016-05-26xfree86: Add IndirectGLX server flag (v2)Adam Jackson4-0/+18
2016-05-26xfree86: Set xf86CrtcConfigRec cursor pointer to NULL in HideCursorKeith Packard3-12/+15
2016-05-25xwayland: Move sprite invalidation logic into mipointerKeith Packard1-8/+1
2016-05-11xwayland: don't check events as early as InitInputOlivier Fourdan1-5/+0
2016-05-06modesetting: fix build with glamor disabled.Dave Airlie1-0/+4
2016-05-04xfree86: drop unneeded strdup for modulepath/logfileEmil Velikov1-12/+2
2016-05-04xfree86: use the xf86CheckPrivs() helper for modulepath/logfileEmil Velikov1-27/+23
2016-05-04xfree86: factor out the check priviliges and print a big warningEmil Velikov1-14/+12
2016-05-04modesetting: set capabilities up after glamor and enable offload caps.Dave Airlie1-12/+16
2016-05-04xf86Crtc: don't set the root window property on slave GPUs.Dave Airlie1-1/+2
2016-05-04modesetting: set driverPrivate to NULL after closing fd.Dave Airlie1-1/+1
2016-05-04modesetting: Consistent whitespace in driver.cAlex Goins1-18/+18
2016-05-04XQuartz: Update copyright yearsJeremy Huddleston Sequoia1-2/+2
2016-05-04XQuartz: Add --with-bundle-version and --with-bundle-version-string configure...Jeremy Huddleston Sequoia2-3/+5
2016-05-03XQuartz: Add --with-sparkle-feed-url configure optionJeremy Huddleston Sequoia2-2/+2
2016-05-03XQuartz: Update release feed URL to use new https URLJeremy Huddleston Sequoia1-14/+1
2016-05-03xfree86: add support for MatchIsTabletPadPeter Hutterer5-0/+19
2016-05-02modesetting: port clean start code from amdgpu. (v2)Dave Airlie3-12/+36
2016-05-02modesetting: add support for background none.Dave Airlie4-26/+106
2016-04-29kdrive: Nuke a bunch of dead codeAdam Jackson1-441/+0
2016-04-29dix: Squash some new gcc6 warningsAdam Jackson1-1/+1
2016-04-29x86emu: Change include order to avoid conflict with system headerAndreas Schwab2-9/+1
2016-04-25xwayland-shm: fortify fallocate against EINTRMarek Chalupa1-2/+8
2016-04-18xfree86/parser: simplify #ifdef ladderEmil Velikov1-22/+9
2016-04-18xfree86/parser: reuse StringToToken() in xf86getToken()Emil Velikov1-8/+2
2016-04-18xfree86/parser: move StringToToken() definition further upEmil Velikov1-14/+12
2016-04-18xfree86/parser: annotate xf86ConfigSymTabRec as constant dataEmil Velikov18-37/+33
2016-04-18xfree86: Remove xf86RegisterRootWindowPropertyAdam Jackson6-146/+1
2016-04-18xfree86: Create EDID atom from the root window callback (v2)Adam Jackson1-22/+9
2016-04-18xfree86: Remove a never-hit diagnostic messageAdam Jackson1-11/+4
2016-04-18xfree86: Make xf86SetDDCproperties work more than once (v2)Adam Jackson1-6/+29
2016-04-18xfree86: Remove some leftovers from DisplayID supportAdam Jackson2-9/+2
2016-04-18xfree86: Unexport xf86Initialising, remove xf86ServerIsInitialisingAdam Jackson4-21/+1
2016-04-18xfree86: Create VT atoms from the root window callback (v2)Adam Jackson1-42/+25
2016-04-18xfree86: Create seat atom from the root window callback (v2)Adam Jackson1-20/+19
2016-04-15xwayland: Fix compiler warning in GLAMOR XvOlivier Fourdan1-1/+1
2016-04-07hw/xwin: xcbify internal window managerJon Turney3-563/+588
2016-04-07hw/xwin: In multiwindow mode, do window minimization entirely in the WMJon Turney3-43/+20
2016-04-07hw/xwin: xcbify code for converting X11 icon to Win32 iconJon Turney6-65/+98
2016-03-30xwin/glx: Build fix for warnings about missing WGL extensioonsJon Turney1-3/+3
2016-03-30glx: Implement GLX_EXT_libglvnd (v2)Adam Jackson1-0/+6
2016-03-30glx: Compute the GLX extension string from __glXScreenInitAdam Jackson2-25/+0
2016-03-30glx: Move glx_enable_bits up to the GLX screen base classAdam Jackson2-17/+11
2016-03-30xquartz/glx: Remove unused fields from the glx screen subclassAdam Jackson1-3/+0
2016-03-30glx: Enable GLX 1.4 unconditionallyAdam Jackson2-23/+0
2016-03-30xwin/glx: Drop GLWIN_NO_WGL_EXTENSIONS hackAdam Jackson1-10/+0
2016-03-30glx: Use __glXInitExtensionEnableBits in all backends (v2)Adam Jackson2-31/+10
2016-03-30xwin/glx: Enable GLX_SGI_make_current_read unconditionally (v2)Adam Jackson1-10/+14