summaryrefslogtreecommitdiff
path: root/gst-libs
AgeCommit message (Expand)AuthorFilesLines
2013-09-03x11: remove dead codeHEADmasterMatthew Waters1-37/+0
2013-09-03context: Move some window error enums to contextMatthew Waters4-21/+25
2013-09-03egl: doesn't require the EGLConfig from the other contextMatthew Waters1-23/+11
2013-09-03glfilter: rename external-opengl-context prop to other-contextMatthew Waters2-11/+15
2013-08-30rpi: call bcm_host_init in plugin_initJulien Isorce1-2/+5
2013-08-30raspberrypi: add support for dispmanxJulien Isorce7-5/+487
2013-08-29context: Reimplement GL context sharingMatthew Waters6-49/+131
2013-08-22build: install needed headerMatthew Waters1-1/+2
2013-08-22x11: fix build for clangMatthew Waters1-1/+1
2013-08-22move egl into its own directoryMatthew Waters6-8/+6
2013-08-22android: port to GstGLContextMatthew Waters1-99/+23
2013-08-22context: add subclasses for the different platforms (egl, glx, wgl, etc)Matthew Waters29-1721/+1657
2013-08-22add a GstGLContext object that will be the basis of OpenGL contextsMatthew Waters19-422/+837
2013-08-21build: use our own in tree headers before system onesMatthew Waters5-12/+12
2013-08-16glwindow/x11: remove X11EventSource as soon as the window is deletedJulien Isorce2-4/+9
2013-08-07egl: Create a window surface if necessarySebastian Dröge1-1/+1
2013-08-07osx: Fix compilationTonu Jaansoo1-2/+2
2013-08-07gl: The GLSL rectangle resampler does not always work with int tex coordsTonu Jaansoo2-6/+6
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-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 Waters3-41/+94
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-19download: fix compiler warning about missing string formatMatthew Waters1-1/+2
2013-07-19configure: Check for GLeglImageOES and others againSebastian Dröge2-0/+42
2013-07-18win32: Fix some compiler errors/warningsSebastian Dröge1-4/+3
2013-07-18glfilters: Mark writable-only properties as readable as wellMathieu Duponchelle1-2/+5
2013-07-17gl: Some less long/ulong/gulong usageSebastian Dröge4-6/+6
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öge1-2/+0
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-15glwindow: Add destroy notifies for the data of the callbacksSebastian Dröge6-51/+44
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-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