summaryrefslogtreecommitdiff
path: root/gst/gl/gstglfiltercube.c
Commit message (Expand)AuthorAgeFilesLines
* move gl elements to ext subdirectoryMatthew Waters2014-03-161-561/+0
* [838/906] gl: Use GL_TEXTURE_2D instead of GL_TEXTURE_RECTANGLEMatthew Waters2014-03-151-23/+20
* [817/906] make the state change test passMatthew Waters2014-03-151-0/+1
* [812/906] move the GL vtable from GstGLDisplay to GstGLContextMatthew Waters2014-03-151-7/+7
* [773/906] glfilters: Mark writable-only properties as readable as wellMathieu Duponchelle2014-03-151-7/+30
* [772/906] glfilters: Mark them as Video filters in their classificationMathieu Duponchelle2014-03-151-1/+1
* [701/906] display: move context creation into windowMatthew Waters2014-03-151-2/+1
* [667/906] filtercube: fix for gles2 compilationMatthew Waters2014-03-151-1/+3
* [660/906] cube: port for non-glewMatthew Waters2014-03-151-144/+128
* [642/906] add gstglconfig.h for apps to find out what our capabilites areMatthew Waters2014-03-151-9/+9
* [624/906] OPENGL_ES2 => HAVE_GLES2 and add HAVE_OPENGLMatthew Waters2014-03-151-41/+75
* [604/906] gst_element_class_set_details_simple() => gst_element_class_set_met...Matthew Waters2014-03-151-1/+1
* [603/906] update FSF addressMatthew Waters2014-03-151-2/+2
* [582/906] filters: changes for new APIMatthew Waters2014-03-151-21/+16
* [534/906] GstGLFilterCube: Update for GstGLMetaMatthew Waters2014-03-151-8/+19
* [503/906] Rename GST_BOILERPLATE_* to G_DEFINE_TYPE_* and move _base_init int...Matthew Waters2014-03-151-13/+10
* [481/906] feature checking: error out instead of doing nothing if an OpenGL f...Julien Isorce2014-03-151-3/+3
* [462/906] various: add missing G_PARAM_STATIC_STRINGS flagsStefan Kost2014-03-151-7/+8
* [416/906] gl: use gst_element_class_set_details_simple()Tim-Philipp Müller2014-03-151-7/+3
* [387/906] glmixer: add a glmixer base elementJulien Isorce2014-03-151-1/+1
* [382/906] ES2.0: remove warningsJulien Isorce2014-03-151-1/+3
* [352/906] fix typoJan Schmidt2014-03-151-76/+75
* [321/906] add OpenGL ES 2.x support.Julien Isorce2014-03-151-4/+203
* [313/906] indent: don't use tabs inside property descriptionsStefan Kost2014-03-151-2/+2
* [310/906] Global reindentDavid Schleef2014-03-151-184/+210
* [298/906] Revert "Fix indention"David Schleef2014-03-151-210/+184
* [295/906] Fix indentionSebastian Dröge2014-03-151-184/+210
* [239/906] start to write the gtk docJulien Isorce2014-03-151-0/+22
* [238/906] fix glfilterglass (reason: videotestsrc rgb is by default bpp=32, d...Julien Isorce2014-03-151-0/+2
* [116/906] git-svn-id: svn://svn.wobow.com/GStreamer_playground/gst-plugins-gl...Julien Isorce2014-03-151-9/+91
* [114/906] git-svn-id: svn://svn.wobow.com/GStreamer_playground/gst-plugins-gl...Julien Isorce2014-03-151-1/+1
* [110/906] git-svn-id: svn://svn.wobow.com/GStreamer_playground/gst-plugins-gl...Julien Isorce2014-03-151-14/+14
* [108/906] git-svn-id: svn://svn.wobow.com/GStreamer_playground/gst-plugins-gl...Julien Isorce2014-03-151-10/+3
* [104/906] start to add a glfilteredge that proceeds edge detection using GLSLJulien Isorce2014-03-151-3/+3
* [099/906] up (switching linux and win32) ... not fun editor ...Julien Isorce2014-03-151-1/+1
* [089/906] add a "glcolorscale" element equivalent to "ffmepgcolorspace ! vide...Julien Isorce2014-03-151-1/+1
* [087/906] glfilter can accept to have an input size different than the out pu...Julien Isorce2014-03-151-2/+2
* [084/906] add a glfilterapp which holds the client draw and reshape callbacks...Julien Isorce2014-03-151-3/+0
* [083/906] finish to implement the glfilter: example : gst-launch-0.10 videote...Julien Isorce2014-03-151-6/+8
* [082/906] glfilter can request, use and reject a FBO (step 1)Julien Isorce2014-03-151-91/+101
* [081/906] start to add a glfilterJulien Isorce2014-03-151-0/+187