glcontext: fix get_current_gl_api() on win32
[platform/upstream/gstreamer.git] / gst-libs / gst / gl / gstglcontext.c
2016-06-21 Matthew Watersglcontext: fix get_current_gl_api() on win32
2016-03-31 Matthew Watersgl: add support for building against GLES3 headers
2016-02-25 Matthew Watersglcontext: add a method to add a context to another...
2016-02-16 Matthew Watersglcontext: don't enable GL debug for messages that...
2016-02-10 Alessandro Decinagstglcontext: micro optimization to gst_gl_context_thre...
2016-01-29 Matthew Watersglcontext: back out unintended lost_context changes
2016-01-29 Matthew Watersegl: implement selecting opengl3 contexts
2016-01-07 Matthew Watersglcontext: implement checking whether a context has...
2015-12-28 Sebastian Drögeglcontext: Add some debug output when the GL thread...
2015-12-21 Sebastian Drögeglcontext: Signal context creation from inside the...
2015-10-20 Matthew Watersgl: fix usage of string.h and stdio.h functions without...
2015-10-19 Matthew Watersgl: be consistent in gobject boilerpate
2015-10-01 Matthew Watersgl: move debugging related functions to their own file
2015-09-30 Matthew Watersglcontext: fixup strstr lengths so we don't overrun
2015-08-31 Tim-Philipp Müllergtk, qt, gl: fix typo in debug and error messages
2015-08-21 Justin Kimglcontext: add specific error message when missing...
2015-07-27 Matthew Watersglcontext: pass display to implentation's _new()
2015-07-23 Julien Isorcegl: move GL_NUM_EXTENSIONS definition after gl.h
2015-07-18 Matthew Watersglcontext: fix get_current_gl_api on x11/nvidia drivers
2015-07-18 Matthew Watersglcontext: consolidate get_proc_address function definition
2015-07-18 Matthew Watersglcontext: track sharedness with a cookie
2015-07-18 Matthew Watersglcontext: use the debug object variant for completeness
2015-07-02 Julien Isorcegl: initialize output params to 0 before calling gl...
2015-06-19 Julien Isorceglcontext: move display from priv
2015-06-19 Julien IsorceRevert "glcontext: add gst_gl_context_set_display helper"
2015-06-10 Sebastian Drögegl: OES_vertex_array_object is improperly implemented...
2015-06-05 Thiago SantosFix a common typo: retreive -> retrieve
2015-05-27 Julien Isorceglcontext: initialize debug in class_init
2015-05-27 Julien Isorceglcontext: add gst_gl_context_set_display helper
2015-05-21 Matthew Watersglcontext: require a shader version to initialize.
2015-05-13 Matthew Watersglcontext: propagate the version/extension failure...
2015-04-21 Matthew Watersgldisplay: synchronize the searching and creation of...
2015-03-18 Matthew Watersgl/docs: update some doc comments
2015-03-12 Matthew Watersglcontext: store the thread current context
2015-02-12 Edward Herveygl: Add/Update more debug statements
2015-01-13 Matthew Watersglcontext: allow wrapped contexts to be utilised like...
2014-12-03 Julien Isorceglcontext: try cgl before glx
2014-11-29 Matthew Watersglcontext: require GL_ARB_ES2_compatibility for opengl3
2014-11-27 Matthew Watersgldisplay: implement runtime GL api filtering
2014-11-24 Ramprakash Jelariglcontext: Fix unused variable warning by moving declar...
2014-11-17 Vineeth T Mglcontext: build errors when GST_GL_HAVE_OPENGL is 0
2014-11-06 Matthew Watersglcontext: fail context creation if glGetString returns...
2014-10-31 Matthew Watersgl: sprinkle some Since markers
2014-10-30 Matthew Watersglcontext: add more functionality to wrapped contexts
2014-10-28 Matthew Watersglcontext: add api for retreiving the current context...
2014-09-29 Edward Herveyglcontext: Initialize variable
2014-09-28 Matthew Watersglcontext: fixup error in sharegroup comment
2014-09-28 Matthew Watersglcontext: detect the sharegroup case where the context...
2014-09-23 Matthew Watersglcontext: add gst_gl_context_can_share
2014-09-22 Sebastian Drögegl: Let gst_gl_context_get_thread() return a new refere...
2014-09-21 Tim-Philipp Müllergl: add since markers for new API
2014-09-21 Matthew Watersglcontext: add API to retreive the thread that context...
2014-08-28 Wang Xin-yu (王昕宇)gl: Add GSTGLAPI macro to the debug callback function
2014-08-20 Matthew Watersglcontext: implement the debug callback
2014-07-31 Matthew Watersglcontext: add a destroy function
2014-06-02 Sebastian Drögeglcontext: Handle (unlikely) NULL return of gl->GetStri...
2014-05-30 Matthew Watersglcontext: fix up assertion
2014-05-30 Matthew Watersglcontext: check for GLES versions
2014-05-30 Matthew Watersgl/context: add check_gl_version
2014-05-29 Edward Herveyglcontext: Try GLX support before EGL support
2014-05-29 Edward Herveyglcontext: Try to open lib{EGL|GL|GLESv2}.so.1 before...
2014-05-27 Julien Isorcegl: rename platform cocoa to cgl
2014-05-22 Matthew Watersgl/context: add gl extension checking to check_feature()
2014-05-20 Matthew Watersgl/context: add generic feature checking
2014-05-19 Sebastian Drögeglcontext: Add more assertions to make sure that everyt...
2014-05-08 Matthew Watersgl: make all GObjects inherit from GstObject
2014-05-06 Matthew Watersgl/display: clean up pre gstglcontext api and struct...
2014-05-01 Sebastian Drögegl: Try harder to load symbols from the correct place
2014-04-30 Nicolas Dufresnegl: no need to provide full lib path to load symbols
2014-04-13 Matthew Watersgl/context: output available extensions
2014-04-13 Matthew Watersgl/context: provide get_gl_version
2014-04-12 Sebastian Drögegl: Add support for iOS EAGL platform
2014-04-01 Matthew Watersgl: fix detection of extensions with GL versions < 3
2014-03-26 Julien Isorcegl: fix crash if _build_extension_string is not called
2014-03-23 Julien Isorcegl: fallback to glGetString if GL_NUM_EXTENSIONS fails
2014-03-16 Matthew Watersgl: define GL_NUM_EXTENSIONS if not defined
2014-03-16 Matthew Watersgl: silence all the compiler warnings
2014-03-15 Matthew Waters[902/906] context: implement glGetStringi handling...
2014-03-15 Matthew Waters[895/906] context: call window_class->close last
2014-03-15 Matthew Waters[892/906] silence a compiler warning on older gcc versi...
2014-03-15 Matthew Waters[891/906] context: add support for wrapping external...
2014-03-15 Matthew Waters[883/906] api: provide from_string()
2014-03-15 Matthew Waters[856/906] context: document it
2014-03-15 Julien Isorce[841/906] osx: allow x11/glx backend and set default...
2014-03-15 Julien Isorce[833/906] gstglcontext: initialize window to NULL
2014-03-15 Matthew Waters[828/906] context: refcount the display
2014-03-15 Matthew Waters[824/906] android: Build fixes
2014-03-15 Matthew Waters[818/906] window: add send_message_async vmethod
2014-03-15 Matthew Waters[815/906] fix some refcount errors
2014-03-15 Matthew Waters[812/906] move the GL vtable from GstGLDisplay to GstGL...
2014-03-15 Julien Isorce[804/906] rpi: call bcm_host_init in plugin_init
2014-03-15 Julien Isorce[803/906] raspberrypi: add support for dispmanx
2014-03-15 Matthew Waters[801/906] context: Reimplement GL context sharing
2014-03-15 Matthew Waters[796/906] move egl into its own directory
2014-03-15 Matthew Waters[794/906] context: add subclasses for the different...
2014-03-15 Matthew Waters[793/906] add a GstGLContext object that will be the...