aboutsummaryrefslogtreecommitdiff
path: root/backend/drm
AgeCommit message (Expand)Author
2023-08-23output: trigger frame/present events on all commits on enabled outputSimon Ser
2023-08-23backend/drm: report !presented if session is inactiveRose Hudson
2023-08-23backend/drm: don't set frame_pending on modesetRose Hudson
2023-08-16backend/drm: Use output state to set init modeAlexander Orzechowski
2023-08-16backend/drm: Move output variable up in connect_drm_connectorAlexander Orzechowski
2023-08-16output: Add initialization state to wlr_output_initAlexander Orzechowski
2023-07-26backend/drm: restore custom modesSimon Ser
2023-07-14backend/drm: stop checking for wlr_client_bufferSimon Ser
2023-07-11Use wl_container_of() instead of castsSimon Ser
2023-07-07Use struct initializers instead of memset()Simon Ser
2023-06-30backend/drm: use panel_orientation if it is setClayton Craft
2023-06-30backend/drm: handle output layer damageSimon Ser
2023-06-27output: Set output mode during main commitAlexander Orzechowski
2023-06-27backend/drm: Don't add pollute fixed modes list with custom modesAlexander Orzechowski
2023-06-26backend/drm: remove duplicate needs_frame() in set_cursor()Simon Ser
2023-06-23output: add wlr_output_state_init()Simon Ser
2023-06-22backend/drm: fix libliftoff_plane double-freeSimon Ser
2023-06-21backend/drm: Fix typoAlexander Orzechowski
2023-06-19backend/drm: Use texture blend_mode for multigpu blitAlexander Orzechowski
2023-06-12backend/drm: clip FB damageSimon Ser
2023-06-05add render timer APIRose Hudson
2023-05-31backend/drm: introduce wlr_drm_mode_get_info()Simon Ser
2023-05-30backend/drm: use new rendering APISimon Ser
2023-05-17drm_plane_pick_render_format: return false if no format could be foundAustin Shafer
2023-05-11wlr_drm_format_set: Store formats on arrayAlexander Orzechowski
2023-05-11wlr_drm_format: Rework wlr_drm_format_intersectAlexander Orzechowski
2023-05-11wlr_drm_format: Introduce drm_format_finishAlexander Orzechowski
2023-05-08backend/drm: fix di_info memory leakzhoulei
2023-04-20output-layer: add cropping supportSimon Ser
2023-04-04output-layer: add support for scaling buffersSimon Ser
2023-03-20backend/drm: log drm_connector_alloc_crtc() failuresSimon Ser
2023-02-28backend/drm: use libdisplay-info for CVT mode generationSimon Ser
2023-02-28backend/drm: use libdisplay-info to parse EDIDSimon Ser
2023-02-21render/swapchain: make publicSimon Ser
2023-02-21backend/drm: drop wlr_drm_layer.pending_{width,height}Simon Ser
2023-02-21backend/drm: drop unnecessary pixman_region32_t castsSimon Ser
2023-02-20backend/drm: send output layer feedback eventsSimon Ser
2023-02-20backend/drm: add support for output layersSimon Ser
2023-02-20backend/drm: add libliftoff composition layerSimon Ser
2023-02-20backend/drm: add libliftoff interfaceSimon Ser
2023-02-20backend/drm: init wlr_drm_plane for all plane typesSimon Ser
2023-02-02backend/drm: require hwdata pkg-config fileSimon Ser
2023-01-31backend/drm: set "max bpc" property based on pixel formatSimon Ser
2023-01-18backend/drm: disable all CRTCs after VT switchSimon Ser
2022-12-16backend/drm: check return value of get_drm_{connector,crtc}_props()Simon Ser
2022-12-15backend/drm: remove wlr_drm_crtc.legacy_crtcSimon Ser
2022-12-15backend/drm: fetch fresh legacy CRTC in connector_get_current_mode()Simon Ser
2022-12-13backend/drm: drop unused arg in connector_get_current_mode()Simon Ser
2022-12-13backend/drm: prevent out-of-bounds array access on unknown subpixelSimon Ser
2022-12-13backend/drm: refuse to switch CRTC for enabled connectorSimon Ser