Implemented subpicture direct rendering in opengl.
commit0a5dcfefe87ade9c9f903ada0ab4df5ccbfcb205
authorLaurent Aimar <fenrir@videolan.org>
Mon, 30 May 2011 19:55:43 +0000 (30 21:55 +0200)
committerLaurent Aimar <fenrir@videolan.org>
Mon, 30 May 2011 20:14:06 +0000 (30 22:14 +0200)
tree511ca1f34c17a26f1c38aeac17aad99097584356
parent095fa2eadbb62e11ec7b968c31b9e5c88962075a
Implemented subpicture direct rendering in opengl.

It is enabled only on linux/win32 when opengl ES is not used and when
non power of 2 textures are supported.

Only RGBA colorspace is supported for the subpicture.
modules/video_output/opengl.c