aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2021-06-24render/egl: make most functions privateSimon Ser
2021-06-24render/egl: remove stale wlr_egl_export_image_to_dmabuf declSimon Ser
2021-06-20backend: add output state allow-listsSimon Ser
2021-06-19render: add get native paint target of rendererzccrs
2021-06-19render/pixman: add wlr_*_is_pixman and wlr_pixman_texture_get_imagezccrs
2021-06-19render/gles2: add wlr_renderer_is_gles2zccrs
2021-06-09render: add missing arg to wlr_renderer_impl.get_buffer_capsSimon Ser
2021-06-09render: drop wlr_ prefix from wlr_renderer_bind_bufferSimon Ser
2021-06-07matrix: deprecate wlr_matrix_projectionSimon Ser
2021-06-07backend/wayland: remove swapchainSimon Ser
2021-06-07backend/x11: remove swapchainSimon Ser
2021-06-07backend/x11: implement get_dmabuf_primary_formatsSimon Ser
2021-06-07backend/headless: remove swapchainSimon Ser
2021-06-07output: make attach_render and rollback_render optionalSimon Ser
2021-06-07output: add get_primary_formats to interfaceSimon Ser
2021-06-07buffer: introduce wlr_shm_client_bufferSimon Ser
2021-06-07render/pixman: implement texture_from_bufferSimon Ser
2021-06-07buffer: replace get_data_ptr with {begin,end}_data_ptr_accessSimon Ser
2021-06-03surface: allow placing subsurfaces below parentSimon Ser
2021-06-03Make the xdg_popup_get_position to publiczccrs
2021-06-02xdg-activation-v1: add token timeoutSimon Ser
2021-06-02xdg-activation-v1: new protocol implementationSimon Ser
2021-06-02backend/drm: move cursor fields to wlr_drm_connectorSimon Ser
2021-06-02output: take a wlr_buffer in set_cursorSimon Ser
2021-06-02backend/drm: remove format arg from drm_plane_init_surfaceSimon Ser
2021-06-02backend/drm: implement get_cursor_formats and get_cursor_sizeSimon Ser
2021-06-02output: add get_cursor_formats and get_cursor_size to interfaceSimon Ser
2021-06-01render: add wlr_renderer_begin_with_bufferSimon Ser
2021-05-31render/allocator: add wlr_allocator.buffer_capsSimon Ser
2021-05-31xwm: implement _NET_CLIENT_LIST_STACKINGTudor Brindus
2021-05-30render/gles2: fix texture cleanup on destroySimon Ser
2021-05-21backend/x11: use common renderer and allocatorSimon Ser
2021-05-21backend/headless: use common renderer and allocatorSimon Ser
2021-05-21backend/wayland: use common renderer and allocatorSimon Ser
2021-05-21backend: automatically create allocatorSimon Ser
2021-05-21backend: automatically create rendererSimon Ser
2021-05-21backend: introduce wlr_backend_finishSimon Ser
2021-05-17render/gles2: implement texture_from_bufferSimon Ser
2021-05-17render: introduce wlr_texture_from_bufferSimon Ser
2021-05-17linux-dmabuf-v1: implement wlr_bufferSimon Ser
2021-05-17render: remove wlr_texture_get_sizeSimon Ser
2021-05-05render: add DRM dumb buffer allocatorSimon Zeni
2021-05-05render/gbm_allocator: duplicate drm fd during creation processSimon Zeni
2021-04-29backend/drm: introduce drm_connector_commit_stateSimon Ser
2021-04-29backend/drm: remove mode arg from drm_connector_set_modeSimon Ser
2021-04-29backend/drm: remove wlr_drm_crtc_state.modeSimon Ser
2021-04-29backend/drm: remove wlr_drm_crtc_state.activeSimon Ser
2021-04-29backend/drm: remove wlr_drm_crtc.pending_modesetSimon Ser
2021-04-29backend/drm: take wlr_output_state as arg in commit callersSimon Ser
2021-04-29backend/drm: take wlr_output_state as arg in crtc_commitSimon Ser