2982 Commits (master)

Author SHA1 Message Date
Alexander Orzechowski 53be443f39 wlr_scene: Add WLR_SCENE_HIGHLIGHT_TRANSPARENT_REGION env
7 months ago
Simon Ser 563f100627 alpha-modifier-v1: new protocol implementation
7 months ago
Consolatis 8abd43803b xwayland: remove saved_{width,height}
7 months ago
Manuel Stoeckl 82b4bc3f5f renderer: add field to indicate color transform support
7 months ago
Manuel Stoeckl 391410deb5 wlr_scene: add color transform argument for rendering
7 months ago
Manuel Stoeckl ffdbfdbbbd render/vulkan: add support for output color transforms
7 months ago
Manuel Stoeckl e443434876 render/vulkan: create plain framebuffers on demand
7 months ago
Manuel Stoeckl adbfd3c321 render/vulkan: add lut3d output shader option
7 months ago
Manuel Stoeckl c64144a39b render/vulkan: add dummy 3d lookup table to output shader
7 months ago
Simon Ser 895e3d18b9 render/color: introduce wlr_color_transform
7 months ago
Simon Ser ebef710746 renderer: replace get_render_buffer_caps() with struct field
7 months ago
Simon Ser 0686666cf5 render: drop wlr_renderer_get_dmabuf_texture_formats()
7 months ago
Simon Ser 85c1eda721 render: unify getter for texture formats
7 months ago
Ilia Bozhinov c63275d75e xwayland: add a size-safe wrapper for xcb_send_event
7 months ago
Ilia Bozhinov 75ecba444a seat: add serials to touch up events
7 months ago
Kirill Primak 2f82c92307 Avoid using wayland-{client,server}.h
7 months ago
Simon Ser 73d2fd4d4f xwayland: add a few docs
8 months ago
Isaac Freund 34219b0334 touch: make cancel functions take a wlr_seat_client
8 months ago
Kirill Primak 2f3ea4590a viewporter: fix outdated docs
8 months ago
Ian Forbes e3bd318547 drm/backend: add support for cursor hotspots
8 months ago
Isaac Freund b7d003caef
scene: constify subsurface_tree_set_clip()
8 months ago
Simon Ser 873e8e4558 tablet-tool: document event data
8 months ago
Isaac Freund 5a5aa72571 security-context: constify lookup_client()
8 months ago
Isaac Freund c5eda09166 single-pixel-buffer: make wl_global public
8 months ago
Isaac Freund af4987c751 idle-notify: make wl_global public
8 months ago
Isaac Freund 0398d1b85a wlr_shm: make wl_global public
8 months ago
Simon Ser bda1b41ee2 output-swapchain-manager: new helper
8 months ago
Simon Ser 52e01a9c8b backend/drm: implement wlr_backend_impl.{test,commit}
8 months ago
Simon Ser 2ff3479558 output-management-v1: add wlr_output_configuration_v1_build_state()
8 months ago
Simon Ser 78c76ddd09 backend: add wlr_backend_{test,commit}()
8 months ago
Simon Ser fc4996d853 backend/drm: rework struct wlr_drm_page_flip for multiple connectors
8 months ago
Simon Ser 805807fd5b backend/drm: add infrastructure for device-wide commits
8 months ago
Simon Ser 4636f8c407 backend/drm: track pending atomic state in wlr_drm_connector_state
8 months ago
Simon Ser f8f2dde1f0 backend/drm: add wlr_drm_connector_state.connector
8 months ago
Simon Ser 859373b253 scene: listen to renderer destroy in wlr_scene_buffer
8 months ago
Simon Ser f0d8377732 output: listen to renderer destroy in wlr_output_cursor
8 months ago
Simon Ser 9e3576426d buffer: listen to renderer destroy in wlr_client_buffer
8 months ago
Simon Ser 0e5034d8ba compositor: add wlr_compositor_set_renderer()
8 months ago
Simon Ser 3075e6a6f9 compositor: use compositor to get renderer
8 months ago
Simon Ser 508d8c9a01 compositor: handle renderer destroy
8 months ago
Alexander Orzechowski 8da93e5936 wlr_scene: Add support for custom swapchains
8 months ago
Vaxry 50eae512d9 xwayland: add wlr_xwayland_get_xwm_connection
9 months ago
Simon Ser edbf8bf2ce input-device: drop wlr_input_device.{vendor,product}
9 months ago
Simon Ser e21b975f5d tablet-tool: add usb_vendor_id and usb_product_id to wlr_tablet
9 months ago
Isaac Freund 22178451f7
cursor-shape-v1: expose tablet tool in event
9 months ago
Simon Ser 16b42bf65b backend/drm: track cursor FB in wlr_drm_connector_state
9 months ago
Simon Ser f6659414ba backend/drm: add drm_fb_copy()
9 months ago
Isaac Freund 2a897af7dc
wlr_tablet_v2: fix destroy listener name
9 months ago
Isaac Freund b821be5749
input-device: unconfuse tablet naming
9 months ago
Simon Ser cfd605705f input-device: fix WLR_INPUT_DEVICE_TABLET_TOOL doc comment
9 months ago
Simon Ser ee70932422 backend/libinput: use NULL to indicate missing device name
9 months ago
Simon Ser 488a23c169 pointer: drop enum wlr_axis_orientation
9 months ago
Simon Ser ec5263e6b7 pointer: drop enum wlr_axis_relative_direction
9 months ago
Simon Ser 812451cd8f pointer: use enum wl_pointer_button_state
9 months ago
Simon Ser 9f4cf242d9 pointer: drop enum wlr_axis_source
9 months ago
Simon Ser c45e97f3a5 input-device: add doc comments
9 months ago
Simon Ser 54e1fefd2e render/egl: drop wlr_egl_is_current()
9 months ago
Simon Ser c31d307971 render/egl: drop wlr_egl_save_context()
9 months ago
Simon Ser d5556ec78f render/egl: add save_context parameter to wlr_egl_make_current()
9 months ago
John Lindgren 2521fba37c xwayland: add map_request signal
9 months ago
Simon Ser 0d9ffef774 backend/drm: don't destroy previous DRM master blobs
9 months ago
Simon Ser d8f4a3d78c backend/drm: fix broken link to KMS property docs
9 months ago
Simon Ser d2acd4c362 backend/drm: move restore logic to drm.c
9 months ago
Simon Ser 505175e56f backend/drm: atomically reset state after VT switch
9 months ago
Simon Ser 741aaa3f76 backend/drm: drop wlr_drm_backend arg from create_mode_blob()
9 months ago
columbarius 9e426e70e6 ext-foreign-toplevel-list-v1: new protocol implementation
9 months ago
Austin Shafer 4cd556ea20 linux_dmabuf_v1: allow callbacks for checking dmabuf import
10 months ago
Kirill Primak 811ca199c4 xdg-shell: drop automatic surface configuration
10 months ago
Austin Shafer d368028bd5 allocator: remove backend parameter in allocator_autocreate_with_drm_fd
10 months ago
Simon Ser a8aeadeab2 switch: add docs
10 months ago
Simon Ser 967e788bc8 backend/session: add docs
10 months ago
Kirill Primak 7dfbd87771 compositor: drop wlr_surface.external_damage
10 months ago
Leo Li 71fb55f3bf render/pixel-format: Move has_alpha into it's own array
10 months ago
Andri Yngvason 3a91dc1b48 Create & implement transient seat protocol
10 months ago
Simon Ser 6991f03767 linux-dmabuf-v1: switch to stable
10 months ago
Simon Ser ba3c1ae065 linux-dmabuf-v1: fix include guard name
10 months ago
Alexander Orzechowski 8dff1bb9bd wlr_damage_ring: Replace wlr_damage_ring_rotate_buffer with original list impl
10 months ago
Kirill Primak 4688a371e0 compositor: don't get buffer from pending buffer resource too early
10 months ago
Simon Ser 4ec901bb33 scene: release shm buffers once uploaded
10 months ago
Kirill Primak 0052078bd3 compositor: introduce wlr_surface_reject_pending()
10 months ago
Simon Ser d1b39b5843 backend: take wl_event_loop instead of wl_display in wlr_backend_autocreate()
10 months ago
Simon Ser f27808b8d9 backend/multi: take wl_event_loop instead of wl_display
10 months ago
Simon Ser 54f9944b48 backend/drm: drop wl_display argument
10 months ago
Simon Ser b62ac611c8 backend/x11: take wl_event_loop instead of wl_display
10 months ago
Simon Ser ed0bba581b backend/wayland: take wl_event_loop instead of wl_display
10 months ago
Simon Ser f5e8fa48f3 backend/libinput: drop wl_display argument
10 months ago
Simon Ser 682dbf36e5 backend/headless: take wl_event_loop instead of wl_display
10 months ago
Grigory Kirillov 0867dd4e6b xwayland: add support for _NET_WM_WINDOW_TYPE_DESKTOP atom
10 months ago
Simon Ser 4ad6e6c298 backend: destroy multi backend when primary backend is
10 months ago
Alexander Orzechowski cca2bfbe92 output: Drop pending state
10 months ago
Simon Ser 98c708618e backend/wayland: populate pointer axis relative direction
10 months ago
Simon Ser 00bb1b0f84 seat/pointer: add support for axis_relative_direction event
10 months ago
Simon Ser 88b16bac54 pointer: add support for axis relative direction
10 months ago
Isaac Freund 7129eaa1f2 keyboard: fix type of wlr_keyboard_modifiers.group
10 months ago
MaxVerevkin 48721bca65 fix outdated comment in wlr_output.h
11 months ago
Simon Ser d0da76fbf6 wl_drm: add deprecation notice
11 months ago
Simon Ser 57d7d79982 region: add docs for wlr_region_scale_xy() and wlr_region_confine()
11 months ago
Simon Ser f81c3d93cd backend/drm: save current refresh rate
11 months ago
Simon Ser ab924064f2 scene: drop wlr_scene_set_presentation()
11 months ago
Simon Ser d68ba9d6c2 presentation-time: drop wlr_presentation arg
11 months ago
Simon Ser 1968ada213 tearing-control-v1: synchronize state with surface
11 months ago
Simon Ser 0ea6b6e2cc session-lock-v1: use wlr_surface_synced
11 months ago
Simon Ser 90e12fb978 pointer-constraints-v1: use wlr_surface_synced
11 months ago
Simon Ser a6122c3ec5 layer-shell-v1: use wlr_surface_synced
11 months ago
Simon Ser 0e3d2222c2 xdg-decoration: use wlr_surface_synced for toplevel
11 months ago
Simon Ser 96aec06b0a subcompositor: use wlr_surface_synced
11 months ago
Simon Ser 4b3553409a xdg-shell: use wlr_surface_synced for popups
11 months ago
Simon Ser 9201431c29 xdg-shell: use wlr_surface_synced for toplevel
11 months ago
Simon Ser 69d9a4e2cb xdg-shell: use wlr_surface_synced for wlr_xdg_surface
11 months ago
Simon Ser 7e1ae5548c compositor: add wlr_surface_role.client_commit
11 months ago
Simon Ser d847516765 compositor: add wlr_surface_synced
11 months ago
Simon Ser 34d5af4172 compositor: add wlr_surface_state_has_buffer()
11 months ago
Simon Ser 43734f7c62 compositor: fix wlr_surface_has_buffer() doc comment
11 months ago
Simon Ser 66b6c349e7 compositor: remove unnecessary wlr_surface.has_buffer
11 months ago
Simon Ser 85f44f3684 pointer-constraints-v1: add cursor_hint.enabled
11 months ago
Simon Ser fc7a0b93dd backend/drm: add wlr_drm_backend_get_parent()
12 months ago
Roman Gilg 3531007b75 render/pixman: add wlr_pixman_renderer_get_buffer_image()
12 months ago
Simon Ser 1f64f3925c render/gles2: add wlr_gles2_renderer_get_buffer_fbo()
12 months ago
Simon Ser 6a2ff0dffe compositor: drop surface precommit event
12 months ago
Manuel Stoeckl d6859da3b4 render/vulkan: use _SRGB image view when possible
12 months ago
Manuel Stoeckl 566c413d8f render/vulkan: constify vulkan_format_props_find_modifier
12 months ago
Manuel Stoeckl fd4548bb93 render/vulkan: detect which _UNORM formats support _SRGB views
12 months ago
Manuel Stoeckl eab89d6c76 render/vulkan: track and use _UNORM variants of _SRGB formats
12 months ago
Alexander Orzechowski 06d301bf1a wlr_scene: Track output damage separately
12 months ago
Alexander Orzechowski 6e03d3015e swapchain: Add wlr_swapchain_has_buffer
12 months ago
Alexander Orzechowski d3a339a03e renderer: Drop buffer binding
12 months ago
Alexander Orzechowski 3ed1268f64 render: Nuke old read pixels API
12 months ago
Alexander Orzechowski 57b18d26d0 wlr_texture: Introduce wlr_texture_preferred_read_format
12 months ago
Alexander Orzechowski 09f16b2a9c render/vulkan: Implement texture_read_pixels
12 months ago
Alexander Orzechowski e7055b4840 render/gles2: Implement texture_read_pixels
12 months ago
Alexander Orzechowski e85e8bc324 wlr_texture: Introduce wlr_texture_read_pixels_options helpers
12 months ago
Alexander Orzechowski 4c6caa7c48 wlr_texture: Introduce wlr_texture_read_pixels
12 months ago
Simon Ser a165261f7f output: replace wlr_render_timer arg with wlr_buffer_pass_options
12 months ago
Simon Ser e8b187cc92 render/gles2: save/restore context when creating/submitting a render pass
12 months ago
Simon Ser 1208ba6c28 render/gles2: document EGL context gotchas
12 months ago
Simon Ser c31ca04264 output: drop stale references to wlr_output_attach_render()
12 months ago
Simon Ser 876d789ad5 render/gles2: reword wlr_gles2_texture comments
12 months ago
Alexander Orzechowski 9bf51e744e render/gles2: Don't attach texture as buffer addon
12 months ago
Alexander Orzechowski 829e34b305 render/gles2: Don't track image in texture
12 months ago
Alexander Orzechowski cb5f67431b render/gles2: Don't double import dmabuf
12 months ago
Alexander Orzechowski 484e248446 renderer/gles2: Bail rendering to external buffers when binding them
12 months ago
Alexander Orzechowski 0d9cd6932a render/gles2: Lazily create buffer fbo
12 months ago
Simon Ser 67c77fdbdc backend/drm: remove wlr_drm_renderer.backend
12 months ago
Simon Ser f935ff0ef6 backend/drm: move drm_plane_finish_surface() to drm.c
12 months ago
Simon Ser 260dbdf704 backend/drm: split wlr_drm_fb related functions into separate file
12 months ago
Alexander Orzechowski d7ecdad4e0 render: Drop rendering_with_buffer
12 months ago
Alexander Orzechowski 7702a19739 output: Drop back_buffer
12 months ago
Alexander Orzechowski fc6000251c output: Drop wlr_output_attach_render
12 months ago
Alexander Orzechowski 3faf9883dc renderer: Drop wlr_renderer_begin
12 months ago
Simon Ser 2093564616 damage_ring: add wlr_damage_ring_rotate_buffer()
12 months ago