wlroots/examples
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
..
compositor 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
cat.c Fixed that warnings that showed up with optimisations. 2017-07-11 00:14:55 +12:00
cat.h Fixed that warnings that showed up with optimisations. 2017-07-11 00:14:55 +12:00
compositor.h Implement shm buffer surface attach interface 2017-08-04 11:41:13 -04:00
pointer.c Merge branch 'wlcore' 2017-06-29 16:00:24 -04:00
rotation.c Fixed that warnings that showed up with optimisations. 2017-07-11 00:14:55 +12:00
shared.c Exit cleanly if we cannot open Wayland socket. 2017-07-10 13:46:15 +12:00
shared.h Move example -> examples 2017-06-28 18:23:49 -04:00
simple.c Merge branch 'wlcore' 2017-06-29 16:00:24 -04:00
tablet.c Merge branch 'wlcore' 2017-06-29 16:00:24 -04:00
touch.c Use correct pixel format enum in touch example 2017-07-31 14:54:00 -04:00