summaryrefslogtreecommitdiff
path: root/gst-libs/gst/gl/gstglcontext.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* glcontext: Add more assertions to make sure that everything sets the GError d...Sebastian Dröge2014-05-191-2/+6
* gl: make all GObjects inherit from GstObjectMatthew Waters2014-05-081-1/+1
* gl/display: clean up pre gstglcontext api and struct fieldsMatthew Waters2014-05-061-16/+7
* gl: Try harder to load symbols from the correct placeSebastian Dröge2014-05-011-35/+71
* gl: no need to provide full lib path to load symbolsNicolas Dufresne2014-04-301-21/+19
* gl/context: output available extensionsMatthew Waters2014-04-131-0/+2
* gl/context: provide get_gl_versionMatthew Waters2014-04-131-8/+35
* gl: Add support for iOS EAGL platformSebastian Dröge2014-04-121-0/+7
* gl: fix detection of extensions with GL versions < 3Matthew Waters2014-04-011-1/+1
* gl: fix crash if _build_extension_string is not calledJulien Isorce2014-03-261-1/+1
* gl: fallback to glGetString if GL_NUM_EXTENSIONS failsJulien Isorce2014-03-231-9/+23
* gl: define GL_NUM_EXTENSIONS if not definedMatthew Waters2014-03-161-0/+4
* gl: silence all the compiler warningsMatthew Waters2014-03-161-12/+2
* [902/906] context: implement glGetStringi handling for GL core contexts/GLES3Matthew Waters2014-03-151-3/+27
* [895/906] context: call window_class->close lastMatthew Waters2014-03-151-4/+6
* [892/906] silence a compiler warning on older gcc versions (4.6)Matthew Waters2014-03-151-1/+1
* [891/906] context: add support for wrapping external contextsMatthew Waters2014-03-151-35/+195
* [883/906] api: provide from_string()Matthew Waters2014-03-151-41/+4
* [856/906] context: document itMatthew Waters2014-03-151-1/+113
* [841/906] osx: allow x11/glx backend and set default runtime to cocoa/nsglJulien Isorce2014-03-151-5/+4