Age | Commit message (Expand) | Author |
2021-01-16 | output-damage: stop relying on output pending state on commit | Simon Ser |
2021-01-16 | render/gles2: make EGL context current in bind_buffer | Simon Ser |
2021-01-16 | render: remove egl include from wlr_renderer | Simon Zeni |
2021-01-16 | render: drop egl parameters from wlr_renderer_autocreate | Simon Zeni |
2021-01-16 | backend/headless: implement get_drm_fd | Simon Ser |
2021-01-16 | backend/x11: implement get_drm_fd | Simon Ser |
2021-01-16 | backend/drm: implement get_drm_fd | Simon Ser |
2021-01-16 | backend/wayland: implement get_drm_fd | Simon Ser |
2021-01-16 | backend/multi: implement get_drm_fd | Simon Ser |
2021-01-16 | backend: add get_drm_fd to interface | Simon Ser |
2021-01-15 | render: extract gles2 build files to subdir | Simon Ser |
2021-01-15 | render/gbm_allocator: fix gbm_device use-after-free | Simon Ser |
2021-01-15 | render/gbm_allocator: document that DRM primary FDs work | Simon Ser |
2021-01-15 | render/gbm_allocator: log GBM backend name | Simon Ser |
2021-01-15 | render/gles2: restore EGL context after texture operations | Simon Ser |
2021-01-15 | output: remove scale/transform events | Simon Ser |
2021-01-15 | output-layout: stop listening to scale/transform events | Simon Ser |
2021-01-15 | output-damage: stop listening to scale/transform events | Simon Ser |
2021-01-14 | backend: remove unnecessary GLES2 includes | Simon Ser |
2021-01-14 | render: document wlr_renderer_bind_buffer | Simon Ser |
2021-01-14 | render/gles2: save/restore EGL context in destroy_buffer | Simon Ser |
2021-01-13 | backend/drm: remove unnecessary wlr_drm_fb.wlr_buf check | Simon Ser |
2021-01-12 | layer-shell: allow new values for keyboard-interactivity | Daniel Kondor |
2021-01-12 | backend/drm: fix segfault in page_flip_handler | Simon Ser |
2021-01-12 | render/egl: remove surface and buffer age args from make_current | Simon Ser |
2021-01-12 | render/egl: replace init/finish with create/destroy | Simon Ser |
2021-01-12 | render/egl: remove wlr_egl_swap_buffers | Simon Ser |
2021-01-12 | render/egl: remove support for EGL_NATIVE_VISUAL_ID | Simon Ser |
2021-01-12 | layer shell: rename popup iterator for consistency | Isaac Freund |
2021-01-12 | xdg shell: remove wlr_xdg_surface_for_each_popup() | Isaac Freund |
2021-01-12 | build: use more consistent feature names in summary | Simon Ser |
2021-01-12 | render/gles2: fix EGL use-after-free | Simon Ser |
2021-01-11 | build: remove Clang workarounds | Simon Ser |
2021-01-10 | gamma-control-v1: schedule frame when resetting gamma LUT | Simon Ser |
2021-01-10 | output-damage: use output commit event | Simon Ser |
2021-01-10 | output-management: use same types as wlr_output | Isaac Freund |
2021-01-10 | backend/wayland: use the EGL GBM platform | Simon Ser |
2021-01-10 | protocol: add drm.xml | Simon Ser |
2021-01-10 | xwayland: remove protocol debug messages | Simon Ser |
2021-01-10 | backend/drm: stop using surface size for BO | Simon Ser |
2021-01-10 | backend/drm: re-use FBs | Simon Ser |
2021-01-10 | backend/drm: only keep track of local buffer | Simon Ser |
2021-01-10 | backend/drm: add wlr_drm_buf.local_wlr_buf | Simon Ser |
2021-01-10 | backend/drm: introduce drm_fb_create | Simon Ser |
2021-01-10 | backend/drm: make wlr_drm_plane.{pending,queued,current}_fb pointers | Simon Ser |
2021-01-09 | render/egl: document NULL config_attribs passed to wlr_egl_init | Simon Ser |
2021-01-09 | render/egl: use KHR function pointer type | Simon Ser |
2021-01-09 | render/egl: document that config may be zero | Simon Ser |
2021-01-08 | util: fix uuid support for freebsd | Rouven Czerwinski |
2021-01-08 | xdg/layer shell: reduce code duplication in iterators | Isaac Freund |