gl/examples: move to -bad
authorMatthew Waters <ystreet00@gmail.com>
Tue, 29 Apr 2014 06:38:55 +0000 (16:38 +1000)
committerTim-Philipp Müller <tim@centricular.com>
Sat, 9 Dec 2017 19:31:38 +0000 (19:31 +0000)
commit05bfd277a8058648660db47f102a313565f1089d
treea42f09b4e94cc7a97e43aad0cd4fb9011153221a
parentd31247253d03b58fc0fc7b749bf18c9dde8cd90c
gl/examples: move to -bad

- fix all the compiler errors
- give them their own gl directory
112 files changed:
tests/examples/gl/Makefile.am [new file with mode: 0644]
tests/examples/gl/clutter/.gitignore [new file with mode: 0644]
tests/examples/gl/clutter/Makefile.am [new file with mode: 0644]
tests/examples/gl/clutter/clutteractor.c [new file with mode: 0644]
tests/examples/gl/clutter/clutteractortee.c [new file with mode: 0644]
tests/examples/gl/clutter/cluttershare.c [new file with mode: 0644]
tests/examples/gl/clutter/cluttershare.cbp [new file with mode: 0644]
tests/examples/gl/cocoa/Makefile.am [new file with mode: 0755]
tests/examples/gl/cocoa/README [new file with mode: 0644]
tests/examples/gl/cocoa/videooverlay/.gitignore [new file with mode: 0644]
tests/examples/gl/cocoa/videooverlay/Makefile.am [new file with mode: 0755]
tests/examples/gl/cocoa/videooverlay/main.m [new file with mode: 0755]
tests/examples/gl/generic/Makefile.am [new file with mode: 0644]
tests/examples/gl/generic/README [new file with mode: 0644]
tests/examples/gl/generic/cube/.gitignore [new file with mode: 0644]
tests/examples/gl/generic/cube/Makefile.am [new file with mode: 0644]
tests/examples/gl/generic/cube/cube.vcproj [new file with mode: 0644]
tests/examples/gl/generic/cube/main.cpp [new file with mode: 0644]
tests/examples/gl/generic/cubeyuv/.gitignore [new file with mode: 0644]
tests/examples/gl/generic/cubeyuv/Makefile.am [new file with mode: 0644]
tests/examples/gl/generic/cubeyuv/cubeyuv.vcproj [new file with mode: 0644]
tests/examples/gl/generic/cubeyuv/main.cpp [new file with mode: 0644]
tests/examples/gl/generic/doublecube/.gitignore [new file with mode: 0644]
tests/examples/gl/generic/doublecube/Makefile.am [new file with mode: 0644]
tests/examples/gl/generic/doublecube/doublecube.vcproj [new file with mode: 0644]
tests/examples/gl/generic/doublecube/main.cpp [new file with mode: 0644]
tests/examples/gl/generic/generic.sln [new file with mode: 0644]
tests/examples/gl/generic/recordgraphic/.gitignore [new file with mode: 0644]
tests/examples/gl/generic/recordgraphic/Makefile.am [new file with mode: 0644]
tests/examples/gl/generic/recordgraphic/main.cpp [new file with mode: 0644]
tests/examples/gl/generic/recordgraphic/recordgraphic.vcproj [new file with mode: 0644]
tests/examples/gl/gtk/Makefile.am [new file with mode: 0644]
tests/examples/gl/gtk/README [new file with mode: 0644]
tests/examples/gl/gtk/filternovideooverlay/.gitignore [new file with mode: 0644]
tests/examples/gl/gtk/filternovideooverlay/Makefile.am [new file with mode: 0644]
tests/examples/gl/gtk/filternovideooverlay/filternovideooverlay.vcproj [new file with mode: 0644]
tests/examples/gl/gtk/filternovideooverlay/main.cpp [new file with mode: 0644]
tests/examples/gl/gtk/filtervideooverlay/.gitignore [new file with mode: 0644]
tests/examples/gl/gtk/filtervideooverlay/Makefile.am [new file with mode: 0644]
tests/examples/gl/gtk/filtervideooverlay/filtervideooverlay.vcproj [new file with mode: 0644]
tests/examples/gl/gtk/filtervideooverlay/main.cpp [new file with mode: 0644]
tests/examples/gl/gtk/fxtest/.gitignore [new file with mode: 0644]
tests/examples/gl/gtk/fxtest/Makefile.am [new file with mode: 0644]
tests/examples/gl/gtk/fxtest/fxtest.c [new file with mode: 0644]
tests/examples/gl/gtk/fxtest/fxtest.vcproj [new file with mode: 0644]
tests/examples/gl/gtk/fxtest/pixbufdrop.c [new file with mode: 0644]
tests/examples/gl/gtk/gstgtk.c [new file with mode: 0644]
tests/examples/gl/gtk/gstgtk.h [new file with mode: 0644]
tests/examples/gl/gtk/gtk.sln [new file with mode: 0644]
tests/examples/gl/gtk/gtkvideooverlay/.gitignore [new file with mode: 0644]
tests/examples/gl/gtk/gtkvideooverlay/Makefile.am [new file with mode: 0644]
tests/examples/gl/gtk/gtkvideooverlay/gtkvideooverlay.vcproj [new file with mode: 0644]
tests/examples/gl/gtk/gtkvideooverlay/main.cpp [new file with mode: 0644]
tests/examples/gl/gtk/pixbufdrop/pixbufdrop.vcproj [new file with mode: 0644]
tests/examples/gl/gtk/switchvideooverlay/.gitignore [new file with mode: 0644]
tests/examples/gl/gtk/switchvideooverlay/Makefile.am [new file with mode: 0644]
tests/examples/gl/gtk/switchvideooverlay/main.cpp [new file with mode: 0644]
tests/examples/gl/gtk/switchvideooverlay/switchvideooverlay.vcproj [new file with mode: 0644]
tests/examples/gl/qt/Makefile.am [new file with mode: 0644]
tests/examples/gl/qt/README [new file with mode: 0644]
tests/examples/gl/qt/mousevideooverlay/gstthread.cpp [new file with mode: 0644]
tests/examples/gl/qt/mousevideooverlay/gstthread.h [new file with mode: 0644]
tests/examples/gl/qt/mousevideooverlay/main.cpp [new file with mode: 0644]
tests/examples/gl/qt/mousevideooverlay/mousevideooverlay.pri [new file with mode: 0644]
tests/examples/gl/qt/mousevideooverlay/mousevideooverlay.pro [new file with mode: 0644]
tests/examples/gl/qt/mousevideooverlay/mousevideooverlay.sln [new file with mode: 0644]
tests/examples/gl/qt/mousevideooverlay/mousevideooverlay.vcproj [new file with mode: 0644]
tests/examples/gl/qt/mousevideooverlay/pipeline.cpp [new file with mode: 0644]
tests/examples/gl/qt/mousevideooverlay/pipeline.h [new file with mode: 0644]
tests/examples/gl/qt/mousevideooverlay/qrenderer.cpp [new file with mode: 0644]
tests/examples/gl/qt/mousevideooverlay/qrenderer.h [new file with mode: 0644]
tests/examples/gl/qt/qglwidgetvideooverlay/gstthread.cpp [new file with mode: 0644]
tests/examples/gl/qt/qglwidgetvideooverlay/gstthread.h [new file with mode: 0644]
tests/examples/gl/qt/qglwidgetvideooverlay/main.cpp [new file with mode: 0644]
tests/examples/gl/qt/qglwidgetvideooverlay/pipeline.cpp [new file with mode: 0644]
tests/examples/gl/qt/qglwidgetvideooverlay/pipeline.h [new file with mode: 0644]
tests/examples/gl/qt/qglwidgetvideooverlay/qglrenderer.cpp [new file with mode: 0644]
tests/examples/gl/qt/qglwidgetvideooverlay/qglrenderer.h [new file with mode: 0644]
tests/examples/gl/qt/qglwidgetvideooverlay/qglwidgetvideooverlay.pri [new file with mode: 0644]
tests/examples/gl/qt/qglwidgetvideooverlay/qglwidgetvideooverlay.pro [new file with mode: 0644]
tests/examples/gl/qt/qglwidgetvideooverlay/qglwidgetvideooverlay.sln [new file with mode: 0644]
tests/examples/gl/qt/qglwidgetvideooverlay/qglwidgetvideooverlay.vcproj [new file with mode: 0644]
tests/examples/gl/qt/qglwtextureshare/AsyncQueue.h [new file with mode: 0644]
tests/examples/gl/qt/qglwtextureshare/README [new file with mode: 0644]
tests/examples/gl/qt/qglwtextureshare/cocoa_utils.mm [new file with mode: 0644]
tests/examples/gl/qt/qglwtextureshare/glcontextid.h [new file with mode: 0644]
tests/examples/gl/qt/qglwtextureshare/gstthread.cpp [new file with mode: 0644]
tests/examples/gl/qt/qglwtextureshare/gstthread.h [new file with mode: 0644]
tests/examples/gl/qt/qglwtextureshare/main.cpp [new file with mode: 0644]
tests/examples/gl/qt/qglwtextureshare/moc_gstthread.cpp [new file with mode: 0644]
tests/examples/gl/qt/qglwtextureshare/moc_pipeline.cpp [new file with mode: 0644]
tests/examples/gl/qt/qglwtextureshare/moc_qglrenderer.cpp [new file with mode: 0644]
tests/examples/gl/qt/qglwtextureshare/pipeline.cpp [new file with mode: 0644]
tests/examples/gl/qt/qglwtextureshare/pipeline.h [new file with mode: 0644]
tests/examples/gl/qt/qglwtextureshare/qglrenderer.cpp [new file with mode: 0644]
tests/examples/gl/qt/qglwtextureshare/qglrenderer.h [new file with mode: 0644]
tests/examples/gl/qt/qglwtextureshare/qglwtextureshare [new file with mode: 0755]
tests/examples/gl/qt/qglwtextureshare/qglwtextureshare.pro [new file with mode: 0644]
tests/examples/gl/qt/videooverlay/Debug/videooverlay [new file with mode: 0755]
tests/examples/gl/qt/videooverlay/GeneratedFiles/debug/moc_gstthread.cpp [new file with mode: 0644]
tests/examples/gl/qt/videooverlay/GeneratedFiles/debug/moc_pipeline.cpp [new file with mode: 0644]
tests/examples/gl/qt/videooverlay/GeneratedFiles/debug/moc_qrenderer.cpp [new file with mode: 0644]
tests/examples/gl/qt/videooverlay/videooverlay.cpp [new file with mode: 0644]
tests/examples/gl/qt/videooverlay/videooverlay.pri [new file with mode: 0644]
tests/examples/gl/qt/videooverlay/videooverlay.sln [new file with mode: 0644]
tests/examples/gl/qt/videooverlay/videooverlay.vcproj [new file with mode: 0644]
tests/examples/gl/qt/videooverlay/videovideooverlay.pro [new file with mode: 0644]
tests/examples/gl/sdl/.gitignore [new file with mode: 0644]
tests/examples/gl/sdl/Makefile.am [new file with mode: 0644]
tests/examples/gl/sdl/sdl.sln [new file with mode: 0644]
tests/examples/gl/sdl/sdlshare.c [new file with mode: 0644]
tests/examples/gl/sdl/sdlshare.vcproj [new file with mode: 0644]