Further improvements to rendering subsystem

This commit is contained in:
Drew DeVault 2017-06-08 15:52:42 -04:00
parent 83f8864f0a
commit cd6a40d816
17 changed files with 475 additions and 336 deletions

View file

@ -1,6 +1,8 @@
add_library(wlr-render STATIC
matrix.c
shader.c
surface.c
renderer.c
wlr_renderer.c
wlr_surface.c
gles3/shaders.c
gles3/renderer.c
gles3/surface.c
)