aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
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
2021-04-29render/allocator: add allocator_autocreate_with_drm_fdSimon Ser
2021-04-29render: remove wlr_ prefix from wlr_renderer_autocreate_with_drm_fdSimon Ser
2021-04-28render/allocator: introduce wlr_allocator_autocreateSimon Zeni
2021-04-28render: introduce renderer_get_render_buffer_capsSimon Zeni
2021-04-28backend: introduce backend_get_buffer_capsSimon Zeni
2021-04-28types/wlr_buffer: introduce wlr_buffer_capSimon Zeni
2021-04-28render/shm_allocator: make wlr_shm_allocator_create return a wlr_allocatorSimon Zeni
2021-04-28render/gbm_allocator: make wlr_gbm_allocator_create return a wlr_allocatorSimon Zeni
2021-04-27buffer: add format param to get_data_ptrSimon Ser
2021-04-27render/pixman: implement preferred_read_formatSimon Zeni
2021-04-27backend/drm: destroy backend on udev remove eventSimon Ser
2021-04-27backend/session: add wlr_device.events.removeSimon Ser