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
2015-11-09 10:25:40 -05:00
2015-07-06 00:52:18 -07:00
2016-06-22 21:19:55 +00:00
2016-03-21 14:58:09 -07:00
2016-06-21 21:04:52 +02:00
2016-04-27 20:37:47 +02:00
2016-06-21 21:04:52 +02:00
Description
91 MiB
Languages
C 98.9%
Meson 0.7%
Python 0.3%