obs-studio/libobs-opengl
jpark37 b90ce6944f libobs-opengl: Fix glGetError() infinite loop
glGetError() returns GL_INVALID_OPERATION during OBS shutdown when GL is
used on Windows. This change gives up after eight errors.

This could be avoided by stopping the graphics thread before window
destruction, but the shutdown code looks like it could be tricky to
reorder.
2019-07-15 09:13:14 -07:00
..
.gitignore first commit 2013-09-30 19:37:13 -07:00
CMakeLists.txt Generate proper DL_OPENGL value for linux 2015-02-16 15:28:42 -05:00
gl-cocoa.m Apply clang-format to objective c code 2019-07-09 13:39:13 -05:00
gl-helpers.c clang-format: Apply formatting 2019-06-23 23:49:10 -07:00
gl-helpers.h libobs-opengl: Fix glGetError() infinite loop 2019-07-15 09:13:14 -07:00
gl-indexbuffer.c clang-format: Apply formatting 2019-06-23 23:49:10 -07:00
gl-shader.c clang-format: Apply formatting 2019-06-23 23:49:10 -07:00
gl-shaderparser.c clang-format: Apply formatting 2019-06-23 23:49:10 -07:00
gl-shaderparser.h clang-format: Apply formatting 2019-06-23 23:49:10 -07:00
gl-stagesurf.c clang-format: Apply formatting 2019-06-23 23:49:10 -07:00
gl-subsystem.c libobs-opengl: Empty VAO 2019-06-24 23:13:04 -05:00
gl-subsystem.h libobs-opengl: Empty VAO 2019-06-24 23:13:04 -05:00
gl-texture2d.c clang-format: Apply formatting 2019-06-23 23:49:10 -07:00
gl-texturecube.c clang-format: Apply formatting 2019-06-23 23:49:10 -07:00
gl-vertexbuffer.c libobs-opengl: Empty VAO 2019-06-24 23:13:04 -05:00
gl-windows.c clang-format: Apply formatting 2019-06-23 23:49:10 -07:00
gl-x11.c clang-format: Apply formatting 2019-06-23 23:49:10 -07:00
gl-zstencil.c clang-format: Apply formatting 2019-06-23 23:49:10 -07:00