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

Unified Diff: gpu/config/gpu_driver_bug_list_json.cc

Issue 2760073003: [GPU Workaround] Re-enable disable_chromium_framebuffer_multisample on Nexus 7g2 and alike (Closed)
Patch Set: +sw list Created 3 years, 9 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 | « no previous file | gpu/config/software_rendering_list_json.cc » ('j') | 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 6b45f16dcb8c41f7928f5993e7807afbafcc9056..f0a2d89915900f24fd4f979d874b66de558c394b 100644
--- a/gpu/config/gpu_driver_bug_list_json.cc
+++ b/gpu/config/gpu_driver_bug_list_json.cc
@@ -19,7 +19,7 @@ const char kGpuDriverBugListJson[] = LONG_STRING_CONST(
{
"name": "gpu driver bug list",
// Please update the version number whenever you change this file.
- "version": "9.37",
+ "version": "9.38",
"entries": [
{
"id": 1,
@@ -2312,13 +2312,17 @@ LONG_STRING_CONST(
// Avoid C2026 (string too big) error on VisualStudio.
LONG_STRING_CONST(
{
+ // Corresponds to software rendering list #140.
"id": 214,
"description": "Certain versions of Qualcomm driver don't setup scissor state correctly when FBO0 is bound.",
- "cr_bugs": [670607, 696627],
+ "cr_bugs": [670607, 696627, 698197],
"gl_vendor": "Qualcomm.*",
"machine_model_name": ["Nexus 7", "KFTHWI", "KFSAWI", "KFAPWI", "KFTHWA", "KFSAWA", "KFAPWA"],
"features": [
- "force_update_scissor_state_when_binding_fbo0"
+ "force_update_scissor_state_when_binding_fbo0",
+ // Somehow the main workaround above won't work without the one below.
+ // See https://crbug.com/698197 for details.
+ "disable_chromium_framebuffer_multisample"
]
},
{
« no previous file with comments | « no previous file | gpu/config/software_rendering_list_json.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698