summaryrefslogtreecommitdiff
path: root/ext/gl
AgeCommit message (Expand)AuthorFilesLines
2015-07-07download: only start a download transfer for sysmem caps featuresMatthew Waters1-4/+15
2015-07-07gltransformation: correct vao usageMatthew Waters1-6/+0
2015-07-07gl: consolidate egl header includes to egl-only headersMatthew Waters1-1/+1
2015-07-03glvideomixer, glmixer: Add description and klassOlivier Crête2-0/+9
2015-07-02gl: Don't leak pool if set_config failedNicolas Dufresne1-4/+5
2015-07-02glimagesink: use g_clear_error instead of g_error_freeVineeth TM1-4/+1
2015-06-29gl: add missing breakLuis de Bethencourt1-0/+1
2015-06-26glimagesink: Don't leak poolNicolas Dufresne1-1/+4
2015-06-19gldisplay: add gst_gl_display_create_contextJulien Isorce1-34/+32
2015-06-19Revert "gl: add GstGLContextGPUProcess backend"Julien Isorce1-14/+0
2015-06-19glimagesink: Remove duplicate, useless line of codeJan Schmidt1-2/+0
2015-06-18opengl: glstero* are only built with full OpenGLNicolas Dufresne1-8/+8
2015-06-19gl: Add glviewconvert, glstereomix and glstereosplit elementsJan Schmidt8-0/+2208
2015-06-19glimagesink: Support multiview/stereoscopic videoJan Schmidt2-100/+459
2015-06-15glimagesink: add missing handle-events/ignore-alpha property to the binMatthew Waters1-0/+5
2015-06-13glmixerbin: implement proper dynamic pad removalMatthew Waters1-9/+11
2015-06-12glimagesink: Don't do pool cachingNicolas Dufresne2-35/+8
2015-06-12glmemory: separate pbo transfer from texture transfersMatthew Waters1-0/+10
2015-06-12gl: move basesink properties from glimagesinkbin to glsinkbinMatthew Waters2-77/+72
2015-06-11gl: Use gst_object_ref_sink() for gl{filter,mixer,src}bin tooSebastian Dröge3-3/+9
2015-06-11glsinkbin: Use gst_object_ref_sink() for consistency with the video-sink prop...Sebastian Dröge1-1/+3
2015-06-05Fix a common typo: retreive -> retrieveThiago Santos5-5/+5
2015-06-02gl: consolidate internal_rgba_format into glmemoryMatthew Waters2-5/+14
2015-05-31glwindow: handle gst_video_overlay_set_render_rectangleMatthew Waters2-3/+35
2015-05-27gl: add GstGLContextGPUProcess backendJulien Isorce1-0/+14
2015-05-27gl: add and use gst_gl_internal_format_rgbaJulien Isorce2-6/+8
2015-05-27gleffects: 'for' loop initial declarationLuis de Bethencourt1-10/+11
2015-05-26gloverlay: fix a leakXavier Claessens1-0/+1
2015-05-26gloverlay: properly handle errors while loading fileXavier Claessens1-44/+91
2015-05-26gloverlay: remove unused type_file fieldXavier Claessens2-11/+10
2015-05-26gleffects: properly initialize the shaders across contexts implementing multi...Matthew Waters1-8/+14
2015-05-26gleffects_laplacian: fix shader compilation in gl3/gles2Matthew Waters1-0/+1
2015-05-25gltransformation: fix DrawElements call for element array buffersMatthew Waters1-1/+1
2015-05-21compositor/glvideomixer: Don't calculate PAR/DAR with unset GstVideoInfosSebastian Dröge1-0/+9
2015-05-21compositor/glvideomixer: fix up par handlingMatthew Waters1-7/+8
2015-05-20caopengllayersink: static const the indices arrayMatthew Waters1-1/+1
2015-05-20caopengllayersink: correctly use the sync meta across multiple contextsMatthew Waters2-7/+39
2015-05-20caopengllayersink: update for GL3 element array buffer usageMatthew Waters2-9/+33
2015-05-20glimagesink: correctly use the sync meta across multiple contextsMatthew Waters2-5/+36
2015-05-14glimagesink: free the vertex buffer when doneMatthew Waters1-1/+6
2015-05-14gl: remove useless gl{En,Dis}able (GL_TEXTURE_*) callsMatthew Waters24-113/+1
2015-05-14glimagesink: cleanup propertiesMatthew Waters2-24/+6
2015-05-14gleffects: only try the GL2 shader init path if we have a GL2 contextMatthew Waters1-7/+9
2015-05-14gl: element buffers are part of vao stateMatthew Waters10-54/+146
2015-05-13gl: don't deadlock on context creation failureMatthew Waters3-4/+12
2015-05-13glmixerbin: Don't unref pad templatesSebastian Dröge1-1/+0
2015-05-13glvideomixer: implement par handlingMatthew Waters1-16/+50
2015-05-13glvideomixer: don't upload the vertex data every frameMatthew Waters1-0/+2
2015-05-12gluploadelement: Remove uneeded header and definesNicolas Dufresne1-10/+0
2015-05-11gltestsrc: Use default get_caps implementationNicolas Dufresne1-20/+0