summaryrefslogtreecommitdiff
path: root/tests/examples/gl
Commit message (Expand)AuthorAgeFilesLines
* tests: example: Add missing glx_dep when building sdlshareNicolas Dufresne2021-07-151-2/+2
* examples/qt/textureshare: add explicit dep on glx_depMatthew Waters2021-07-131-1/+1
* opengl: Silence macOS OpenGL deprecationsDoug Nazar2021-04-242-0/+8
* gl/examples: fix recordgraphic exampleMatthew Waters2021-01-221-15/+34
* examples/gl/gtk: Add missing dependency on gstglJan Alexander Steffens (heftig)2020-10-101-2/+2
* meson: Add a qt5 featureNicolas Dufresne2020-09-151-0/+4
* Add required dependencies of cocoa GL example for linking.Josh Matthews2020-08-101-2/+3
* gl: move each gl platform specific API to its own girGuillaume Desmottes2020-08-068-8/+8
* examples/gl/qt: silence compiler warningsMatthew Waters2020-07-1411-8/+48
* examples/gl/qt: Don't include GL/glx.h unconditionallySeungha Yang2020-07-071-2/+1
* gl/examples/qt: hook up to meson buildMatthew Waters2020-06-1213-483/+93
* tests: Remove deprecated GTimeValOlivier Crête2019-12-182-10/+10
* Remove autotools build systemTim-Philipp Müller2019-10-1328-226/+0
* base: Avoid usage of deprecated APIEdward Hervey2019-10-114-23/+23
* examples/gl/sdlshare: port to OpenGL 3.0 core profileMatthew Waters2019-10-031-65/+259
* examples/sdlshare: Map video frames as early as possible and wait via GL sync...Sebastian Dröge2019-09-301-44/+83
* examples/sdlshare: Initialize GL as part of the event loopSebastian Dröge2019-09-301-4/+9
* examples/sdlshare: Activate and initialize our wrapped GL contextSebastian Dröge2019-09-302-13/+25
* examples/sdlshare: Call gst_init() a bit earlier in main()Sebastian Dröge2019-09-302-3/+4
* examples/sdlshare: Create an OpenGL context for OpenGL 2.0Sebastian Dröge2019-09-302-0/+6
* examples/sdlshare: Switch from a GLib main loop to a normal SDL event loopSebastian Dröge2019-09-301-74/+91
* examples/sdlshare: Port to SDL2Sebastian Dröge2019-09-303-106/+75
* examples/sdlshare: Move from a fakesink to an appsinkSebastian Dröge2019-09-301-14/+28
* examples/sdlshare: Store buffer queues and loop in a global variableSebastian Dröge2019-09-301-27/+8
* examples/sdlshare: Bus sync handlers return no valueSebastian Dröge2019-09-302-8/+2
* examples/sdlshare: Fix various memory leaksSebastian Dröge2019-09-302-2/+16
* examples/gl/sdl: only build on glx/wgl systemsMatthew Waters2019-04-041-1/+6
* examples/gl/gtk: Fix build on macOSPhilippe Normand2018-12-272-5/+7
* examples/gl: Cocoa example Meson build definitionsPhilippe Normand2018-12-262-1/+9
* tests: examples: gl: gtk: Disabled on MacOS XJustin Kim2018-12-141-0/+4
* examples: gl: generic: recordgraphic: Use gst/gl/gstglfuncs.hJustin Kim2018-12-141-4/+1
* Disable gl examples when we don't have OpenGLXavier Claessens2018-11-211-4/+4
* examples: gl: remove bitrotten clutter examplesTim-Philipp Müller2018-10-079-951/+1
* gl: Rename GST_TYPE_GL_STEREO_DOWNMIX GType macro everywhereSebastian Dröge2018-10-031-5/+3
* gl: Generate enum GTypes via glib-mkenumsSebastian Dröge2018-10-031-1/+1
* examples: gl: generic: recordgraphic: fix build with MSVCTim-Philipp Müller2018-09-191-0/+3
* meson: add clutter gl examples to Meson buildTim-Philipp Müller2018-09-192-4/+23
* examples: gl: remove old and broken vs solution filesTim-Philipp Müller2018-09-197-187/+1
* meson: add generic gl examples to Meson buildTim-Philipp Müller2018-09-196-1/+26
* meson: Add feature options for all pluginsNirbheek Chauhan2018-07-271-1/+1
* meson: gl/gtk tests: Add video_dep to the helperNicolas Dufresne2018-07-215-7/+7
* meson: examples: fix wrong keyword for gtk examplesTim-Philipp Müller2018-07-211-1/+1
* meson: Build gl/gtk examplesNicolas Dufresne2018-07-207-1/+56
* examples: gl: subdirs can be built independently in parallelTim-Philipp Müller2018-05-131-0/+2
* examples: gl: sdl: link to the right in-tree libgstvideoPierre Labastie2018-05-131-2/+2
* examples: Disable a specific warningEdward Hervey2018-05-114-4/+4
* gl: hook up to build systemTim-Philipp Müller2017-12-1915-64/+73
* gl: examples: fix c++ code for -Wreturn-aggregateTim-Philipp Müller2017-12-193-9/+7
* gl: remove GST_USE_UNSTABLE_API bitsTim-Philipp Müller2017-12-192-8/+2
* sdlshare: Destroy GL backend buffer before the GL ContextNicolas Dufresne2017-12-091-9/+9