gl/memory: implement GL_EXT_texture_rg support
authorMatthew Waters <ystreet00@gmail.com>
Wed, 21 May 2014 11:47:45 +0000 (21:47 +1000)
committerTim-Philipp Müller <tim@centricular.com>
Sat, 9 Dec 2017 19:31:41 +0000 (19:31 +0000)
commit132a233f7b2947837781592190b68c2bb2e71c31
tree2fd0bf88231ac2f6bc4c7ce9427df930902e2dc1
parent4435c1c28976c7da2612a2a2fde923ebe768bd92
gl/memory: implement GL_EXT_texture_rg support

Which is used by default over the Luminance formats due to it
being color renderable with fbos (and deprecation/removal with
GL 3.x).

https://bugzilla.gnome.org/show_bug.cgi?id=729750
https://bugzilla.gnome.org/show_bug.cgi?id=704222
https://bugzilla.gnome.org/show_bug.cgi?id=728890
gst-libs/gst/gl/gstglcolorconvert.c
gst-libs/gst/gl/gstglmemory.c
gst-libs/gst/gl/gstglmemory.h
gst-libs/gst/gl/gstglupload.c