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

Unified Diff: gpu/config/gpu_driver_bug_list_json.cc

Issue 2644733005: Copy GPU workaround flags from browser to GPU process (Closed)
Patch Set: fix merge error 2 Created 3 years, 10 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
« no previous file with comments | « gpu/config/gpu_driver_bug_list.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/config/gpu_driver_bug_list_json.cc
diff --git a/gpu/config/gpu_driver_bug_list_json.cc b/gpu/config/gpu_driver_bug_list_json.cc
index 3006d29898f230e1f131d02cfa03e41362fd851d..dc3d778981b3da099a40f33be7fc1dab5b679c4d 100644
--- a/gpu/config/gpu_driver_bug_list_json.cc
+++ b/gpu/config/gpu_driver_bug_list_json.cc
@@ -2317,6 +2317,9 @@ LONG_STRING_CONST(
"use_virtualized_gl_contexts"
]
},
+) // LONG_STRING_CONST macro
+// Avoid C2026 (string too big) error on VisualStudio.
+LONG_STRING_CONST(
{
"id": 214,
"description": "Certain versions of Qualcomm driver don't setup scissor state correctly when FBO0 is bound.",
@@ -2326,6 +2329,16 @@ LONG_STRING_CONST(
"features": [
"force_update_scissor_state_when_binding_fbo0"
]
+ },
+ {
+ "id": 215,
+ "description": "Fake no-op GPU driver bug workaround for testing",
+ "cr_bugs": [682912],
+ "vendor_id": "0xbad9",
+ "device_id": ["0xbad9"],
+ "features": [
+ "use_gpu_driver_workaround_for_testing"
+ ]
}
]
// Please update the version number at beginning of this file whenever you
« no previous file with comments | « gpu/config/gpu_driver_bug_list.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698