summaryrefslogtreecommitdiff
path: root/ext/gl/gstgltestsrc.c
Commit message (Expand)AuthorAgeFilesLines
* gl: Fix GError leaks during failuresVineeth T M2015-09-171-0/+1
* gl: use gst_gl_display_create_context in more elements.Julien Isorce2015-07-211-3/+5
* gl: don't deadlock on context creation failureMatthew Waters2015-05-131-2/+5
* gltestsrc: Use default get_caps implementationNicolas Dufresne2015-05-111-20/+0
* Revert "gl: readd glupload/download onto element pads"Sebastian Dröge2015-05-061-2/+3
* gl: readd glupload/download onto element padsMatthew Waters2015-04-301-3/+2
* gl: unref display/other-context in the correct placeMatthew Waters2015-04-271-19/+11
* gldisplay: synchronize the searching and creation of GstGLContext'sMatthew Waters2015-04-211-0/+2
* gl: retreive the gldisplay/app gl context as soon as possibleMatthew Waters2015-03-131-0/+37
* gl: store the list of contexts within gldisplayMatthew Waters2015-03-121-60/+13
* gltestsrc: remove usage of gldownload library objectMatthew Waters2015-03-121-86/+82
* gl: Remove format info in glcolorconvert's transform_caps function instead of...Sebastian Dröge2015-03-061-49/+7
* gl: remove the egl caps from the src padsMatthew Waters2015-02-031-8/+2
* glupload/download/convert: provide transform_caps functionsMatthew Waters2015-02-031-0/+87
* gl: initial support for texture targets other than GL_TEXTURE_2DAlessandro Decina2015-01-301-3/+6
* gltestsrc: Ensure variable is initialized before usageEdward Hervey2015-01-231-1/+1
* gldisplay: implement runtime GL api filteringMatthew Waters2014-11-281-1/+12
* gl: add a sync meta for synchronizing across GL contextsMatthew Waters2014-11-281-2/+21
* gl: propogate other-context using GstContextMatthew Waters2014-10-231-18/+4
* glbufferpool: add the GstVideoGLTextureUploadMeta buffer pool optionMatthew Waters2014-10-211-0/+2
* gltestsrc: Add other-context propertySebastian Dröge2014-10-131-0/+38
* gltestsrc: implement checkers pattern with GLSLWang Xin-yu (王昕宇)2014-10-071-0/+28
* Revert accidental push: "gltestsrc: implement checkers pattern with GLSL"Matthew Waters2014-09-291-26/+0
* gltestsrc: implement checkers pattern with GLSLWang Xin-yu (王昕宇)2014-09-281-0/+26
* gltestsrc: free the shader on stopMatthew Waters2014-09-261-0/+5
* gl: download whenever we have sysmem capsfeaturesMatthew Waters2014-09-241-13/+21
* gltestsrc: add Mandelbrot fractal pattern.Lubosz Sarnecki2014-09-241-0/+56
* gltestsrc: implement snow pattern with GLSL.Lubosz Sarnecki2014-09-241-1/+41
* gltestsrc: do not leak pool in error casesOgnyan Tonchev2014-09-161-16/+16
* gl/download: update to be similar to the glupload semanticsMatthew Waters2014-05-141-11/+2
* gl: advertise GstGLMemory usage in the caps as capsfeaturesMatthew Waters2014-05-071-2/+20
* gl: use gst_gl_platform_from_string because we support gl shareList on all pl...Julien Isorce2014-04-281-3/+1
* gltestsrc: Unref context when creation failed and guard against that in fill()Sebastian Dröge2014-04-231-1/+3
* gl: add colorconvert object that converts between color spaces/formatsMatthew Waters2014-04-111-1/+1
* gl: silence a critical if upstream does not provide us with meta paramsMatthew Waters2014-03-201-26/+28
* move gl elements to ext subdirectoryMatthew Waters2014-03-161-0/+708