summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-07-09present: Fold wnmd_init_mode_hooks into wnmd_screen_initMichel Dänzer2-27/+19
2021-07-09present: Move present_wnmd_screen_init to present_wnmd.cMichel Dänzer3-23/+28
2021-07-09present: Dispatch clear_window_flip via present_screen_priv hookMichel Dänzer4-48/+52
2021-07-09present: Remove create_event_id hookMichel Dänzer4-24/+9
2021-07-09present: Pass capabilities to present_vblank_create by valueMichel Dänzer4-6/+6
2021-07-09xwayland/eglstream: Drop xwl_eglstream_set_window_pixmapMichel Dänzer1-32/+0
2021-07-09xwayland/eglstream: Consolidate pending_cb destructionMichel Dänzer1-16/+7
2021-07-09xwayland: Call RRTellChanged if the RandR configuration may have changedMichel Dänzer1-0/+4
2021-07-09randr: Bail from RRTellChanged if there's no root window yetMichel Dänzer1-0/+4
2021-07-08Build xz tarballs instead of bzip2Matt Turner1-1/+1
2021-07-07glamor: add EXT_gpu_shader4 supportDave Airlie4-3/+19
2021-07-07glamor: add glamor_glsl_has_ints wrapperDave Airlie6-20/+19
2021-07-05xserver 21.0.99.1xorg-server-21.0.99.1Povilas Kanapickas2-3/+3
2021-07-05meson: Fix warnings when reading back and checking feature flagsPovilas Kanapickas2-10/+19
2021-07-01xfixes: Allow the client to upgrade the fixes protocol versionAdam Jackson2-7/+8
2021-06-30xwayland/eglstream: Remove stream validityOlivier Fourdan1-137/+28
2021-06-29xwayland/eglstream: Keep pending stream if the pixmap didn't changeOlivier Fourdan1-1/+1
2021-06-25hw/dmx/config: Link directly with libdmxconfig.aorbea1-6/+3
2021-06-25config: Fix platform busid parsing when there is no ID_PATH propPovilas Kanapickas1-0/+31
2021-06-25os: Properly report failure to link lock fileOlivier Certner1-1/+7
2021-06-24xfree86: Fix out of array bound access to xf86EntitiesŁukasz Spintzyk1-2/+2
2021-06-23xfree86: Fix potentially NULL reference to platform device's PCI devicePovilas Kanapickas2-4/+9
2021-06-23xfree86: Consistently check for reference to primaryBus pci_devicePovilas Kanapickas1-1/+2
2021-06-23configure.ac: Switch project version to 20.x.y stylePovilas Kanapickas1-6/+4
2021-06-21xfree86: Fix NULL pointer dereference crashZoltán Böszörményi1-13/+10
2021-06-21glx: Fix use after free in MakeCurrentOlivier Fourdan1-2/+2
2021-06-16configure.ac: Bump inputproto dep to 2.3.99.1Povilas Kanapickas1-1/+1
2021-06-15hw/xfree86: Propagate physical dimensions from DRM connectorDaniel Strnad3-14/+28
2021-06-15xfree86: Change displays array to pointers array to fix invalid pointer issue...Łukasz Spintzyk3-23/+26
2021-06-15modesetting: Add a limit on async page flip error log frequencyPovilas Kanapickas1-3/+71
2021-06-15modesetting: Extract flip failure logging to a single placePovilas Kanapickas1-18/+35
2021-06-14glamor: Avoid using GL_QUADS on V3DJose Maria Casanova Crespo1-1/+2
2021-06-14xwayland/present: Move wl_buffer check into xwl_glamor_check_flipMichel Dänzer2-3/+3
2021-06-14xwayland/eglstream: Handle xwl_pixmap_get returning NULLMichel Dänzer1-1/+6
2021-06-11ci: Fix UPSTREAM_REPO -> FDO_UPSTREAM_REPOMichel Dänzer1-1/+1
2021-06-08modesetting: Disable reverse prime offload mode for displays running on evdi,udlLukasz Spintzyk1-2/+14
2021-06-08glx: Set ContextTag for all contextsOlivier Fourdan1-1/+2
2021-06-07dix: Add optional terminate delayOlivier Fourdan5-4/+52
2021-06-07xfixes: Add ClientDisconnectModeOlivier Fourdan9-8/+207
2021-06-07glx: don't create implicit GLXWindow if one already existsErik Kurzinger1-2/+9
2021-06-01meson: provide fallback for *proto dependenciesJan Beich1-23/+23
2021-05-31xwayland/eglstream: Log when GL_OES_EGL_image is missingOlivier Fourdan1-0/+2
2021-05-31xwayland/eglstream: Use "nvidia" for GLVNDOlivier Fourdan1-3/+5
2021-05-31xwayland: Add preferred GLVND vendor to xwl_screenOlivier Fourdan2-0/+6
2021-05-30glx: Check for byte-swapping in SetReplyHeaderNiveditha Rau1-0/+3
2021-05-30glx: Fix error return code in GLXGetDrawableAttributesAdam Jackson1-1/+1
2021-05-30Xi: Work around broken libxcb that doesn't ignore unknown device classesPovilas Kanapickas1-1/+20
2021-05-30Xi: Implement gesture support for XIQueryDevicePovilas Kanapickas1-1/+37
2021-05-30xfree86: Bump input minor ABI due to addition touchpad gesturesPovilas Kanapickas1-1/+1
2021-05-30xfree86: Implement gesture support for test input driverPovilas Kanapickas2-1/+86