Commit Graph

194 Commits (e78d72f42e10b43a76ef5ba6b8c4b3b470b25245)

Author SHA1 Message Date
Drew DeVault be54278207
Merge pull request from agx/output-add-mode 7 years ago
Guido Günther 8d72090afe drm: Allow to add additional modes 7 years ago
emersion 2b9cbaddf3
screencopy: add support for frame flags 7 years ago
Dominique Martinet f0d455f088 drm backend: overflow fixes 7 years ago
emersion 21928cbe61
Merge branch 'master' into screencontent 7 years ago
emersion bd430b8620
backend/drm: support multi-planar DMA-BUFs when exporting 7 years ago
emersion 9e26808c28
output, backend/drm: add wlr_output_export_dmabuf 7 years ago
emersion 79683ee497
backend/drm: better connector cleanup, add more logs 7 years ago
Markus Ongyerth 6a46fcc6f2 recalculate cursor projection matrix on set_cursor 7 years ago
emersion 13098a18ea
Fix hardware cursors scale & transform 7 years ago
emersion caf9f9022c
Merge pull request from emersion/full-hardware-cursors 7 years ago
Guido Günther 1637053ef8 drm: only disable atomic modesetting when WLR_DRM_NO_ATOMIC == 1 7 years ago
emersion 225d182765
output: always use hardware cursors if available 7 years ago
emersion 71ca45e2c0
Make sure we don't use others' prefixes 7 years ago
emersion b0d99f5c67
Remove wlr_ prefix from local symbols 7 years ago
emersion 94fa6c88f4
output: don't emit the mode event if it hasn't changed 7 years ago
emersion a2391a6047
Fix cursor transform on DRM backend 7 years ago
emersion c63d94483b
Redesign wlr_texture 7 years ago
emersion 60bfe0a6aa
backend/drm: remove remaining raw GL call 7 years ago
emersion 3581573bdc
render/gles2: make wlr_renderer_begin take viewport size 7 years ago
emersion c41de2d1be
render: split render.h into wlr_renderer.h and wlr_texture.h 7 years ago
emersion 7894fca224
matrix: rename wlr_matrix_texture to wlr_matrix_projection 7 years ago
emersion 876f07e9f1
renderer: replace wlr_texture_get_matrix by wlr_render_texture 7 years ago
emersion 824a95ad19
matrix: use 2D matrices 7 years ago
emersion d26b67cb06
matrix: unify API, don't use array pointers 7 years ago
emersion b6a3f240c7
matrix: move to types/ 7 years ago
emersion d24f868bbe
backend/drm: fix cursor hotspot not updated 7 years ago
emersion 92ca4ad474
backend/drm: refactor wlr_drm_connector_set_cursor 7 years ago
Markus Ongyerth 2cea430488 prevent current_mode null on output_enable(false) 7 years ago
Markus Ongyerth a65ef8ea86 restore dpms state on drm resume 7 years ago
Guido Günther d08792bfff Add alpha to wlr_render_with_matrix 7 years ago
Drew DeVault 1d9be89e2d
Revert "ELF Visibility" 7 years ago
Scott Anderson 86269052eb Explicitly export EFL symbols 7 years ago
emersion c2e1474010
Reformat all #include directives 7 years ago
emersion 36ead80cd1
Make wlr_signal_emit_safe private 7 years ago
emersion 10ecf871f2
Remove wlr_backend.events.{output_remove,device_remove} 7 years ago
emersion 5e58d46cc1
Add wlr_signal_emit_safe 7 years ago
Drew DeVault 664d7bfe4e
Merge pull request from VincentVanlaer/atomic-gamma 7 years ago
emersion bf6d245400
Swap buffers with damage 7 years ago
Vincent Vanlaer 2df97ed16a Set needs_swap on output when gamma changes 7 years ago
Vincent Vanlaer f5e5d1983b Do not allow gamma control without a crtc 7 years ago
Vincent Vanlaer ab011406ad Add atomic gamma lut size fetching 7 years ago
Vincent Vanlaer cc1229e75e Add atomic gamma setting 7 years ago
emersion cdd55b5d19
Merge remote-tracking branch 'upstream/master' into output-damage 7 years ago
Markus Ongyerth 08fda567d2 prevents reuse of outdated wlr_output state 7 years ago
emersion 3d3ea32137
Merge remote-tracking branch 'upstream/master' into output-damage 7 years ago
emersion bb39277e97
backend/drm: update output enabled property on modeset 7 years ago
emersion bb4aeb3b2f
backend/drm: support updating cursor when session is paused 7 years ago
Guido Günther c5aac77692 Fix some typos 7 years ago
emersion d498855b9d
backend/drm: fix hw cursor position on rotated and scaled outputs 7 years ago