summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-07-24gldownload: Add support for downloading multi-planar formats to GLES2download-planarSebastian Dröge2-13/+88
2013-07-24glprototypes: Add support for NV extensions for DrawBuffers and ReadBufferSebastian Dröge1-3/+3
2013-07-24egl: Use EGL_KHR_surfaceless_context instead of creating a useless surface if...Sebastian Dröge1-8/+17
2013-07-22tests/examples: fix 'doublecube' and 'pipelines'. Port 'recordgraphic'.Julien Isorce7-131/+107
2013-07-22gloverlay: add G_BEGIN/END declarationJulien Isorce1-0/+4
2013-07-19glimagesink: Fix format string warningSebastian Dröge1-1/+1
2013-07-19gldownload: Use strlen() instead of sizeof(char*)Sebastian Dröge1-1/+1
2013-07-19download: propogate errors from the GL threadMatthew Waters1-10/+26
2013-07-19up/download: check return valuesMatthew Waters5-52/+122
2013-07-19download: remove _thread variants of the APIMatthew Waters2-181/+19
2013-07-19upload: remove _thread variants of the APIMatthew Waters2-163/+9
2013-07-19upload: overhaul and addition of new video formatsMatthew Waters2-920/+675
2013-07-19build: fix build on OS XMatthew Waters1-1/+1
2013-07-19download: fix compiler warning about missing string formatMatthew Waters1-1/+2
2013-07-19configure: Check for GLeglImageOES and others againSebastian Dröge3-0/+90
2013-07-18win32: Fix some compiler errors/warningsSebastian Dröge1-4/+3
2013-07-18glfilters: Mark writable-only properties as readable as wellMathieu Duponchelle3-13/+52
2013-07-18glfilters: Mark them as Video filters in their classificationMathieu Duponchelle12-12/+12
2013-07-17gl: Some less long/ulong/gulong usageSebastian Dröge11-15/+15
2013-07-17tests/examples: port some of the examples.Mathieu Duponchelle4-28/+19
2013-07-17tests/examples: fix and port some of the examples.Mathieu Duponchelle6-80/+30
2013-07-16gltestsrc: Fix usage of FBO APISebastian Dröge1-6/+3
2013-07-16glimagesink: Remove GValue usage for fraction handlingSebastian Dröge2-26/+11
2013-07-16utils: generate a RGBA texture in all casesMatthew Waters1-60/+2
2013-07-16wayland: remove fullscreenMatthew Waters1-3/+0
2013-07-16filter: fix pad template capsMatthew Waters1-2/+2
2013-07-16memory: copy properly depending on where the most recent data isMatthew Waters1-18/+29
2013-07-16glimagesink: Fix some memory leaks and properly set up the buffer poolSebastian Dröge3-15/+44
2013-07-16x11: Protect event display connection with a mutexSebastian Dröge2-0/+26
2013-07-16x11: Always use the same display connection from the GL threadSebastian Dröge1-1/+1
2013-07-15gldownload: #ifdef some GLES2 specific code to fix compilationSebastian Dröge1-0/+5
2013-07-15android: Don't require a window to be setSebastian Dröge1-6/+0
2013-07-15egl: Create an offscreen surface if no window was providedSebastian Dröge1-2/+23
2013-07-15gldownload: Reset the viewport after download RGB via GLES2Sebastian Dröge1-6/+8
2013-07-15gldownload: Unbind framebuffer after downloading RGB with GLES2Sebastian Dröge1-0/+5
2013-07-15gldownload: Add support for RGB reordering when using GLES2Sebastian Dröge2-115/+140
2013-07-15gldisplay: Sending a message is synchronous, we can allocate the memory on th...Sebastian Dröge1-8/+5
2013-07-15tests/check/generic/cube: remove the obsolete glupload element.Mathieu Duponchelle1-20/+5
2013-07-15glwindow: Add destroy notifies for the data of the callbacksSebastian Dröge7-57/+53
2013-07-15gldisplay: Don't hold lock while sending a message to the GL threadSebastian Dröge1-14/+20
2013-07-15glupload: Add support for RGB reordering when using GLES2Sebastian Dröge3-166/+227
2013-07-15filtervideooverlay: remove glupload element and realize drawing areaMathieu Duponchelle1-6/+7
2013-07-15glshader: Add some more debug outputSebastian Dröge1-0/+6
2013-07-12glupload: GL_STENCIL_ATTACHMENT is needed for desktop GL, not GLESSebastian Dröge1-4/+1
2013-07-12gl: Constify YUV conversion shadersSebastian Dröge2-14/+14
2013-07-12android: Add comment to clarify the type of a variableSebastian Dröge1-0/+1
2013-07-12gl: Simplify and optimize YUV conversion shaders a bitSebastian Dröge2-123/+124
2013-07-12gl: Use __GST_GL_H__ instead of __GL_H__ as a multi-include guardSebastian Dröge1-3/+3
2013-07-11win32: Allow setting window handle before creating the contextSebastian Dröge2-8/+13
2013-07-11cocoa: Allow setting window handle before creating the contextSebastian Dröge1-14/+21