summaryrefslogtreecommitdiff
path: root/gst-libs
AgeCommit message (Expand)AuthorFilesLines
2010-06-03gstgldisplay: Consolidate a texture sample in upload_YUY2_UYVY.Eric Anholt1-2/+3
2010-06-03gstgldisplay: Consolidate sampling of textures with the same coordinates.Eric Anholt1-8/+8
2010-06-03gstgldisplay: Move a constant subexpression out of texture2DRect() args.Eric Anholt1-6/+8
2010-06-03Disable auto-indenting mess on gstgldisplay.c shaders.Eric Anholt1-24/+57
2010-06-03gstgldisplay: Tell GLSL we need ARB_draw_buffers in the shader using it.Eric Anholt1-0/+1
2010-05-05glfilter/glmixer/gltestsrc/glupload: throw an element error if no parent binJulien Isorce2-10/+28
2010-05-04glimagesink: handle pixel-aspect-ratioJulien Isorce2-6/+8
2010-04-29sobel: move some highly duplicated code into glfilterFilippo Argiolas2-1/+62
2010-04-26GstGLDisplay: this is GL_DEPTH24_STENCIL8_EXT, not GL_DEPTH24_STENCIL8_EXTJulien Isorce1-1/+1
2010-04-26GstGLDisplay: enable stencil buffer when using framebuffer objects.Pierre Pouzol1-0/+22
2010-03-09gstglwindow_win32: share opengl context in correct orderNicholas Panayis1-1/+1
2010-01-06Cocoa backend: improve support on GNUStepJulien Isorce8-63/+98
2009-12-18gstglmixer: copy/past recent changes from gstvideomixerJulien Isorce1-4/+20
2009-12-16gstglmixer: inactivate shared gl context before to release oursJulien Isorce1-4/+11
2009-11-21winCE backend: fix buildJulien Isorce1-2/+2
2009-11-21glimagesink: add a client-data propertyJulien Isorce2-4/+18
2009-11-17glfilter: add external-opengl-context propertyJulien Isorce2-2/+23
2009-11-17gstglmixer: Initialise the debug categoryJan Schmidt1-0/+1
2009-11-05gstgldisplay: no need the I420 work around if ATI MobilityJulien Isorce1-2/+6
2009-11-04glmixer: fix when no more gl elements after itJulien Isorce1-7/+18
2009-10-27gstgldisplay: use of GL_DEPTH_COMPONENT16 if OpenGL ES 2.0Pratheesh Gangadhar1-7/+24
2009-10-27glmosaic: for now it's a cube mosaicJulien Isorce2-10/+12
2009-10-26Cocoa: fix backend since recent changesJulien Isorce1-26/+65
2009-10-23fix codeblocks build on win32Julien Isorce1-4/+4
2009-10-23just fix builds and indentJulien Isorce7-93/+199
2009-10-23glmixer: add a glmixer base elementJulien Isorce12-49/+1721
2009-10-23rewrite the way a gstgldisplay is transmited to the gl elementsJulien Isorce2-25/+72
2009-10-16build: use <stdio.h> / "stdio.h"Stefan Kost1-1/+1
2009-10-16build: include <stdio.h> when using printf & co.Stefan Kost1-0/+2
2009-10-15ES2.0: remove warningsJulien Isorce2-38/+21
2009-10-15EGL and GLX:: set a minimum depth sizeJulien Isorce2-0/+2
2009-09-19gldisplay: avoid to request gl thread when deleting a textureJulien Isorce2-20/+1
2009-09-19gldisplay: avoid to request gl thread when generating a textureJulien Isorce1-78/+80
2009-09-14build: support openGLES on linux via autofoo. Partialy fixes #593786Stefan Kost1-0/+5
2009-08-03define missing glew macro on older versionsJulien Isorce1-0/+8
2009-08-03Cocoa backend: fix crash when resizingJulien Isorce1-24/+36
2009-07-27Cocoa backend: make sure that nsapp is initializedJulien Isorce1-30/+47
2009-07-24make the cmake build work on MacOSXJulien Isorce1-14/+41
2009-07-24Cocoa backend: fix crash when closingJulien Isorce1-29/+61
2009-07-17make cocoa backend work on MacOSXJulien Isorce1-130/+234
2009-07-13gstgldisplay: Close a small race starting the display threadJan Schmidt1-0/+4
2009-07-13x11: Don't crash when the X11 display is not available.Jan Schmidt1-30/+33
2009-06-12fix typoJan Schmidt2-3/+3
2009-06-07fix window position when using xoverlayJulien Isorce2-22/+12
2009-06-06can switch xoverlays while playingJulien Isorce2-40/+104
2009-06-04fix miscast of a pointer in SetWindowLongPtrLRN1-1/+1
2009-05-12Fix linking by providing libtool the correct --tag parameterSebastian Dröge1-0/+5
2009-04-30Improve cluttershare exampleJulien Isorce3-4/+10
2009-04-20[x11/x11ES] fix some pointer cast warningsJulien Isorce2-21/+15
2009-04-20[cocoa] update since interface changedJulien Isorce1-2/+2