wlroots-hyprland/render/gles2
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
..
pixel_format.c Support wl_shm pixel formats in gles2 renderer 2017-06-23 14:25:55 -04:00
renderer.c Support wl_shm pixel formats in gles2 renderer 2017-06-23 14:25:55 -04:00
shaders.c Support wl_shm pixel formats in gles2 renderer 2017-06-23 14:25:55 -04:00
surface.c Implement shm buffer surface attach interface 2017-08-04 11:41:13 -04:00
util.c Switch to GLES2 2017-06-23 11:38:45 -04:00