summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2013-07-11wayland: Don't leak main context and loopSebastian Dröge1-0/+7
2013-07-11x11: Allow setting window handle before creating the contextSebastian Dröge1-16/+13
2013-07-11x11: Don't leak main context and main loopSebastian Dröge1-0/+9
2013-07-11gl: Include glu.h after gl.hSebastian Dröge1-1/+1
2013-07-11glimagesink: Request and set the window handle much earlierSebastian Dröge1-3/+9
2013-07-11glimagesink: Give MARGINAL rank to be able to autoplug it if nothing else is ...Sebastian Dröge1-1/+1
2013-07-11gl: Add support for AndroidSebastian Dröge7-11/+485
2013-07-11win32: Make automake happy by using noinst_HEADERSSebastian Dröge1-2/+2
2013-07-11gl: Major header and include cleanupSebastian Dröge77-200/+137
2013-07-11build: fix repeated typedefsJulien Isorce30-84/+131
2013-07-11cocoa: fix build when GNUSTEP is not definedJulien Isorce2-6/+14
2013-07-10glcompat: Properly check for GLchar and other typesSebastian Dröge2-4/+33
2013-07-10gl: Include config.h everywhereSebastian Dröge27-8/+75
2013-07-03glimagesink: fix for gles2Matthew Waters1-2/+1
2013-07-03egl: Refactor EGL logic into a helper objectSebastian Dröge7-402/+403
2013-07-02window: don't call a NULL destroy functionMatthew Waters2-3/+5
2013-07-02x11: use GMainContext/GMainLoopMatthew Waters5-172/+204
2013-07-02wayland: make reentrantMatthew Waters1-2/+2
2013-07-01gstglwindow: close has to be called in the glthread.Julien Isorce1-5/+4
2013-07-01docs: UpdateSebastian Dröge2-33/+33
2013-07-01gl: Fix build on Win32Руслан Ижбулатов4-1/+10
2013-06-29glfilter: Use uint64 for the OpenGL context propertySebastian Dröge1-2/+2
2013-06-29examples: Stop using deprecated GLib thread APISebastian Dröge3-10/+3
2013-06-29examples/clutter: Include gst-plugins-base CFLAGS and LIBS to fix uninstalled...Sebastian Dröge1-3/+4
2013-06-29gl: Fix compilation with GLES2Sebastian Dröge3-20/+20