wlroots/render
Tony Crisci 6610aa7ca7 Implement shm buffer surface attach interface
Implement surface_attach method. This is called when a client attaches an shm
buffer with wl_surface_attach().

Implement the GLES2 interface for attaching shm buffers. This creates an opengl
texture with the shm buffer contents for the surface.

This commit also includes some working code to render the surfaces onto the
screen for demonstration purposes.
2017-08-04 11:41:13 -04:00
..
gles2 Implement shm buffer surface attach interface 2017-08-04 11:41:13 -04:00
CMakeLists.txt Revert "Merge pull request #27 from ascent12/meson" 2017-07-11 22:16:56 -04:00
matrix.c Further improvements to rendering subsystem 2017-06-08 15:52:42 -04:00
wlr_renderer.c Add wlcore/wl_shm (WIP) 2017-06-23 13:41:07 -04:00
wlr_surface.c Added software cursor fallback 2017-06-26 17:34:15 +12:00