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

Unified Diff: gpu/command_buffer/service/gpu_preferences.h

Issue 2472703003: Load the GL_KHR_debug entry points and log messages they produce. (Closed)
Patch Set: 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
Index: gpu/command_buffer/service/gpu_preferences.h
diff --git a/gpu/command_buffer/service/gpu_preferences.h b/gpu/command_buffer/service/gpu_preferences.h
index 1f3a80dc0124767192e4dfd394fed1fa1bab35f6..9b504f051754b206f9c6ee44f996fd6ec6305086 100644
--- a/gpu/command_buffer/service/gpu_preferences.h
+++ b/gpu/command_buffer/service/gpu_preferences.h
@@ -95,6 +95,9 @@ struct GPU_EXPORT GpuPreferences {
// Enable GPU service logging.
bool enable_gpu_service_logging_gpu = false;
+ // Enable logging of GPU driver debug messages.
+ bool enable_gpu_driver_debug_logging = false;
+
// Turn off gpu program caching
bool disable_gpu_program_cache = false;

Powered by Google App Engine
This is Rietveld 408576698