glcontext: add api for retreiving the current context and api
authorMatthew Waters <matthew@centricular.com>
Tue, 28 Oct 2014 06:31:37 +0000 (17:31 +1100)
committerTim-Philipp Müller <tim@centricular.com>
Sat, 9 Dec 2017 19:31:48 +0000 (19:31 +0000)
commitbe5d0d81e41500132415cc28b6031bbdfb961ecb
treededea9213556d338e33bffd0ce5f55ba1dfbce82
parent91a7bd0d9a8249d57fbf2d1fe99e513d2ae8a75b
glcontext: add api for retreiving the current context and api

that is current in the calling thread.
13 files changed:
gst-libs/gst/gl/cocoa/gstglcontext_cocoa.h
gst-libs/gst/gl/cocoa/gstglcontext_cocoa.m
gst-libs/gst/gl/eagl/gstglcontext_eagl.h
gst-libs/gst/gl/eagl/gstglcontext_eagl.m
gst-libs/gst/gl/egl/gstglcontext_egl.c
gst-libs/gst/gl/egl/gstglcontext_egl.h
gst-libs/gst/gl/gstglcontext.c
gst-libs/gst/gl/gstglcontext.h
gst-libs/gst/gl/win32/gstglcontext_wgl.c
gst-libs/gst/gl/win32/gstglcontext_wgl.h
gst-libs/gst/gl/x11/gstglcontext_glx.c
gst-libs/gst/gl/x11/gstglcontext_glx.h
tests/check/libs/gstglcontext.c