wlroots-hyprland/examples
emersion c63d94483b
Redesign wlr_texture
- Textures are now immutable (apart from those created from raw
  pixels), no more invalid textures
- Move all wl_drm stuff in wlr_renderer
- Most of wlr_texture fields are now private
- Remove some duplicated DMA-BUF code in the DRM backend
- Add more assertions
- Stride is now always given as bytes rather than pixels
- Drop wl_shm functions

Fun fact: this patch has been written 10,000 meters up in the air.
2018-03-24 23:48:32 -04:00
..
support Add mode support to libinput backend 2018-03-07 20:57:55 -05:00
.gitignore Add xdg shell stubs 2017-08-09 12:31:16 -04:00
idle-inhibit.c render: split render.h into wlr_renderer.h and wlr_texture.h 2018-03-19 23:16:29 +01:00
idle.c render: split render.h into wlr_renderer.h and wlr_texture.h 2018-03-19 23:16:29 +01:00
meson.build adds the client example for idle-inhibit 2018-02-17 12:38:07 +01:00
multi-pointer.c Redesign wlr_texture 2018-03-24 23:48:32 -04:00
output-layout.c Redesign wlr_texture 2018-03-24 23:48:32 -04:00
pointer.c Redesign wlr_texture 2018-03-24 23:48:32 -04:00
rotation.c Redesign wlr_texture 2018-03-24 23:48:32 -04:00
screenshot.c examples: simplify screenshot client 2018-03-14 19:21:36 +01:00
simple.c render: split render.h into wlr_renderer.h and wlr_texture.h 2018-03-19 23:16:29 +01:00
tablet.c render/gles2: make wlr_renderer_begin take viewport size 2018-03-21 07:37:09 +01:00
touch.c Redesign wlr_texture 2018-03-24 23:48:32 -04:00