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

Unified Diff: gpu/config/gpu_driver_bug_list_json.cc

Issue 2721943002: Extend gpu driver bug fix to Kindle devices (Closed)
Patch Set: Update version number 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 | « no previous file | 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 48cd484ef474c3ddb208b5de5f02d0663c0718e8..850b3eb896905f76cd4fee1819d64fa0c489b05b 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.31",
+ "version": "9.32",
"entries": [
{
"id": 1,
@@ -2323,9 +2323,9 @@ LONG_STRING_CONST(
{
"id": 214,
"description": "Certain versions of Qualcomm driver don't setup scissor state correctly when FBO0 is bound.",
- "cr_bugs": [670607],
+ "cr_bugs": [670607, 696627],
"gl_vendor": "Qualcomm.*",
- "machine_model_name": ["Nexus 7"],
+ "machine_model_name": ["Nexus 7", "KFTHWI", "KFSAWI", "KFAPWI", "KFTHWA", "KFSAWA", "KFAPWA"],
"features": [
"force_update_scissor_state_when_binding_fbo0"
]
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698