[vlc-devel] [PATCH 0/3] drop OpenGL ES 1 and fixed pipeline support
Thomas Guillem
thomas at gllm.fr
Thu Dec 8 13:15:02 CET 2016
Hi,
OpenGL ES 1 with the fixed pipeline support is making the code more complex and
I don't know any usage of it. It could be used on old versions of Android (2.3)
but has never been used. For such old devices, we prefer to use the Android
Native Window API.
Regards,
Thomas Guillem
Thomas Guillem (3):
vout: drop OpenGL ES 1 support
vout/opengl: always support shaders
vout/opengl: fix leak if program check fails
extras/package/snap/snapcraft.yaml | 2 -
modules/MODULES_LIST | 1 -
modules/video_output/Makefile.am | 13 +-
modules/video_output/gl.c | 14 +-
modules/video_output/opengl.c | 330 ++++++++++++-------------------------
modules/video_output/opengl.h | 15 +-
6 files changed, 114 insertions(+), 261 deletions(-)
--
2.10.2
More information about the vlc-devel
mailing list