summaryrefslogtreecommitdiff
path: root/gst-libs/gst/gl/gstglcontext.c
Commit message (Expand)AuthorAgeFilesLines
* all: Fix left-shift undefined behaviourEdward Hervey2017-12-011-1/+1
* glcontext: keep a ref to the active threadfvanzile2017-05-291-10/+44
* docs: Port all docstring to gtk-doc markdownThibault Saunier2017-04-121-1/+1
* gstglcontext: is_shared should return FALSE if no groupJulien Isorce2016-12-011-0/+4
* glcontext: fix race between creation/shutdownMatthew Waters2016-11-281-8/+10
* glcontext: add vfunc to retrieve the OpenGL platform versionMatthew Waters2016-11-171-0/+38
* glwindow: remove is_running() functionMatthew Waters2016-11-101-5/+1
* gldisplay: add a list of glwindow'sMatthew Waters2016-11-081-1/+1
* gl/gi: some annotation updates for called functionsMatthew Waters2016-11-031-3/+3
* glfeature: move internal functions into a private headerMatthew Waters2016-11-031-0/+1
* gl: GST_GL_TYPE -> GST_TYPE_GLMatthew Waters2016-11-031-9/+9
* gl/docs: massive updateMatthew Waters2016-11-031-10/+57
* glcontext: fix race joining thread on finalizeVincent Penquerc'h2016-08-161-1/+8
* glcontext: correct precondition for get_gl_versionMatthew Waters2016-06-291-3/+3
* glcontext: fix get_current_gl_api() on win32Matthew Waters2016-06-211-2/+2
* gl: add support for building against GLES3 headersMatthew Waters2016-03-311-4/+0
* glcontext: add a method to add a context to another share groupMatthew Waters2016-02-261-1/+28
* glcontext: don't enable GL debug for messages that won't be loggedMatthew Waters2016-02-161-12/+4
* gstglcontext: micro optimization to gst_gl_context_thread_addAlessandro Decina2016-02-101-1/+3
* glcontext: back out unintended lost_context changesMatthew Waters2016-01-291-6/+0
* egl: implement selecting opengl3 contextsMatthew Waters2016-01-291-0/+6
* glcontext: implement checking whether a context has been sharedMatthew Waters2016-01-071-23/+61
* glcontext: Add some debug output when the GL thread is actually runningSebastian Dröge2015-12-281-0/+1
* glcontext: Signal context creation from inside the context loop and use g_thr...Sebastian Dröge2015-12-211-24/+13
* gl: fix usage of string.h and stdio.h functions without including the headersMatthew Waters2015-10-211-2/+4
* gl: be consistent in gobject boilerpateMatthew Waters2015-10-191-22/+22
* gl: move debugging related functions to their own fileMatthew Waters2015-10-021-150/+4
* glcontext: fixup strstr lengths so we don't overrunMatthew Waters2015-09-301-5/+4
* gtk, qt, gl: fix typo in debug and error messagesTim-Philipp Müller2015-08-311-1/+1
* glcontext: add specific error message when missing GL_SHADING_LANGUAGE_VERSIONJustin Kim2015-08-211-2/+7
* glcontext: pass display to implentation's _new()Matthew Waters2015-07-271-5/+5
* gl: move GL_NUM_EXTENSIONS definition after gl.hJulien Isorce2015-07-241-4/+4
* glcontext: fix get_current_gl_api on x11/nvidia driversMatthew Waters2015-07-181-5/+10
* glcontext: consolidate get_proc_address function definitionMatthew Waters2015-07-181-12/+31
* glcontext: track sharedness with a cookieMatthew Waters2015-07-181-48/+39
* glcontext: use the debug object variant for completenessMatthew Waters2015-07-181-2/+3
* gl: initialize output params to 0 before calling gl functionsJulien Isorce2015-07-021-1/+2
* glcontext: move display from privJulien Isorce2015-06-191-8/+6
* Revert "glcontext: add gst_gl_context_set_display helper"Julien Isorce2015-06-191-19/+0
* gl: OES_vertex_array_object is improperly implemented on PowerVR SGX 544MPSebastian Dröge2015-06-101-0/+12
* Fix a common typo: retreive -> retrieveThiago Santos2015-06-051-3/+3
* glcontext: initialize debug in class_initJulien Isorce2015-05-271-0/+4
* glcontext: add gst_gl_context_set_display helperJulien Isorce2015-05-271-0/+19
* glcontext: require a shader version to initialize.Matthew Waters2015-05-211-1/+2
* glcontext: propagate the version/extension failure upwardsMatthew Waters2015-05-131-1/+4
* gldisplay: synchronize the searching and creation of GstGLContext'sMatthew Waters2015-04-211-1/+1
* gl/docs: update some doc commentsMatthew Waters2015-03-181-1/+0
* glcontext: store the thread current contextMatthew Waters2015-03-121-2/+24
* gl: Add/Update more debug statementsEdward Hervey2015-02-121-18/+44
* glcontext: allow wrapped contexts to be utilised like non-wrapped contextsMatthew Waters2015-01-131-59/+105