summaryrefslogtreecommitdiff
path: root/gst-libs/gst/gl/wayland
Commit message (Expand)AuthorAgeFilesLines
* glwindow: add API to request a resize event on the next drawMatthew Waters2015-09-171-2/+10
* wayland: fail window open if the display is the correct typeMatthew Waters2015-07-271-1/+9
* glwindow: pass display to implementation's _new()Matthew Waters2015-07-272-8/+9
* Fix a common typo: retreive -> retrieveThiago Santos2015-06-051-1/+1
* gl/window: use the default main loop implementation for all backendsMatthew Waters2015-06-042-93/+6
* gl: Fix compiler warningSebastian Dröge2015-05-311-17/+0
* gl/wayland: implement setting the render rectangleMatthew Waters2015-05-312-12/+66
* gl/wayland: don't block the event loop after pollMatthew Waters2015-05-311-2/+2
* gl/wayland: implement basic video overlay support via subsurfacesMatthew Waters2015-05-314-42/+156
* gl/wayland: allow a NULL wl_event_queueMatthew Waters2015-05-311-4/+12
* gl/wayland: run each window on a separate queueMatthew Waters2015-05-314-5/+54
* gl/wayland: remove dead event source codeMatthew Waters2015-05-251-15/+2
* gl/wayland: add GstGLDisplayWaylandMatthew Waters2015-05-254-73/+249
* gl/window: create the main loop/context on init/finalizeMatthew Waters2015-03-111-9/+21
* glwindow: remove width/height from _draw()Matthew Waters2015-01-231-18/+4
* gl/wayland: implement resizing the window using the right mouse buttonMatthew Waters2014-11-272-12/+51
* gl: fix out-of-source builds.Gwenole Beauchesne2014-03-241-0/+1
* gl: remove explicit reference to X_CFLAGSMatthew Waters2014-03-241-1/+0
* gl: keep only one occurence of '#include <EGL/egl.h>'Julien Isorce2014-03-191-2/+0
* [862/906] window: remove set_need_lockMatthew Waters2014-03-151-2/+0
* [823/906] wayland_egl: make the wayland backend actually work on Raspberry PiJulien Isorce2014-03-151-9/+29
* [818/906] window: add send_message_async vmethodMatthew Waters2014-03-151-28/+18
* [796/906] move egl into its own directoryMatthew Waters2014-03-151-1/+0
* [794/906] context: add subclasses for the different platforms (egl, glx, wgl,...Matthew Waters2014-03-152-107/+28
* [793/906] add a GstGLContext object that will be the basis of OpenGL contextsMatthew Waters2014-03-151-1/+5
* [792/906] build: use our own in tree headers before system onesMatthew Waters2014-03-151-2/+2
* [765/906] wayland: remove fullscreenMatthew Waters2014-03-151-3/+0
* [752/906] glwindow: Add destroy notifies for the data of the callbacksSebastian Dröge2014-03-151-7/+2
* [741/906] wayland: Don't leak main context and loopSebastian Dröge2014-03-151-0/+7
* [733/906] gl: Major header and include cleanupSebastian Dröge2014-03-152-7/+4
* [727/906] egl: Refactor EGL logic into a helper objectSebastian Dröge2014-03-152-212/+30
* [724/906] wayland: make reentrantMatthew Waters2014-03-151-2/+2
* [716/906] wayland: properly choose EGL_RENDERABLE_TYPEMatthew Waters2014-03-151-23/+46
* [712/906] wayland: shutdown properlyMatthew Waters2014-03-151-10/+6
* [711/906] wayland: support choosing Desktop GL as the apiMatthew Waters2014-03-152-5/+43
* [695/906] build: remove libtool warning about -version-info not used in conve...Matthew Waters2014-03-151-2/+1
* [669/906] window: seperate object creation and context creationMatthew Waters2014-03-152-44/+48
* [639/906] add get_proc_address implementations for egl and glxMatthew Waters2014-03-151-4/+19
* [634/906] wayland egl: deactivate context before we destroy itMatthew Waters2014-03-151-0/+2
* [629/906] window: add GError for error handling of context creationMatthew Waters2014-03-152-18/+39
* [623/906] move GL includes into a single fileMatthew Waters2014-03-151-0/+1
* [621/906] GstGLRendererAPI => GstGLAPI and get GstGLAPI from a windowMatthew Waters2014-03-152-8/+14
* [620/906] wayland_egl: attempt at resizing the videoMatthew Waters2014-03-152-41/+151
* [618/906] add wayland-egl window backendMatthew Waters2014-03-155-0/+847