[vlc-devel] [PATCH] Use glEnable/glDisable with GL_TEXTURE_2D only for fixed pipeline(GLES 1.x)
Felix Paul Kühne
fkuehne.videolan at gmail.com
Mon May 27 18:13:04 CEST 2013
Hello Martin,
On 27.05.2013, at 17:19, Martin Storsjö <martin at martin.st> wrote:
> On Mon, 27 May 2013, Gleb Pinigin wrote:
>
>> ---
>> modules/video_output/opengl.c | 5 ++++-
>> 1 file changed, 4 insertions(+), 1 deletion(-)
>
> This patch keeps these calls for desktop GL (which supports both shaders and fixed pipeline) as well, so what this does is just to disable it for ES2 builds.
>
> The change itself looks ok, tested in a desktop gl environment and in two different GLES1/2 envs.
Thanks a lot for your tests!
Felix
More information about the vlc-devel
mailing list