Commit Graph

576 Commits (2c90e0f521b2bb57d00e5a374b0eff99f3a2d744)

Author SHA1 Message Date
Kenny Levinsen 2603a5dee7 backend/drm: Do not require mode commit on enable 4 years ago
Simon Ser a1e8a639b3 backend/drm: introduce drm_connector_commit_state 4 years ago
Simon Ser e543e26206 backend/drm: take a wlr_drm_connector instead of a wlr_output 4 years ago
Simon Ser e06c62af77 backend/drm: take output state arg in drm_connector_commit_buffer 4 years ago
Simon Ser 218955ce95 backend/drm: remove mode arg from drm_connector_set_mode 4 years ago
Simon Ser 7aba881c47 backend/drm: remove mode arg from drm_connector_init_renderer 4 years ago
Simon Ser 31082a0554 backend/drm: remove wlr_drm_crtc_state.mode 4 years ago
Simon Ser dfea0ff31d backend/drm: remove wlr_drm_crtc_state.active 4 years ago
Simon Ser 485ecc11a6 backend/drm: remove wlr_drm_crtc.pending_modeset 4 years ago
Simon Ser c9c2d7539c backend/drm: fill scratch wlr_output_state for set_mode 4 years ago
Simon Ser 1a9701cd7c backend/drm: take wlr_output_state as arg in commit callers 4 years ago
Simon Ser 8f90d7f8f5 backend/drm: take wlr_output_state as arg in crtc_commit 4 years ago
Simon Ser e7f68ba081 backend/drm: fix allocator DRM FD on multi-GPU setups 4 years ago
Simon Ser 619a975025 render: remove wlr_ prefix from wlr_renderer_autocreate_with_drm_fd 4 years ago
Simon Ser 6bf2406dbf backend/drm: reword wlr_renderer failure message 4 years ago
Simon Zeni cc1b66364c backend: use wlr_allocator_autocreate 4 years ago
Simon Zeni 144189674e backend: introduce backend_get_buffer_caps 4 years ago
Simon Zeni c75aa71816 render/gbm_allocator: make wlr_gbm_allocator_create return a wlr_allocator 4 years ago
Simon Ser 0411dc0663 Revert "backend/drm: fail instead of stripping a modifier" 4 years ago
Simon Ser 4839664a92 backend/drm: carry on when disabling a CRTC fails 4 years ago
Simon Ser 9b0e0970f9 backend/drm: destroy backend on udev remove event 4 years ago
Simon Ser c49ea9ef4f backend/drm: destroy when parent is destroyed 4 years ago
Simon Ser e804de923d backend/drm: clarify error message on drmModeAddFB fallback 4 years ago
Simon Ser f9f90b4173 backend/drm: fail instead of stripping a modifier 4 years ago
Simon Zeni 84dea55b20 render: rename get_dmabuf_render_formats into get_render_formats 4 years ago
Simon Ser 053ebe7c27 backend/drm: terminate display on drmHandleEvent failure 4 years ago
Stephan Hilb 9f012cac2f drm: check for PRIME support 4 years ago
Simon Ser 8ccb4bbb5f backend/drm: stop testing for buffer in drm_connector_commit_buffer 4 years ago
Simon Ser d0bf750916 backend/drm: use atomic test-only commits for direct scan-out 4 years ago
Simon Ser 7efc2d05b7 backend/drm: downgrade test-only commit failure log level 4 years ago
Simon Ser 5088e25eaf backend/drm: don't set NONBLOCK with TEST_ONLY 4 years ago
Simon Ser 6bfbf35618 backend/drm: reject DMA-BUFs with flags 4 years ago
Simon Ser 1ec97bdf4f backend/drm: improve logs in drm_fb_create 4 years ago
Simon Ser 511e42be5e backend/drm: try to import buffer when testing it 4 years ago
Simon Ser 7709a965e5 backend/drm: use format table in test_buffer 4 years ago
Simon Zeni c8b3536b01 backend/drm: use pixel format table in renderer 4 years ago
Simon Ser c740fccc9d Fix buffer blit matrices 4 years ago
Simon Ser 44fa2c4b49 output: fix transform matrix for 90/270 rotations 4 years ago
Simon Zeni 9601a2abf0 output: improve transform matrix calculation 4 years ago
Simon Ser a02da8e6f6 backend/drm: add new writeback and SPI connector types 4 years ago
Simon Ser f3758d1d0a backend: add error messages in attach_render impls 4 years ago
Manuel Stoeckl a290d7a78d Make implementation function lists static const 4 years ago
Simon Ser 73ffab70b0 backend/drm: don't blit in drm_fb_import 4 years ago
Simon Ser 4af85f4c19 backend/drm: simplify drm_fb_lock_surface 4 years ago
Simon Ser 04d89a8bc5
backend/drm: fix modifiers for cursor plane buffers 4 years ago
Simon Ser f17b0f975d backend/drm: add wlr_drm_connector_get_id 4 years ago
Simon Ser cb6f584496 backend/drm: add support for the subconnector property 4 years ago
Simon Ser 9e98f497af backend/drm: use local DRM FD for wlr_rend 4 years ago
Simon Ser afdf4dc890 render/gles2: make EGL context current in bind_buffer 4 years ago
Simon Zeni 08a4c62aac render: remove egl include from wlr_renderer 4 years ago