summaryrefslogtreecommitdiff
path: root/libweston/backend-drm
Commit message (Expand)AuthorAgeFilesLines
* backend-drm: drop HDR without libdisplay-infoPekka Paalanen2023-04-281-2/+2
* backend-drm: use libdisplay-infoPekka Paalanen2023-04-282-0/+48
* backend-drm: add drm_head_info_from_edid()Pekka Paalanen2023-04-281-14/+24
* backend-drm: move struct drm_edid definitionPekka Paalanen2023-04-282-7/+7
* backend-drm: let EDID parser return malloc'd stringsPekka Paalanen2023-04-282-35/+46
* backend-drm: obtain DRM backend from listener in session_notify()Philipp Zabel2023-04-191-1/+2
* backend-drm: schedule connector disable for detached headMichael Tretter2023-04-183-8/+26
* drm: Fix type confusion in writeback_stateDaniel Stone2023-04-041-2/+2
* drm: allow to skip composition if pending capture is writebackLeandro Ribeiro2023-03-311-1/+1
* backend-drm: Select plane based on current attached CRTCAndrew F. Davis2023-03-302-0/+10
* backend-drm: Pass view alpha to plane state and commitVeeresh Kadasani2023-03-303-6/+16
* backend-drm: Add plane alpha DRM-propertyVeeresh Kadasani2023-03-304-0/+32
* backend-drm: cosmetic changes to dmabuf_feedback_maybe_update()Leandro Ribeiro2023-03-281-19/+16
* backend-drm: add scanout tranche even for views eligible for direct scanoutLeandro Ribeiro2023-03-281-16/+18
* backend-drm: remove scanout tranche when there are no planes availableLeandro Ribeiro2023-03-281-1/+3
* backend-drm: change dmabuf_feedback_maybe_update() return type to voidLeandro Ribeiro2023-03-281-6/+4
* drm-backend: move aux function up to remove unnecessary declarationLeandro Ribeiro2023-03-221-23/+20
* drm-backend: address case in which writeback takes longer than atomic commitLeandro Ribeiro2023-03-223-4/+61
* drm-backend: add writeback connector screenshooter to DRM-backendLeandro Ribeiro2023-03-224-5/+344
* drm-backend: add support to output capture writeback sourceLeandro Ribeiro2023-03-221-0/+35
* drm-backend: add supported formats for writeback connectorsLeandro Ribeiro2023-03-223-0/+46
* backend-drm: don't copy the fence fd when duplicating the plane stateMichael Olbrich2023-03-221-0/+4
* backend-drm: don't try to commit an empty stateMichael Olbrich2023-03-221-0/+5
* backend-drm: add additional-devices to support multi GPUMichael Tretter2023-03-032-6/+169
* backend-drm: import cursors on non gbm outputsMichael Tretter2023-03-032-14/+34
* backend-drm: import GBM bo to scanout device if necessaryMichael Tretter2023-03-034-0/+157
* backend-drm: use linear buffers if gbm and kms device differMichael Tretter2023-03-031-0/+9
* backend-drm: allow to create multiple drm_fb for a weston_viewMichael Tretter2023-03-032-15/+38
* backend-drm: create faked zpos for device instead of backendMichael Tretter2023-03-031-3/+3
* backend-drm/drm-virtual: Hang off the drm_backendMarius Vlad2023-02-201-0/+1
* libweston: Use weston_coord in struct weston_pointerDerek Foreman2023-02-171-8/+3
* input: Use weston_coord for pointer clampingDerek Foreman2023-02-171-4/+8
* backend-drm: Do not overwrite plane's index when creating virtual planeMarius Vlad2023-02-071-0/+16
* drm-backend: Enable plane rotationsDerek Foreman2023-02-024-15/+37
* backend-drm: Set rotation property on planes when possibleDerek Foreman2023-02-023-0/+80
* kms: Add plane rotation propertyDerek Foreman2023-02-022-0/+40
* kms: Support bitmasksDerek Foreman2023-02-021-3/+5
* drm-backend: Cache paint node transformDerek Foreman2023-02-021-4/+2
* backend-drm: Support tearingDerek Foreman2023-02-014-7/+72
* backend-drm: Check for the atomic tearing capabilityDerek Foreman2023-02-012-0/+11
* drm-backend: Remember to set the zpos for the scanout planeDerek Foreman2023-02-011-0/+2
* libweston: Use weston_coord space conversion functionsDerek Foreman2023-02-011-9/+11
* backend-drm: allow more formats with pixman-rendererPhilipp Zabel2023-01-311-9/+8
* backend-drm: use pixel_format_info instead of gbm_formatPhilipp Zabel2023-01-314-46/+41
* gl-renderer: use pixel_format_info instead of drm fourccsPhilipp Zabel2023-01-291-23/+16
* pixman-renderer: use pixel_format_info instead of pixman_format_code_tPhilipp Zabel2023-01-281-5/+2
* libweston: make weston_renderbuffer refcountedPhilipp Zabel2023-01-271-2/+2
* libweston: move pixman_renderer_init() into weston_compositor_init_renderer()Philipp Zabel2023-01-231-1/+2
* pixman-renderer: track damage in weston_renderbufferPhilipp Zabel2023-01-232-15/+11
* pixman-renderer: set renderbuffer via new repaint_output parameterPhilipp Zabel2023-01-232-4/+3