summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-02-27glamor: Enable composite acceleration for rgb10 formats. (v2)Mario Kleiner1-0/+1
2018-02-27glamor: Fix loose ends in color depth 30 support.Mario Kleiner3-3/+15
2018-02-27glamor: Make Xv extension initialize at depth 30.Mario Kleiner1-2/+2
2018-02-27modesetting: Fix fallback for lack of new vblank kernel API.Mario Kleiner1-2/+3
2018-02-26render: Store and use all 16bpc of precision for solid pixels (v2.1)Adam Jackson7-29/+29
2018-02-26modesetting: Do not close uninitialized dri2 screenJeffrey Smith2-3/+6
2018-02-26glamor: unifdef XORG_VERSION_CURRENTAdam Jackson1-4/+0
2018-02-26xquartz: Fix linking with glxvndAdam Jackson1-0/+1
2018-02-26glx: Don't pass NULL to glxGetClientMichel Dänzer1-2/+2
2018-02-26glx: Fix indirect no-config contextsAdam Jackson1-0/+3
2018-02-26glx: Enable GLX_ARB_create_context_no_error (v2)Adam Jackson6-1/+18
2018-02-26render: Simplify miCompositeRectsAdam Jackson1-54/+9
2018-02-23render: Cosmetic cleanup to default format creationAdam Jackson1-43/+27
2018-02-23render: Remove some 24bpp handlingAdam Jackson1-8/+0
2018-02-23composite: Fix use-after-free in compReparentWindowPeter Harris1-1/+2
2018-02-21mi: Mention extension loading in verbose logsEmil Velikov1-0/+4
2018-02-21docs: correct LoadExtensionList() documentationEmil Velikov1-1/+1
2018-02-21glx: set the version we implement in GlxServerExportsEmil Velikov1-2/+2
2018-02-21glx: use C99 initializers for GlxServerExportsEmil Velikov1-20/+20
2018-02-21glx: NULL check the correct argument in dispatch_GLXVendorPrivEmil Velikov1-3/+4
2018-02-21glx: keep glvnd_vendor a private [static] variableEmil Velikov1-3/+5
2018-02-20xwayland: Fix backwards need_rotate logic (v2)Jason Ekstrand1-3/+3
2018-02-20Xephyr: Avoid calling xcb_shm_detach() twiceAlexander Volkov1-1/+0
2018-02-19meson: Make DGA extension optionalLaurent Carlier3-2/+15
2018-02-19dga: #if XFreeXDGA → #ifdef XFreeXDGALaurent Carlier4-8/+8
2018-02-19meson: Make Xv and XvMC extensions optionalLaurent Carlier3-2/+11
2018-02-19meson: Xephyr Requires xcb-shm version 1.9.3 or newerLaurent Carlier1-1/+1
2018-02-19os: avoid uninitialized offsets in backtraceJeffrey Smith1-0/+1
2018-02-19hw/xwin: Update for glxvndJon Turney2-0/+3
2018-02-14dmx: warning fixAdam Jackson1-2/+2
2018-02-14dri2: warning fixAdam Jackson1-1/+1
2018-02-14glx: Large commands are context state, not client stateAdam Jackson5-61/+61
2018-02-14miinitext: Remove separate extension toggle listAdam Jackson1-122/+51
2018-02-14miinitext: Load GLX on the mi pathAdam Jackson12-67/+16
2018-02-14glx: Use vnd layer for dispatch (v4)Adam Jackson23-375/+326
2018-02-14glx: Import glxvnd server module (v2)Kyle Brenneman12-1/+2125
2018-02-14meson: Make Security extension optionalLaurent Carlier2-1/+9
2018-02-14meson: Make more extensions optionalLaurent Carlier3-6/+17
2018-02-14meson: Make DPMS extension optionalLaurent Carlier3-2/+8
2018-02-14dmx: #if PANORAMIX → #ifdef PANORAMIXAdam Jackson2-3/+3
2018-02-14xfixes: Restore monitoring of animated cursorsAdam Jackson1-1/+4
2018-02-14animcur: Change which CursorPtr we save in external stateAdam Jackson1-3/+4
2018-02-14Xephyr: Require xcb-shm version 1.9.3 or newerAlexander Volkov1-1/+1
2018-02-12Correct xorg_list_is_empty return value descriptionRoman Gilg1-1/+2
2018-02-06glx: Only assign 8 bpc fbconfigs for composite visuals.Mario Kleiner1-0/+3
2018-02-06xwayland: Don't process cursor warping without an xwl_seatLyude Paul1-0/+7
2018-02-05xfree86: Only call PreInit handler if it exists for deviceJeff Smith1-1/+2
2018-02-05xfree86: Allocate sufficienct space for dev2screen arrayJeff Smith1-1/+1
2018-02-05xfree86: Do not use uninitialized pointer during probeJeff Smith1-3/+4
2018-02-02shm, xwayland: prefer atomic close-on-exec without O_TMPFILEJan Beich4-3/+12