summaryrefslogtreecommitdiff
path: root/gst-libs/gst/gl/gstglfilter.c
Commit message (Expand)AuthorAgeFilesLines
* glfilter: use GL_ELEMENT_ARRAY_BUFFER for vbo indicesJulien Isorce2015-09-251-2/+2
* gl: Fix GError leaks during failuresVineeth T M2015-09-171-2/+1
* gl: use gles2 shaders everywhereMatthew Waters2015-08-101-31/+1
* glfilter: Don't cache buffer poolNicolas Dufresne2015-07-021-36/+16
* glfilter: Add transform_internal_caps() vfuncJan Schmidt2015-05-301-5/+21
* glfilter: Don't remove size fields from capsJan Schmidt2015-05-301-1/+8
* gl: propagate return value from filter and filter_textureXavier Claessens2015-05-261-4/+5
* gl: remove useless gl{En,Dis}able (GL_TEXTURE_*) callsMatthew Waters2015-05-141-6/+3
* gl: element buffers are part of vao stateMatthew Waters2015-05-141-4/+19
* Revert "gl: readd glupload/download onto element pads"Sebastian Dröge2015-05-061-79/+28
* gl: readd glupload/download onto element padsMatthew Waters2015-04-301-28/+79
* glfilter: De-camelcase onInitFBO() vfuncSebastian Dröge2015-04-261-2/+2
* glfilter: Remove onStart/onStop vfuncs, and unused onReset()Sebastian Dröge2015-04-261-18/+0
* glsyncmeta: make context to wait and set sync explicitMatthew Waters2015-03-141-1/+1
* gl: get the context from basemixer/basefilterMatthew Waters2015-03-131-9/+0
* gl: retreive the gldisplay/app gl context as soon as possibleMatthew Waters2015-03-131-4/+0
* glfilter: don't use the library upload/convert objectsMatthew Waters2015-03-121-272/+20
* gl: add a new glbasefilter class below glfilterMatthew Waters2015-03-121-281/+141
* glfilter: advertise resize in the caps negotiation properlyMatthew Waters2015-03-121-1/+35
* glfilter: Remove redundant check for clearing context on reset.Jan Schmidt2015-03-121-4/+0
* Remove a bunch of silly ';;' typos at the end of linesJan Schmidt2015-03-121-1/+1
* glfilter: Don't chain downstream poolNicolas Dufresne2015-03-061-49/+33
* gl: Remove format info in glcolorconvert's transform_caps function instead of...Sebastian Dröge2015-03-061-41/+0
* glfilter: Get rid of uploader if caps have changedNicolas Dufresne2015-03-031-0/+7
* glfilter: ensure that the input upload/colorconvert are always availableMatthew Waters2015-02-051-39/+58
* gl: fix memory leakLuis de Bethencourt2015-02-041-0/+1
* gl: remove the egl caps from the src padsMatthew Waters2015-02-031-10/+4
* glupload/download/convert: provide transform_caps functionsMatthew Waters2015-02-031-164/+117
* gl: initial support for texture targets other than GL_TEXTURE_2DAlessandro Decina2015-01-301-4/+6
* gl: split glcolorconvert usage from gluploadMatthew Waters2015-01-141-15/+56
* glfilter: remove logically dead codeLuis de Bethencourt2015-01-071-6/+1
* glfilter: fix position/texcoord attrib index usageWang Xin-yu (王昕宇)2014-12-111-3/+5
* gl: fixup vao and vbo usage for legacy GLMatthew Waters2014-12-111-0/+1
* gldisplay: implement runtime GL api filteringMatthew Waters2014-11-281-6/+23
* gl: add a sync meta for synchronizing across GL contextsMatthew Waters2014-11-281-2/+25
* glfilter: add a gl3 code path using vao's and vbo'sMatthew Waters2014-11-281-27/+120
* glfilter: support fixed dimensions on both sides of the elementMatthew Waters2014-11-271-17/+5
* glupload: rearchitecture for non GLMemory inputs/outputsMatthew Waters2014-11-231-7/+45
* glfilter: add read-only context propertyMatthew Waters2014-11-171-1/+13
* gl: remove the width/height fields from the caps to support frame resizingMatthew Waters2014-11-111-1/+2
* glfilter: get the config from the correct poolMatthew Waters2014-10-281-1/+1
* glfilter: avoid uninitialized variable size when chaining multiple glfiltersMatthew Waters2014-10-281-0/+4
* glfilter: gst-indent fileMatthew Waters2014-10-281-4/+8
* gl: propogate other-context using GstContextMatthew Waters2014-10-231-28/+8
* glbufferpool: add the GstVideoGLTextureUploadMeta buffer pool optionMatthew Waters2014-10-211-0/+6
* glfilter: add uploaded_buffer fieldMatthew Waters2014-10-141-1/+12
* glfilter: silence a warning with empty input capsMatthew Waters2014-09-281-8/+10
* gl: download whenever we have sysmem capsfeaturesMatthew Waters2014-09-241-8/+18
* gl: consecutive return, break statementAnuj Jaiswal2014-09-221-1/+0
* glupload: provide the output buffer that is rendered intoMatthew Waters2014-09-211-1/+1