summaryrefslogtreecommitdiff
path: root/gst-libs/gst/gl/gstglslstage.c
AgeCommit message (Expand)AuthorFilesLines
2016-11-03gl/docs: massive updateMatthew Waters1-0/+22
2016-03-10glshader: some compatibility changes for GL 1.4Matthew Waters1-1/+1
2016-03-06gl: misc docs fixes/additionsMatthew Waters1-1/+18
2015-11-18Remove unnecessary NULL checks before g_free()Reynaldo H. Verdejo Pinochet1-2/+1
2015-11-12glslstage: Fix vertex_sources memory leakVineeth TM1-0/+1
2015-11-11glslstage: properly return an error when we could not create the shader stageMatthew Waters1-0/+1
2015-11-10glslstage: add debug as to why _set_strings() failedMatthew Waters1-1/+6
2015-11-10glslstage: expose the default shader strings as publicMatthew Waters1-25/+2
2015-10-28glslstage: initialize output params to 0 before calling gl functionsJulien Isorce1-0/+2
2015-10-19gl: be consistent in gobject boilerpateMatthew Waters1-1/+1
2015-10-16glslstage: add brackets around pointer dereference referencing an arrayMatthew Waters1-1/+1
2015-10-15glsl: add a shader stage object GstGLSLStageMatthew Waters1-0/+527