summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-04-05xfree86: Remove xf86RegisterRootWindowPropertyroot-window-finalize-callbackAdam Jackson6-146/+1
2016-04-05xfree86: Create EDID atom from the root window callback (v2)Adam Jackson1-22/+9
2016-04-05xfree86: Remove a never-hit diagnostic messageAdam Jackson1-11/+4
2016-04-05xfree86: Make xf86SetDDCproperties work more than once per generationAdam Jackson1-6/+28
2016-04-05xfree86: Remove some leftovers from DisplayID supportAdam Jackson2-9/+2
2016-04-05xfree86: Unexport xf86Initialising, remove xf86ServerIsInitialisingAdam Jackson4-21/+1
2016-04-05xfree86: Create VT atoms from the root window callback (v2)Adam Jackson1-42/+25
2016-04-05xfree86: Create seat atom from the root window callback (v2)Adam Jackson1-20/+19
2016-04-05dix: Add RootWindowFinalizeCallbackAdam Jackson2-0/+5
2016-03-30xwin/glx: Build fix for warnings about missing WGL extensioonsJon Turney1-3/+3
2016-03-30glx: Implement GLX_EXT_libglvnd (v2)Adam Jackson8-0/+48
2016-03-30glx: Compute the GLX extension string from __glXScreenInitAdam Jackson5-49/+8
2016-03-30glx: Move glx_enable_bits up to the GLX screen base classAdam Jackson5-39/+36
2016-03-30xquartz/glx: Remove unused fields from the glx screen subclassAdam Jackson1-3/+0
2016-03-30glx: Enable GLX 1.4 unconditionallyAdam Jackson8-72/+4
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-30glx: Enable GLX_SGI_make_current_read in the coreAdam Jackson3-9/+1
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: Don't enable EXT_texture_from_pixmap unconditionallyAdam Jackson3-3/+5
2016-03-30glx: Remove server-side mention of GLX_MESA_swap_controlAdam Jackson2-7/+2
2016-03-30glx: Remove default server glx extension stringAdam Jackson5-27/+1
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-28os: Treat ssh as a non-local client (v4)Adam Jackson1-3/+40
2016-03-28DRI2: add Polaris PCI IDsSonny Jiang1-0/+10
2016-03-24present: Only requeue for next MSC after flip failureMichel Dänzer1-1/+1
2016-03-23vfb: Re-add LD_EXPORT_SYMBOLS_FLAG to LDFLAGSAdam Jackson1-0/+1
2016-03-16glamor: swizzle RED to 0 for alpha texturesDave Airlie1-1/+3
2016-03-14security: Fix reversed commentÁngel González1-1/+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-14Fix the typo from the previous patch, d'ohAdam Jackson1-1/+1
2016-03-14Xext/vidmode: Reduce verbosity of GetModeLine debug messagesChris Wilson1-106/+106
2016-03-11vidmode: Remove stray vidmodeproc.h from EXTRA_DISTAdam Jackson1-1/+0
2016-03-11present: fail flipping if we have any slave outputsDave Airlie1-0/+4
2016-03-11glamor: Make context current in glamor_pixmap_fbo_cache_putMichel Dänzer1-0/+1
2016-03-10glx: Implement GLX_EXT_fbconfig_packed_floatAdam Jackson4-0/+9
2016-03-10glx: Implement GLX_EXT_stereo_treeAdam Jackson3-1/+11
2016-03-10glx: Add GLX_SCREEN to the GetDrawableAttributes responseAdam Jackson1-1/+2
2016-03-10glx: Macroize building the attribute list in DoGetDrawableAttributesAdam Jackson1-23/+16
2016-03-10ephyr: Fix redisplay with glamor on GLES.Eric Anholt1-1/+3
2016-03-10glamor: Replace "finish access" shader with texture swizzling.Eric Anholt5-407/+160
2016-03-10glamor: Drop dead large-pixmap handling code in temp picture uploads.Eric Anholt2-112/+16
2016-03-10glamor: Drop unused PBO code in temporary picture uploading.Eric Anholt1-23/+7
2016-03-10glamor: Generalize the a1-to-a8 conversion path.Eric Anholt1-37/+28
2016-03-10glamor: Drop the REVERT_UPLOADING_1_5_5_5 path.Eric Anholt2-119/+5