aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-05-30wlr_scene: Fix scaling with default source_boxConsolatis
2022-05-30relative_pointer: handle inert pointer objectsRouven Czerwinski
2022-05-30build: make GBM optionalSimon Ser
2022-05-30output: add wlr_output_commit_stateSimon Ser
2022-05-30output: add output_state_{init,finish}Simon Ser
2022-05-30output: add wlr_output_event_precommit.stateSimon Ser
2022-05-30output: add wlr_output_test_stateSimon Ser
2022-05-30output: pass wlr_output_state to rendering functionsSimon Ser
2022-05-30output: pass wlr_output_state to output_pending_resolutionSimon Ser
2022-05-30output: pass wlr_output_state to backendSimon Ser
2022-05-28gitignore: remove unnecessary entries, add subprojects/Simon Ser
2022-05-27docs/env_vars: fix case of WLR_SCENE_DEBUG_DAMAGE valuesSimon Ser
2022-05-27tinywl: use xdg-shell v3Kirill Primak
2022-05-27xdg-shell: bump version to 3Kirill Primak
2022-05-27xdg-popup: add reposition supportKirill Primak
2022-05-27xdg-positioner: add v3 parametersKirill Primak
2022-05-27xdg-popup: use current/pending state patternKirill Primak
2022-05-27xdg-popup: add proper configure flowKirill Primak
2022-05-27backend/x11: fix output model strdup callSimon Ser
2022-05-26backend/drm: fix crash with null serialvaxerski
2022-05-26linux-dmabuf-v1: fix MOD_INVALID handling in feedback tranchesSimon Ser
2022-05-26output: turn make/model/serial into char *Simon Ser
2022-05-26backend/drm: fix crash in init_drm_surfaceSimon Ser
2022-05-25render/egl: document wlr_egl_create_with_contextSimon Ser
2022-05-25render/egl: make wlr_egl_{make,unset,is}_current privateSimon Ser
2022-05-25render/egl: make wlr_egl struct opaqueSimon Ser
2022-05-25render/egl: add wlr_egl_get_{context,display}Simon Ser
2022-05-25render/egl: drop MESA_EGL_NO_X11_HEADERSSimon Ser
2022-05-25Reformat doc commentsSimon Ser
2022-05-25contributing: add section about documentation conventionsSimon Ser
2022-05-25backend/drm: remove wlr_drm_surface.{width,height}Simon Ser
2022-05-24backend/drm: allow non-linear modifiers for multi-GPUSimon Ser
2022-05-24util: Fix infinite loop in recursive functionSteven Newbury
2022-05-24build: bump version to 0.16.0-devSimon Ser
2022-05-23wlr_scene: Hook up HIGHLIGHT logicAlexander Orzechowski
2022-05-23wlr_scene: Hook up RERENDER logicAlexander Orzechowski
2022-05-23wlr_scene: Parse out WLR_SCENE_DEBUG_DAMAGEAlexander Orzechowski
2022-05-23util/addon: avoid calling finish() twiceKirill Primak
2022-05-23xwayland: use dict to collect supported featuresSimon Ser
2022-05-23screencopy-v1: Fix frame stride for formats with bpp != 32Manuel Stoeckl
2022-05-23scene/output: check for NULL in destructorKirill Primak
2022-05-23xwayland: Add support for -force-xrandr-emulationJoshua Ashton
2022-05-22seat: Allow to cancel touchesGuido Günther
2022-05-19wlr_scene: Refactor wlr_scene_surface to be a helper on top of wlr_scene_bufferAlexander Orzechowski
2022-05-19wlr_scene: Introduce addons to scene nodesAlexander Orzechowski
2022-05-19wlr_scene: Make presentation object publicAlexander Orzechowski
2022-05-19wlr_scene: Change out surface specific iterator functionsAlexander Orzechowski
2022-05-19wlr_scene: Pull scene_node_get_root into a private headerAlexander Orzechowski
2022-05-19wlr_scene: Make scene_buffer_from_node publicAlexander Orzechowski
2022-05-19wlr_scene: Add a function to also specify damage when applying a buffer to wl...Alexander Orzechowski