Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(301)

Unified Diff: gpu/command_buffer/build_gles2_cmd_buffer.py

Issue 1160863007: DCHECK if shader compilation fails that it's due to context loss. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: glhelperlost: better?better! Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: gpu/command_buffer/build_gles2_cmd_buffer.py
diff --git a/gpu/command_buffer/build_gles2_cmd_buffer.py b/gpu/command_buffer/build_gles2_cmd_buffer.py
index f64e6cf2f554c8bba5472697cc18243f9284a7f2..0d32b77d86bcc1010278f91e364c9d6b00fd90d8 100755
--- a/gpu/command_buffer/build_gles2_cmd_buffer.py
+++ b/gpu/command_buffer/build_gles2_cmd_buffer.py
@@ -2699,6 +2699,12 @@ _FUNCTION_INFO = {
'gl_test_func': 'glGetFramebufferAttachmentParameterivEXT',
'result': ['SizedResult<GLint>'],
},
+ 'GetGraphicsResetStatusKHR': {
+ 'extension': True,
+ 'client_test': False,
+ 'gen_cmd': False,
danakj 2015/06/08 22:02:51 This is the one weird trick to keep the function o
+ 'trace_level': 1,
+ },
'GetInteger64v': {
'type': 'GETn',
'result': ['SizedResult<GLint64>'],

Powered by Google App Engine
This is Rietveld 408576698