summaryrefslogtreecommitdiff
path: root/gst-libs/gst/gl/gstglcolorconvert.c
AgeCommit message (Expand)AuthorFilesLines
2016-11-03gl/docs: massive updateMatthew Waters1-7/+55
2016-10-27Explicitly define float constants as floatNirbheek Chauhan1-16/+16
2016-08-04glcolorconvert: add missing rgb16 and bgr16 video formats in switchMatthew Waters1-0/+2
2016-07-26glcontext: remove not thread-safe get/set_error()Matthew Waters1-11/+6
2016-07-26glframebuffer: rewrite for a more consistent APIMatthew Waters1-88/+14
2016-06-29glvideoconvert: RG/LA is available in OpenGL ES 3, so let that throughOlivier Crête1-1/+1
2016-06-29glmemory: add the texture type to allocate to parametersMatthew Waters1-1/+2
2016-06-29glcolorconvert: don't assume Red/RG textures will be usedMatthew Waters1-58/+132
2016-06-21glsl: fixup external-oes shaders by mangling the required extensionMatthew Waters1-9/+4
2016-04-27glviewconvert: Port more things to GLES/GL 3 compatibilitySebastian Dröge1-207/+5
2016-04-27glcolorconvert: GLES3 deprecates texture2D() and it does not work at all in n...Sebastian Dröge1-3/+4
2016-04-01glcolorconvert: implement multiple render targets for GLES3Matthew Waters1-26/+99
2016-03-31glcolorconvert: don't use the predefined variable name sampleMatthew Waters1-2/+2
2016-03-06gl: misc docs fixes/additionsMatthew Waters1-4/+1
2016-02-02glcolorconvert: don't skip subset structuresMatthew Waters1-5/+0
2016-02-02glcolorconvert: fix RGB,rectangle->planar YUV conversionMatthew Waters1-5/+8
2016-02-02glcolorconvert: fix YUY2/UYVY,rectangle->RGB conversionMatthew Waters1-5/+19
2016-02-02glcolorconvert: perform better negotiationMatthew Waters1-64/+305
2016-01-16glcolorconvert: Caps passed to fixate_caps() are not owned by us and guarante...Sebastian Dröge1-3/+0
2016-01-14glcolorconvert: try harder to passthroughAlessandro Decina1-14/+28
2016-01-06glcolorconvert: implement usage of a buffer poolMatthew Waters1-14/+126
2016-01-05glupload: always add texture-target field to GL capsMatthew Waters1-37/+2
2015-12-18glconvert: Fix compilation of GRAY16_LE/BE shaderNicolas Dufresne1-1/+1
2015-12-17glmemorypbo: remove our own alloc()/wrapped()/etc functionsMatthew Waters1-9/+33
2015-12-14glmemory: base classify and add the pbo memory on topMatthew Waters1-5/+4
2015-12-02glcolorconvert: improve the YUY2/UYVY->RGBA conversion shaderMatthew Waters1-2/+2
2015-12-02glcolorconvert: improve RGBA->YUY2/UYVY conversion shaderMatthew Waters1-4/+5
2015-11-12glcolorconvert: remove unnecessary freeVineeth TM1-1/+0
2015-11-12glcolorconvert: Fix string leakVineeth TM1-3/+4
2015-11-12glcolorconvert: Fix frag_prog and frag_body memory leakVineeth TM1-0/+8
2015-11-11glcolorconvert: mangle gl_FragColor for GL3Matthew Waters1-0/+23
2015-11-10glcolorconvert: try to keep the same texture-target if possibleMatthew Waters1-12/+27
2015-11-10glcolorconvert: fix rendering rectangular textures with GL3Matthew Waters1-76/+201
2015-11-10glcolorconvert: properly use the other texture-target on fixationMatthew Waters1-4/+5
2015-11-10glcolorconvert: wait on the sync meta for input buffersMatthew Waters1-0/+5
2015-10-30glcolorconvert: follow the correct texture target namesMatthew Waters1-6/+6
2015-10-30glcolorconvert: add support for converting texture targetsMatthew Waters1-345/+569
2015-10-30glmemory: add support for rectangle texturesMatthew Waters1-6/+8
2015-10-26glcolorconvert: allow outputting multiple textures for gles3 contextsMatthew Waters1-3/+2
2015-10-21gl: fix usage of string.h and stdio.h functions without including the headersMatthew Waters1-0/+1
2015-09-28gl: sprinkle some debug markers to ease debuggingMatthew Waters1-0/+4
2015-07-21glcolorconvert: add RGB to NV12/NV21 conversionMatthew Waters1-0/+43
2015-07-20glcolorconvert: Apply GstVideoOverlayCompositionMeta buffer to converted bufferLubosz Sarnecki1-0/+9
2015-07-20glimagesinkbin: Add GstVideoOverlayCompositionMeta caps featuresLubosz Sarnecki1-0/+3
2015-07-02gl: initialize output params to 0 before calling gl functionsJulien Isorce1-1/+1
2015-06-12gl: Add support for multiple views in upload, colour convert and downloadJan Schmidt1-24/+55
2015-06-02gl: consolidate internal_rgba_format into glmemoryMatthew Waters1-2/+5
2015-05-30gl: Don't leak temp strings in _RGB_pixel_order()Jan Schmidt1-8/+11
2015-05-27gl: add and use gst_gl_internal_format_rgbaJulien Isorce1-2/+3
2015-05-20gl: fix crash on windows with intel driverXavier Claessens1-2/+0