aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2022-11-25shm: add create() function without a wlr_rendererSimon Ser
2022-11-25render/vulkan: add support for RGB565 texture formatManuel Stoeckl
2022-11-24scene: introduce wlr_scene_buffer.events.outputs_updateKirill Primak
2022-11-24compositor: make renderer optionalSimon Ser
2022-11-24compsitor: document wlr_compositor_create()Simon Ser
2022-11-24backend/multi: stop pulling <wlr/backend/session.h>Simon Ser
2022-11-24render/gles2, render/pixman: stop pulling <wlr/backend.h>Simon Ser
2022-11-24backend: stop pulling <wlr/backend/session.h>Simon Ser
2022-11-24backend/session: drop unused <libudev.h>Simon Ser
2022-11-24render: stop pulling <wlr/backend.h>Simon Ser
2022-11-18xwayland/xwm: add support for xwayland-shell-v1Simon Ser
2022-11-18xwayland/shell: add wlr_xwayland_shell_v1_surface_from_serial()Simon Ser
2022-11-18xwayland/server: delay non-lazy startupSimon Ser
2022-11-18xwayland/server: add start signalSimon Ser
2022-11-18xwayland: add wlr_xwayland_shell_v1_destroy()Simon Ser
2022-11-18xwayland: add wlr_xwayland_shell_v1_set_client()Simon Ser
2022-11-18xwayland-shell-v1: new protocol implementationSimon Ser
2022-11-17Nuke deprecated include/wlr/types/wlr_surface.hKirill Primak
2022-11-17output: drop wlr_output_damage_whole()Simon Ser
2022-11-15backend: drop wlr_backend_get_session()Simon Ser
2022-11-15backend: return wlr_session in wlr_backend_autocreate() callSimon Ser
2022-11-15buffer: drop wlr_shm_client_bufferSimon Ser
2022-11-15Introduce wlr_shmSimon Ser
2022-11-15render/pixel_format: import pixel_format_info_check_stride()Simon Ser
2022-11-15input-inhibitor: deprecateKirill Primak
2022-11-15render/egl: enable EGL_LOSE_CONTEXT_ON_RESETSimon Ser
2022-11-15render/gles2: query glGetGraphicsResetStatusKHRSimon Ser
2022-11-15render: add wlr_renderer.events.lostSimon Ser
2022-11-15render: make wlr_renderer_begin return a boolSimon Ser
2022-11-15render: allow wlr_renderer_impl.begin to failSimon Ser
2022-11-15render: make some wlr_renderer fields privateSimon Ser
2022-11-15render: add docs for wlr_rendererSimon Ser
2022-11-15content-type-v1: add version param to wlr_content_type_manager_v1_create()Simon Ser
2022-11-15output: introduce request_state eventSimon Ser
2022-11-15content-type-v1: new protocol implementationSimon Ser
2022-11-15compositor: drop wlr_surface.{sx,sy}Simon Ser
2022-11-15render/vulkan: add wlr_vk_texture_has_alphazccrs
2022-11-14wlr_scene: Add drag icon helperAlexander Orzechowski
2022-11-14layer-shell-v1: specify version in constructorSimon Ser
2022-11-14egl: remove eglQueryWaylandBufferWL definefakechen
2022-11-13xwayland: fix wlr_xwayland_surface_from_wlr_surface() docsKirill Primak
2022-11-11scene: constify region APIsSimon Ser
2022-11-11region: constifySimon Ser
2022-11-11output: constify damage APIsSimon Ser
2022-11-11output-damage: constify wlr_output_damage_add()Simon Ser
2022-11-11damage-ring: constify wlr_damage_ring_add()Simon Ser
2022-11-11buffer: constify wlr_client_buffer_apply_damage()Simon Ser
2022-11-11render/texture: constify wlr_texture_update_from_buffer()Simon Ser
2022-11-11util/region: constifySimon Ser
2022-11-11render/vulkan: always wait for last stage to complete before renderingSimon Ser