aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2020-06-24render/gles2: use glGetAttribLocation instead of hardcoded indicesSimon Zeni
2020-06-19output: rename impl->rollback to rollback_renderSimon Ser
2020-06-17viewporter: new protocol implementationSimon Ser
2020-06-17surface: introduce wlr_surface_get_buffer_source_boxSimon Ser
2020-06-17surface: add wlr_surface_state.viewportSimon Ser
2020-06-17render: add wlr_render_subtexture_with_matrixSimon Ser
2020-06-17util/region: add wlr_region_scale_xySimon Ser
2020-06-17box: add wlr_fboxSimon Ser
2020-06-09output: document wlr_output_export_dmabufSimon Ser
2020-06-09buffer: document wlr_buffer_get_dmabuf DMA-BUF lifetimeSimon Ser
2020-06-08screencopy: Implement copying into linux-dmabufAndri Yngvason
2020-06-08render: Add wlr_renderer_blit_dmabuf()Andri Yngvason
2020-06-08render: egl: Add utility functions for saving/restoring contextAndri Yngvason
2020-06-06render: choose DMA-BUF texture target via eglQueryDmaBufModifiersEXTSimon Ser
2020-06-06util/time: move `timespec_sub` to time utilitiesTudor Brindus
2020-06-06util/time: de-duplicate `timespec_to_msec`Tudor Brindus
2020-06-06util: fix and move `get_current_time_msec` into a util fileTudor Brindus
2020-06-05Allow keyboard and pointer grabs to hook clear_focus()Thomas Hebb
2020-06-05wlr_seat: Clarify wording of non-grab-respecting function commentsThomas Hebb
2020-06-05wlr_seat: Declare functions in the same order for pointer, keyboard, and touchThomas Hebb
2020-06-01backend/drm: make adaptive_sync atomicSimon Ser
2020-05-31wlr_keyboard_group: introduce enter and leaveBrian Ashworth
2020-05-28seat: Create inert objects for missing capabilitiesKenny Levinsen
2020-05-27backend/drm: don't set cursor if off-screenSimon Ser
2020-05-26backend/drm: introduce pending and current CRTC stateSimon Ser
2020-05-26backend/drm: nuke retry_pageflipSimon Ser
2020-05-26backend/drm: make drm_connector_set_mode take a wlr_drm_connectorSimon Ser
2020-05-26backend/drm: remove enable_drm_connectorSimon Ser
2020-05-19xwayland: add option to disable WMSimon Ser
2020-05-19xwayland: split serverSimon Ser
2020-05-19render/egl: introduce wlr_egl_unset_currentSimon Ser
2020-05-18Make wlr_xcursor_manager_load() return a boolIsaac Freund
2020-05-14output: make wlr_output_set_gamma atomicSimon Ser
2020-05-14tablet: expose wlr_tablet_tool_v2_has_implicit_grab functionTudor Brindus
2020-05-13input/pointer: notify compositor when constraint region changesTudor Brindus
2020-05-11render/egl: include EGL/eglmesaext.h only if presentJulien Olivain
2020-05-10backend/drm: simplify atomic commit logicSimon Ser
2020-05-10backend/drm: GAMMA_LUT_SIZE isn't atomicSimon Ser
2020-05-09backend/drm: remove crtc_set_cursor from interfaceSimon Ser
2020-05-09backend/drm: remove conn_enable from interfaceSimon Ser
2020-05-09backend/drm: rename crtc_pageflip to crtc_commitSimon Ser
2020-05-09backend/drm: apply gamma LUT on page-flipSimon Ser
2020-05-09backend/drm: remove mode argument to crtc_pageflipSimon Ser
2020-05-09backend/drm: remove unused fieldsSimon Ser
2020-05-09backend/drm: remove wlr_drm_interface.crtc_move_cursorSimon Ser
2020-05-07input/keyboard: expose keymap matching helperTudor Brindus
2020-05-04wlr/types: use bitshifts for tablet axes enumTudor Brindus
2020-05-02backend/headless: handle renderer destroySimon Ser
2020-05-02Add wlr_surface_accepts_touchDavid96
2020-04-28render/texture: add width and height fieldsSimon Ser