summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2016-05-04XQuartz: Update copyright yearsHEADmasterJeremy 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
2016-03-30xquartz/glx: Error out for MakeContextCurrent(draw != read)Adam Jackson1-0/+3
2016-03-30glx: Remove server-side mention of GLX_MESA_swap_controlAdam Jackson1-4/+1
2016-03-30glx: Remove default server glx extension stringAdam Jackson2-4/+0
2016-03-28xwayland: Pretend we support viewport in vidmodeOlivier Fourdan1-4/+15
2016-03-28xwayland: do not include frequency in mode nameOlivier Fourdan1-2/+2
2016-03-28xfree86/modes: Make sure the HW cursor is hidden when it should beMichel Dänzer1-0/+6
2016-03-28DRI2: add Polaris PCI IDsSonny Jiang1-0/+10
2016-03-23vfb: Re-add LD_EXPORT_SYMBOLS_FLAG to LDFLAGSAdam Jackson1-0/+1
2016-03-14xfree86: Change VBE version early-out to 1.2. (#22672)Evgeny M. Zubok1-1/+1
2016-03-14xfree86: Finish removing font modulesAdam Jackson2-9/+0
2016-03-14xfree86: Font modules aren't a real thingAdam Jackson2-4/+0
2016-03-11vidmode: Remove stray vidmodeproc.h from EXTRA_DISTAdam Jackson1-1/+0
2016-03-10ephyr: Fix redisplay with glamor on GLES.Eric Anholt1-1/+3
2016-03-09xwayland: add glamor Xv adaptorOlivier Fourdan4-1/+428