[egl] initial commit of new modern OpenGL ES renderer

This commit is contained in:
Geoffrey McRae
2018-09-22 16:26:10 +10:00
parent f75e2fe8db
commit 26434f7baf
8 changed files with 880 additions and 1 deletions

View File

@@ -12,6 +12,7 @@ pkg_check_modules(PKGCONFIG REQUIRED
SDL2_ttf
gl
glu
egl
spice-protocol
fontconfig
x11
@@ -50,11 +51,15 @@ set(SOURCES
main.c
lg-renderer.c
ll.c
utils.c
spice/rsa.c
spice/spice.c
decoders/null.c
decoders/yuv420.c
renderers/opengl.c
renderers/egl.c
renderers/egl_shader.c
renderers/egl_model.c
)
add_executable(looking-glass-client ${SOURCES})