summaryrefslogtreecommitdiff
path: root/gst-libs/gst/gl/gstgldisplay.h
Commit message (Expand)AuthorAgeFilesLines
* gldisplay: add gst_gl_display_create_contextJulien Isorce2015-06-191-0/+2
* gldisplay: synchronize the searching and creation of GstGLContext'sMatthew Waters2015-04-211-0/+1
* gl: store the list of contexts within gldisplayMatthew Waters2015-03-121-0/+5
* gldisplay: implement runtime GL api filteringMatthew Waters2014-11-281-0/+3
* gl/display: clean up pre gstglcontext api and struct fieldsMatthew Waters2014-05-061-4/+0
* gl/display: add get_handle_typeMatthew Waters2014-05-061-2/+2
* gl: Add EGLDisplay display subclassMatthew Waters2014-03-171-2/+2
* [890/906] x11: add display subclassMatthew Waters2014-03-151-0/+3
* [889/906] display: add display type enumMatthew Waters2014-03-151-0/+16
* [857/906] display: document the new GstContext apiMatthew Waters2014-03-151-2/+2
* [853/906] display: remove _{set,get}_contextMatthew Waters2014-03-151-3/+0
* [824/906] android: Build fixesMatthew Waters2014-03-151-0/+2
* [812/906] move the GL vtable from GstGLDisplay to GstGLContextMatthew Waters2014-03-151-14/+0
* [793/906] add a GstGLContext object that will be the basis of OpenGL contextsMatthew Waters2014-03-151-6/+6
* [733/906] gl: Major header and include cleanupSebastian Dröge2014-03-151-1/+1
* [732/906] build: fix repeated typedefsJulien Isorce2014-03-151-10/+1
* [715/906] display: inherit from the right object classMatthew Waters2014-03-151-1/+1
* [709/906] display: some more cleanupsMatthew Waters2014-03-151-4/+2
* [708/906] display: a cleanup and removal of old codeMatthew Waters2014-03-151-53/+31
* [707/906] display: move error_message to utilsMatthew Waters2014-03-151-7/+0
* [706/906] display: move activate_context into utilsMatthew Waters2014-03-151-1/+0
* [701/906] display: move context creation into windowMatthew Waters2014-03-151-11/+5
* [700/906] display: move most of the code into utils for sorting laterMatthew Waters2014-03-151-81/+1
* [699/906] display: remove list of upload and download objectsMatthew Waters2014-03-151-7/+0
* [698/906] move sink-specific stuff from GstGLDisplay into glimagesinkMatthew Waters2014-03-151-9/+0
* [670/906] display: replace glib deprecated apiMatthew Waters2014-03-151-1/+1
* [669/906] window: seperate object creation and context creationMatthew Waters2014-03-151-0/+1
* [647/906] remove dependecy on glewMatthew Waters2014-03-151-1/+5
* [643/906] display: privatise most of the structMatthew Waters2014-03-151-68/+3
* [642/906] add gstglconfig.h for apps to find out what our capabilites areMatthew Waters2014-03-151-1/+3
* [624/906] OPENGL_ES2 => HAVE_GLES2 and add HAVE_OPENGLMatthew Waters2014-03-151-9/+20
* [608/906] add GST_GL_PLATFORM_ANY for choosing any platformMatthew Waters2014-03-151-1/+2
* [603/906] update FSF addressMatthew Waters2014-03-151-2/+2
* [600/906] docs: add docs for new objects and expand on some existing onesMatthew Waters2014-03-151-127/+144
* [590/906] up/download: fix scaling on transferMatthew Waters2014-03-151-2/+2
* [573/906] add upload and download library objectsMatthew Waters2014-03-151-52/+10
* [524/906] GstGLDisplay: rework the download codeMatthew Waters2014-03-151-2/+2
* [515/906] GstGLDisplay: rework gen_texture and uploadMatthew Waters2014-03-151-5/+7
* [498/906] gldisplay: don't pass non-constant strings as printf format stringsJulien Isorce2014-03-151-1/+1
* [481/906] feature checking: error out instead of doing nothing if an OpenGL f...Julien Isorce2014-03-151-5/+13
* [463/906] Add some more G_{BEGIN,END}_DECLS to public headersTim-Philipp Müller2014-03-151-1/+5
* [455/906] glimagesink: handle pixel-aspect-ratioJulien Isorce2014-03-151-1/+2
* [406/906] glimagesink: add a client-data propertyJulien Isorce2014-03-151-2/+4
* [387/906] glmixer: add a glmixer base elementJulien Isorce2014-03-151-2/+9
* [378/906] gldisplay: avoid to request gl thread when deleting a textureJulien Isorce2014-03-151-3/+0
* [352/906] fix typoJan Schmidt2014-03-151-1/+1
* [334/906] [win32/winCE] fix some pointer cast warnings with mingwJulien Isorce2014-03-151-2/+2
* [333/906] add force-aspect-ratio supportJulien Isorce2014-03-151-1/+2
* [330/906] Can now share textures with an external gl contextJulien Isorce2014-03-151-1/+4
* [326/906] add X backend for OpenGL ES 2.0Julien2014-03-151-88/+94