commit | 7db993a98b9239bd4e384cc4aa128262fe3cf52c | [log] [tgz] |
---|---|---|
author | Mathias Agopian <mathias@google.com> | Sun Mar 25 00:49:46 2012 -0700 |
committer | Mathias Agopian <mathias@google.com> | Sun Mar 25 00:49:46 2012 -0700 |
tree | eaae74ffe09790c10cb331ed5671a4ef73f0a185 | |
parent | 94ff71fd6a4eeb36f02d277a0d2c96230b5c9ee6 [diff] [blame] |
debug.egl.finish can be used to force a glFinish() when eglSwapBuffers() is called this debug property is evaludated at eglInitialize() time. Change-Id: Ie439e4aac87f7fdc6ab2add86183d6d042f3ee8b
diff --git a/opengl/libs/EGL/egl_display.h b/opengl/libs/EGL/egl_display.h index 6348228..43738ea 100644 --- a/opengl/libs/EGL/egl_display.h +++ b/opengl/libs/EGL/egl_display.h
@@ -107,6 +107,7 @@ public: DisplayImpl disp; + bool finishOnSwap; private: uint32_t refs;