]> git.sesse.net Git - vlc/commit
vlc_gl_t: abstract OpenGL provider
authorRémi Denis-Courmont <remi@remlab.net>
Thu, 17 Feb 2011 20:27:55 +0000 (22:27 +0200)
committerRémi Denis-Courmont <remi@remlab.net>
Sat, 19 Feb 2011 12:34:17 +0000 (14:34 +0200)
commit97a961bd136084cfbd49eab2b404f54d2e574d10
treec04ee860f9caf68a733c6d242b9a8ba7a4a3ce51
parentc84ce9cb39a66b85634163cfe335b918d023d49d
vlc_gl_t: abstract OpenGL provider

This API is abstracted away from the video output. In a way, this goes
back to the previous opengl provider API, except that:
 - it is really independent of the video output,
 - it supports GL ES explicitly.
include/vlc_opengl.h [new file with mode: 0644]
src/Makefile.am
src/libvlccore.sym
src/video_output/opengl.c [new file with mode: 0644]