1
0
Fork 0
mutter-performance-source/cogl
Rui Matos d4d2bf0f6c cogl: Ignore GL_CONTEXT_LOST when checking for GL errors
When using a context with robustness, glGetError() may return
GL_CONTEXT_LOST at any time and this error doesn't get cleared until
the application calls glGetGraphicsResetStatus() . This means that our
error checking can't call glGetError() in a loop without checking for
that return value and returning in that case.

https://bugzilla.gnome.org/show_bug.cgi?id=739178
2016-06-27 20:23:49 +02:00
..
build/autotools move everything into a cogl/ directory 2016-04-22 16:44:31 +02:00
cogl cogl: Ignore GL_CONTEXT_LOST when checking for GL errors 2016-06-27 20:23:49 +02:00
cogl-gles2 cogl/clutter: Drop soname versions of private libraries 2016-04-28 15:34:51 +02:00
cogl-pango cogl/clutter: Drop soname versions of private libraries 2016-04-28 15:34:51 +02:00
cogl-path cogl/clutter: Drop soname versions of private libraries 2016-04-28 15:34:51 +02:00
test-fixtures cogl: Fix distcheck 2016-04-27 20:37:47 +02:00
tests build: Namespace installed tests of private libraries 2016-04-29 14:49:03 +02:00
.gitignore move everything into a cogl/ directory 2016-04-22 16:44:31 +02:00
config-custom.h move everything into a cogl/ directory 2016-04-22 16:44:31 +02:00
configure.ac cogl: Fix distcheck 2016-04-27 20:37:47 +02:00
Makefile.am move everything into a cogl/ directory 2016-04-22 16:44:31 +02:00