glwindow: pass display to implementation's _new()
[platform/upstream/gstreamer.git] / gst-libs / gst / gl / wayland / gstglwindow_wayland_egl.c
2017-12-09 Matthew Watersglwindow: pass display to implementation's _new()
2017-12-09 Thiago SantosFix a common typo: retreive -> retrieve
2017-12-09 Matthew Watersgl/window: use the default main loop implementation...
2017-12-09 Sebastian Drögegl: Fix compiler warning
2017-12-09 Matthew Watersgl/wayland: implement setting the render rectangle
2017-12-09 Matthew Watersgl/wayland: implement basic video overlay support via...
2017-12-09 Matthew Watersgl/wayland: run each window on a separate queue
2017-12-09 Matthew Watersgl/wayland: add GstGLDisplayWayland
2017-12-09 Matthew Watersgl/window: create the main loop/context on init/finalize
2017-12-09 Matthew Watersglwindow: remove width/height from _draw()
2017-12-09 Matthew Watersgl/wayland: implement resizing the window using the...
2017-12-09 Matthew Waters[862/906] window: remove set_need_lock
2017-12-09 Julien Isorce[823/906] wayland_egl: make the wayland backend actuall...
2017-12-09 Matthew Waters[818/906] window: add send_message_async vmethod
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...
2017-12-09 Matthew Waters[765/906] wayland: remove fullscreen
2017-12-09 Sebastian Dröge[752/906] glwindow: Add destroy notifies for the data...
2017-12-09 Sebastian Dröge[741/906] wayland: Don't leak main context and loop
2017-12-09 Sebastian Dröge[727/906] egl: Refactor EGL logic into a helper object
2017-12-09 Matthew Waters[724/906] wayland: make reentrant
2017-12-09 Matthew Waters[716/906] wayland: properly choose EGL_RENDERABLE_TYPE
2017-12-09 Matthew Waters[712/906] wayland: shutdown properly
2017-12-09 Matthew Waters[711/906] wayland: support choosing Desktop GL as the api
2017-12-09 Matthew Waters[669/906] window: seperate object creation and context...
2017-12-09 Matthew Waters[639/906] add get_proc_address implementations for...
2017-12-09 Matthew Waters[634/906] wayland egl: deactivate context before we...
2017-12-09 Matthew Waters[629/906] window: add GError for error handling of...
2017-12-09 Matthew Waters[621/906] GstGLRendererAPI => GstGLAPI and get GstGLAPI...
2017-12-09 Matthew Waters[620/906] wayland_egl: attempt at resizing the video
2017-12-09 Matthew Waters[618/906] add wayland-egl window backend