summaryrefslogtreecommitdiff
path: root/gst-libs/gst/gl/gstglcontext.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* glcontext: try cgl before glxJulien Isorce2014-12-031-4/+4
* glcontext: require GL_ARB_ES2_compatibility for opengl3Matthew Waters2014-11-301-0/+9
* gldisplay: implement runtime GL api filteringMatthew Waters2014-11-281-18/+40
* glcontext: Fix unused variable warning by moving declaration where it is actu...Ramprakash Jelari2014-11-241-3/+2
* glcontext: build errors when GST_GL_HAVE_OPENGL is 0Vineeth T M2014-11-171-0/+6
* glcontext: fail context creation if glGetString returns NULLMatthew Waters2014-11-061-0/+6
* gl: sprinkle some Since markersMatthew Waters2014-10-311-1/+37
* glcontext: add more functionality to wrapped contextsMatthew Waters2014-10-301-0/+34
* glcontext: add api for retreiving the current context and apiMatthew Waters2014-10-281-8/+161
* glcontext: Initialize variableEdward Hervey2014-09-291-1/+1
* glcontext: fixup error in sharegroup commentMatthew Waters2014-09-291-1/+1
* glcontext: detect the sharegroup case where the context are in different chainsMatthew Waters2014-09-291-5/+31
* glcontext: add gst_gl_context_can_shareMatthew Waters2014-09-231-3/+53
* gl: Let gst_gl_context_get_thread() return a new reference to the GThreadSebastian Dröge2014-09-221-1/+3
* gl: add since markers for new APITim-Philipp Müller2014-09-211-0/+2
* glcontext: add API to retreive the thread that context is active inMatthew Waters2014-09-211-0/+24
* gl: Add GSTGLAPI macro to the debug callback functionWang Xin-yu (王昕宇)2014-08-281-1/+1
* glcontext: implement the debug callbackMatthew Waters2014-08-201-0/+160
* glcontext: add a destroy functionMatthew Waters2014-07-311-0/+21
* glcontext: Handle (unlikely) NULL return of gl->GetString (GL_VERSION) more g...Sebastian Dröge2014-06-021-9/+13
* glcontext: fix up assertionMatthew Waters2014-05-301-1/+1
* glcontext: check for GLES versionsMatthew Waters2014-05-301-55/+15
* gl/context: add check_gl_versionMatthew Waters2014-05-301-0/+31
* glcontext: Try GLX support before EGL supportEdward Hervey2014-05-291-4/+4
* glcontext: Try to open lib{EGL|GL|GLESv2}.so.1 before lib{EGL|GL|GLESv2}Edward Hervey2014-05-291-8/+11
* gl: rename platform cocoa to cglJulien Isorce2014-05-271-3/+3
* gl/context: add gl extension checking to check_feature()Matthew Waters2014-05-221-3/+13
* gl/context: add generic feature checkingMatthew Waters2014-05-201-0/+25