summaryrefslogtreecommitdiff
path: root/src/backends
Commit message (Expand)AuthorAgeFilesLines
* drm-buffer-gbm: Bail out early if FBO allocation failsRobert Mader2023-05-171-0/+3
* backends/x11: Use backend-side error traps for input configurationCarlos Garnacho2023-05-161-35/+8
* compositor/dnd: Guard X11 typesBilal Elmoussaoui2023-05-151-1/+6
* backends/x11: Fix type confusion about object dataBarnabás Pőcze2023-05-141-8/+6
* egl: Set EGL_IMAGE_PRESERVED_KHR on DMABUF importRobert Mader2023-05-071-1/+3
* screen-cast/src: Never dequeue pw_buffer's we refuse to record toJonas Ådahl2023-05-043-18/+32
* edid: Integrate libdisplay-info for edid parsingadarshgm2023-05-023-12/+216
* output: Check the EDID for the supported sink ColorimetrySebastian Wick2023-04-213-10/+45
* backends/x11: Trap errors from XIChangePropertyDaniel van Vugt2023-04-181-0/+12
* Replace using sscanf() to parse mode strings with new helperJonas Ådahl2023-04-181-5/+3
* monitor: Add helper to parse simple mode stringsJonas Ådahl2023-04-182-0/+54
* monitor: Don't use locale dependent mode ID stringJonas Ådahl2023-04-181-2/+5
* wayland/cursor-surface: Update cursor on disposeJonas Ådahl2023-04-172-0/+3
* cursor-tracker: Don't leak window cursor on exitJonas Ådahl2023-04-171-0/+1
* frame/native: Remember whether the frame carried a kms updateRobert Mader2023-04-172-0/+12
* screen-cast/monitor-src: Record frames with presentation timeGeorges Basile Stavracas Neto2023-04-071-4/+17
* screen-cast/monitor-src: Record DMA-BUF frames immediatelyGeorges Basile Stavracas Neto2023-04-071-4/+14
* screen-cast/src: Shuffle a variable aroundGeorges Basile Stavracas Neto2023-04-071-1/+2
* screen-cast/src: Clean up DMA-BUF only error pathsGeorges Basile Stavracas Neto2023-04-071-1/+5
* screen-cast/src: Add frame recording variant with timestampGeorges Basile Stavracas Neto2023-04-072-18/+48
* backends/stage: Pass ClutterFrame to MetaStageWatchFuncGeorges Basile Stavracas Neto2023-04-075-5/+14
* cursor-tracker: Enhance the documentation and increase annotation coverageCorentin Noël2023-04-071-10/+16
* screen-cast-stream-src: Export damaged video regionsSalman2023-04-066-17/+126
* screen-cast-stream-src: Minor adjustmentSalman2023-04-061-4/+5
* stage-impl: Do clipped redraws when drawing offscreenSalman2023-04-061-21/+51
* output-xrandr: Don't treat 0 as invalid backlight valueFlorian Müllner2023-04-041-1/+1
* output-xrandr: Consistently return -1 on errorFlorian Müllner2023-04-041-1/+1
* backend: Fix build with -Dremote_desktop=falseChris Mayo2023-04-031-6/+2
* backends: Use meta_gamma_lut_new_sized() in a few more placesJonas Ådahl2023-03-302-11/+2
* onscreen/native: Avoid freezing the frame clock on failed cursor commitsDaniel van Vugt2023-03-291-0/+27
* backend/nested: Ignore setting pointer constraintJonas Ådahl2023-03-221-0/+8
* backends: Fall back to the default and not the unknown color spaceSebastian Wick2023-03-202-3/+3
* kms/impl-device/simple: Avoid destroying a NULL hash tableDaniel van Vugt2023-03-201-1/+1
* kms/device: Avoid leaking some fieldsJonas Ådahl2023-03-191-0/+3
* kms/impl-device: Fix result listener list leakSebastian Keller2023-03-191-1/+1
* backends/native: Report correct Gamma support on the KMS properties pathSebastian Wick2023-03-181-6/+7
* monitor-manager: Apply switch-config in idle callbackJonas Ådahl2023-03-181-12/+48
* monitor-manager: Restore old config in idle callback when unconfirmedJonas Ådahl2023-03-182-24/+19
* monitor-manager: Use g_clear_handle() to clean up D-Bus name owningJonas Ådahl2023-03-181-5/+1
* monitor-manager: Use guint for handle IDsJonas Ådahl2023-03-181-3/+2
* backends/native: Convert MetaOutputColorspace to DRM ColorspaceSebastian Wick2023-03-043-1/+18
* tests: Add tests for HDR Static Metadata encoding/decoding and equalitySebastian Wick2023-03-042-2/+11
* output: Check the EDID for HDR Static Metadata supportSebastian Wick2023-03-044-5/+38
* edid: Fix MetaEdidStaticMetadataType bitmaskSebastian Wick2023-03-041-1/+1
* backends/native: Wire up color space and HDR metadataSebastian Wick2023-03-042-0/+110
* backends/native: Process color space and HDR md updatesSebastian Wick2023-03-043-29/+181
* backends/native: Add color space and HDR metadata updatesSebastian Wick2023-03-043-0/+65
* backends/native: Let updates require ALLOW_MODESETSebastian Wick2023-03-043-1/+11
* backends/native: Read color space and HDR metadata connector stateSebastian Wick2023-03-042-2/+282
* backends/native: Add color space and HDR metadata KMS propertiesSebastian Wick2023-03-042-1/+105