]> git.sesse.net Git - vlc/commit
opengl: Make the ES1/ES2 video output work
authorMartin Storsjö <martin@martin.st>
Tue, 12 Mar 2013 09:39:02 +0000 (11:39 +0200)
committerMartin Storsjö <martin@martin.st>
Wed, 13 Mar 2013 17:02:59 +0000 (19:02 +0200)
commite46020734e4450d3fb6de6264f3d6cbb7ce8e07c
tree80e36e90656a65fd865224a31df1a10168a8a8ae
parent4f6b24275253a315bc9a29d58fc0541bb6d90bca
opengl: Make the ES1/ES2 video output work

This mostly consists of ifdeffing out parts selectively from
opengl.c based on whether shaders or the fixed pipeline are
absent.

Both the ES1 and ES2 outputs have been tested on Ubuntu on
a pandaboard. They seem to mostly work fine, but overlay
subpictures seem garbled.

Signed-off-by: Martin Storsjö <martin@martin.st>
configure.ac
modules/video_output/Modules.am
modules/video_output/gl.c
modules/video_output/opengl.c