tests/gl: add test for GL context removal
[platform/upstream/gst-plugins-base.git] / tests / check / libs / gstglcontext.c
2020-05-08 Matthew Waterstests/gl: add test for GL context removal
2019-01-16 Sebastian Drögegl: Only unbind buffers/vertex attrib arrays if we...
2018-12-28 Tim-Philipp MüllerMove GstVideoAggregator, compositor and OpenGL mixers...
2018-02-13 Tim-Philipp Mülleraudioaggregator, audiomixer, audiointerleave: move...
2017-12-19 Tim-Philipp MüllerMove OpenGL library and plugin from -bad
2017-12-09 Matthew Watersgl/checks: fix build
2017-12-09 Julien Isorcegl: do not include GL headers in public gstgl headers
2017-12-09 Matthew Watersgl: GL_ARRAY_BUFFER is not a part of VAO state
2017-12-09 Matthew Watersgl/format: use our own GL format enum's instead of...
2017-12-09 Matthew Watersgl/tests: don't use the default framebuffer
2017-12-09 Matthew Watersglframebuffer: rewrite for a more consistent API
2017-12-09 Matthew Watersglmemory: add the texture type to allocate to parameters
2017-12-09 Matthew Waterstests/glcontext: update test for gen,del_texture removal
2017-12-09 Matthew Watersgldisplay: make readding the same context a no-op
2017-12-09 Matthew Watersglcontext: implement checking whether a context has...
2017-12-09 Matthew Watersgl/tests: port glcontext test to opengl
2017-12-09 Matthew Watersglshader: port to using GstGLSLStage objects for string...
2017-12-09 Matthew Waterstests/glcontext: fix INVALID_ENUM GL error in test
2017-12-09 Matthew Watersglcontext: fix get_current_gl_api on x11/nvidia drivers
2017-12-09 Matthew Watersglcontext: track sharedness with a cookie
2017-12-09 Matthew Waterstests/gl: fix typo
2017-12-09 Matthew Watersgl: remove useless gl{En,Dis}able (GL_TEXTURE_*) calls
2017-12-09 Matthew Watersgl/tests: fix deadlock on glcontext wrapped context...
2017-12-09 hoonhee.leetests: glcontext: remove unnecessary semicolon
2017-12-09 Matthew Watersgl/tests: update glwindow api change
2017-12-09 Matthew Watersglcontext: allow wrapped contexts to be utilised like...
2017-12-09 Matthew Watersglcontext: add api for retreiving the current context...
2017-12-09 Sebastian Drögeglcontext: Fix memory leaks in unit test
2017-12-09 Matthew Watersgl: silence all the compiler warnings
2017-12-09 Matthew Waters[900/906] tests/gstglcontext: reduce the number of...
2017-12-09 Matthew Waters[891/906] context: add support for wrapping external...
2017-12-09 Matthew Waters[878/906] tests: update for glmem api change
2017-12-09 Matthew Waters[853/906] display: remove _{set,get}_context
2017-12-09 Matthew Waters[838/906] gl: Use GL_TEXTURE_2D instead of GL_TEXTURE_R...
2017-12-09 Julien Isorce[821/906] tests: fix test_share on GLESv2
2017-12-09 Matthew Waters[812/906] move the GL vtable from GstGLDisplay to GstGL...
2017-12-09 Julien Isorce[809/906] tests: port test_share to GLES2
2017-12-09 Matthew Waters[802/906] add GstGLContext test that tests context...