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

Unified Diff: gpu/command_buffer/service/gpu_switches.cc

Issue 2472703003: Load the GL_KHR_debug entry points and log messages they produce. (Closed)
Patch Set: Update window system string Created 4 years, 1 month 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
« no previous file with comments | « gpu/command_buffer/service/gpu_switches.h ('k') | third_party/khronos/GLES3/gl32.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/command_buffer/service/gpu_switches.cc
diff --git a/gpu/command_buffer/service/gpu_switches.cc b/gpu/command_buffer/service/gpu_switches.cc
index 683a347ea852153a5497216b812334ec92be6dc2..d43a6733824266de00ffa9dc548ee97f19e76095 100644
--- a/gpu/command_buffer/service/gpu_switches.cc
+++ b/gpu/command_buffer/service/gpu_switches.cc
@@ -35,6 +35,9 @@ const char kEnableGPUDebugging[] = "enable-gpu-debugging";
// dlls.
const char kEnableGPUServiceLoggingGPU[] = "enable-gpu-service-logging";
+// Enable logging of GPU driver debug messages.
+const char kEnableGPUDriverDebugLogging[] = "enable-gpu-driver-debug-logging";
+
// Turn off gpu program caching
const char kDisableGpuProgramCache[] = "disable-gpu-program-cache";
« no previous file with comments | « gpu/command_buffer/service/gpu_switches.h ('k') | third_party/khronos/GLES3/gl32.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698