gl: rename platform cocoa to cgl
[platform/upstream/gstreamer.git] / gst-libs / gst / gl / gstglcontext.c
2017-12-09 Julien Isorcegl: rename platform cocoa to cgl
2017-12-09 Matthew Watersgl/context: add gl extension checking to check_feature()
2017-12-09 Matthew Watersgl/context: add generic feature checking
2017-12-09 Sebastian Drögeglcontext: Add more assertions to make sure that everyt...
2017-12-09 Matthew Watersgl: make all GObjects inherit from GstObject
2017-12-09 Matthew Watersgl/display: clean up pre gstglcontext api and struct...
2017-12-09 Sebastian Drögegl: Try harder to load symbols from the correct place
2017-12-09 Nicolas Dufresnegl: no need to provide full lib path to load symbols
2017-12-09 Matthew Watersgl/context: output available extensions
2017-12-09 Matthew Watersgl/context: provide get_gl_version
2017-12-09 Sebastian Drögegl: Add support for iOS EAGL platform
2017-12-09 Matthew Watersgl: fix detection of extensions with GL versions < 3
2017-12-09 Julien Isorcegl: fix crash if _build_extension_string is not called
2017-12-09 Julien Isorcegl: fallback to glGetString if GL_NUM_EXTENSIONS fails
2017-12-09 Matthew Watersgl: define GL_NUM_EXTENSIONS if not defined
2017-12-09 Matthew Watersgl: silence all the compiler warnings
2017-12-09 Matthew Waters[902/906] context: implement glGetStringi handling...
2017-12-09 Matthew Waters[895/906] context: call window_class->close last
2017-12-09 Matthew Waters[892/906] silence a compiler warning on older gcc versi...
2017-12-09 Matthew Waters[891/906] context: add support for wrapping external...
2017-12-09 Matthew Waters[883/906] api: provide from_string()
2017-12-09 Matthew Waters[856/906] context: document it
2017-12-09 Julien Isorce[841/906] osx: allow x11/glx backend and set default...
2017-12-09 Julien Isorce[833/906] gstglcontext: initialize window to NULL
2017-12-09 Matthew Waters[828/906] context: refcount the display
2017-12-09 Matthew Waters[824/906] android: Build fixes
2017-12-09 Matthew Waters[818/906] window: add send_message_async vmethod
2017-12-09 Matthew Waters[815/906] fix some refcount errors
2017-12-09 Matthew Waters[812/906] move the GL vtable from GstGLDisplay to GstGL...
2017-12-09 Julien Isorce[804/906] rpi: call bcm_host_init in plugin_init
2017-12-09 Julien Isorce[803/906] raspberrypi: add support for dispmanx
2017-12-09 Matthew Waters[801/906] context: Reimplement GL context sharing
2017-12-09 Matthew Waters[796/906] move egl into its own directory
2017-12-09 Matthew Waters[794/906] context: add subclasses for the different...
2017-12-09 Matthew Waters[793/906] add a GstGLContext object that will be the...