Matthew Waters
|
3dfc6899ad
|
gl: be consistent in gobject boilerpate
GST_GL_IS_* vs GST_IS_GL_*
git grep -l 'GST_GL_IS_' | xargs sed -i 's/GST_GL_IS_/GST_IS_GL_/g'
|
2015-10-19 15:15:30 +11:00 |
|
Matthew Waters
|
dbcae77e02
|
glcontext: pass display to implentation's _new()
This allows the context to fail creation based on incompatible
display type's. e.g. glx context with an wayland display handle.
https://bugzilla.gnome.org/show_bug.cgi?id=752743
|
2015-07-27 18:23:17 +10:00 |
|
Matthew Waters
|
74711c214d
|
glcontext: consolidate get_proc_address function definition
Pass the GstGLAPI directly.
|
2015-07-18 17:10:04 +10:00 |
|
Matthew Waters
|
567185a277
|
glcontext: add more functionality to wrapped contexts
Implements get_current_context() and get_proc_address() for wrapped
contexts.
|
2014-10-30 18:58:50 +11:00 |
|
Matthew Waters
|
81ceca1aea
|
glcontext: add api for retreiving the current context and api
that is current in the calling thread.
|
2014-10-28 17:33:20 +11:00 |
|
Matthew Waters
|
95c08c2ee2
|
[794/906] context: add subclasses for the different platforms (egl, glx, wgl, etc)
- most code taken from the Window subclasses
- tested combinations: xEGL, GLX, Wayland+EGL, Cocoa (under GNUStep), WGL (Wine)
|
2014-03-15 18:37:01 +01:00 |
|