GStreamer multimedia framework
Find a file
Matthew Waters cc587ce1f1 glmemory: properly detect (hopefully) the correct ext_rg/arb_rg variant
GL_EXT_texture_rg is only valid for GLES2. GLES3 uses similar wording to
the GL_ARB_texture_rg which requires a sized internal format that the
GL_EXT_texture_rg does not require.

https://www.khronos.org/registry/gles/extensions/EXT/EXT_texture_rg.txt
https://www.opengl.org/registry/specs/ARB/texture_rg.txt
2017-12-09 19:32:01 +00:00
ext/gl gl: don't deadlock on context creation failure 2017-12-09 19:32:01 +00:00
gst-libs/gst/gl glmemory: properly detect (hopefully) the correct ext_rg/arb_rg variant 2017-12-09 19:32:01 +00:00
pkgconfig gstglconfig: Put gstglconfig.h into $(libdir)/gstreamer-1.0/include 2017-12-09 19:31:49 +00:00
tests gl/examples: fixup generic cube example for NDC 2017-12-09 19:31:58 +00:00