Remove a bunch of silly ';;' typos at the end of lines
[platform/upstream/gstreamer.git] / gst-libs / gst / gl / gstglutils.c
2017-12-09 Jan SchmidtRemove a bunch of silly ';;' typos at the end of lines
2017-12-09 Matthew Watersglupload/download/convert: provide transform_caps functions
2017-12-09 Nicolas Dufresnegl: Add support for GstVideoAlignment
2017-12-09 Matthew Watersgl: remove the use of glu
2017-12-09 Matthew Watersglutils: only attempt getting the app context when...
2017-12-09 Matthew Watersgl/examples: update for other-context property removal
2017-12-09 Matthew Watersgl: propogate other-context using GstContext
2017-12-09 Wang Xin-yu (王昕宇)gl: check null before unref GstGLDisplay
2017-12-09 Matthew Watersgl: don't take an extra ref on the display on set_context
2017-12-09 Matthew Watersglfeature: remove GST_GL_API_GLES3
2017-12-09 Julien Isorcegl: allow to avoid calling glTexImage2D(w, h, NULL...
2017-12-09 Jan Schmidtgl: Reduce noisy Info level output to LOG
2017-12-09 Julien Isorcegl: add EGLImage support
2017-12-09 Matthew Watersgl: fix undeclared symbol when building without GST_DEBUG
2017-12-09 Matthew Watersgl: fix a double unref of the query when building without X
2017-12-09 Matthew Watersgl: silence a compiler warning about missing prototypes
2017-12-09 Matthew Watersgl/utils: add x11 GstContext handling
2017-12-09 Matthew Watersgl: silence all the compiler warnings
2017-12-09 Matthew Waters[896/906] utils: use the vtable for deleting the texture
2017-12-09 Matthew Waters[852/906] use GstContext for GstGLDisplay propogation
2017-12-09 Matthew Waters[838/906] gl: Use GL_TEXTURE_2D instead of GL_TEXTURE_R...
2017-12-09 Matthew Waters[819/906] make gen_texture/del_texture threadsafe
2017-12-09 Matthew Waters[812/906] move the GL vtable from GstGLDisplay to GstGL...
2017-12-09 Julien Isorce[810/906] gstglutils: use gl_vtable for glDeleteTextures
2017-12-09 Matthew Waters[793/906] add a GstGLContext object that will be the...
2017-12-09 Matthew Waters[766/906] utils: generate a RGBA texture in all cases
2017-12-09 Julien Isorce[732/906] build: fix repeated typedefs
2017-12-09 Sebastian Dröge[729/906] gl: Include config.h everywhere
2017-12-09 Matthew Waters[718/906] shader: make it possible to unref in the...
2017-12-09 Matthew Waters[714/906] Add GstGLFramebuffer to replace _display_gen_...
2017-12-09 Matthew Waters[707/906] display: move error_message to utils
2017-12-09 Matthew Waters[706/906] display: move activate_context into utils
2017-12-09 Matthew Waters[704/906] Use gst_object_[un]ref so we can get refcount...
2017-12-09 Matthew Waters[701/906] display: move context creation into window
2017-12-09 Matthew Waters[700/906] display: move most of the code into utils...