glframebuffer: rewrite for a more consistent API
authorMatthew Waters <matthew@centricular.com>
Tue, 12 Jul 2016 02:59:57 +0000 (12:59 +1000)
committerTim-Philipp Müller <tim@centricular.com>
Sat, 9 Dec 2017 19:32:21 +0000 (19:32 +0000)
commit4bbda2b6268a5bc4749190a16decc2520a120f64
tree3ab636de58f08c2883684327e41faa46ebdd1ec7
parent7f10822de420883b29275f0b7d3cef6ca7ea48f6
glframebuffer: rewrite for a more consistent API

Facilities are given to create fbo's and attach GL memory (renderbuffers
or textures).  It also keeps track of the renderable size for use with
effective use with glViewport().
24 files changed:
ext/gl/gstglfilterapp.c
ext/gl/gstglfilterapp.h
ext/gl/gstglfiltercube.c
ext/gl/gstglfilterglass.c
ext/gl/gstglmixer.c
ext/gl/gstglmixer.h
ext/gl/gstglmosaic.c
ext/gl/gstgltestsrc.c
ext/gl/gstgltestsrc.h
ext/gl/gstgltransformation.c
ext/gl/gstglvideomixer.c
ext/gl/gstglvideomixer.h
gst-libs/gst/gl/gstgl_fwd.h
gst-libs/gst/gl/gstglcolorconvert.c
gst-libs/gst/gl/gstglcolorconvert.h
gst-libs/gst/gl/gstglfilter.c
gst-libs/gst/gl/gstglfilter.h
gst-libs/gst/gl/gstglframebuffer.c
gst-libs/gst/gl/gstglframebuffer.h
gst-libs/gst/gl/gstglutils.c
gst-libs/gst/gl/gstglutils.h
gst-libs/gst/gl/gstglviewconvert.c
gst-libs/gst/gl/gstglviewconvert.h
tests/check/libs/gstglcontext.c