summaryrefslogtreecommitdiffstats
path: root/gpu
diff options
context:
space:
mode:
authorboliu <boliu@chromium.org>2016-03-25 16:06:48 -0700
committerCommit bot <commit-bot@chromium.org>2016-03-25 23:07:50 +0000
commitc81425e082608177faabe49198193c0a4252ada9 (patch)
tree79e563f73162789badbbe16471c402b18c41625a /gpu
parent7506038f72f014af065b778fa0b57cd2ffe92707 (diff)
downloadchromium_src-c81425e082608177faabe49198193c0a4252ada9.zip
chromium_src-c81425e082608177faabe49198193c0a4252ada9.tar.gz
chromium_src-c81425e082608177faabe49198193c0a4252ada9.tar.bz2
gpu: disable_program_cache for adreno 530
BUG=598060 CQ_INCLUDE_TRYBOTS=tryserver.chromium.win:win_optional_gpu_tests_rel;tryserver.chromium.mac:mac_optional_gpu_tests_rel Review URL: https://codereview.chromium.org/1837563003 Cr-Commit-Position: refs/heads/master@{#383394}
Diffstat (limited to 'gpu')
-rw-r--r--gpu/config/gpu_driver_bug_list_json.cc8
1 files changed, 4 insertions, 4 deletions
diff --git a/gpu/config/gpu_driver_bug_list_json.cc b/gpu/config/gpu_driver_bug_list_json.cc
index 6109287..7f63c19 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": "8.55",
+ "version": "8.56",
"entries": [
{
"id": 1,
@@ -1430,8 +1430,8 @@ LONG_STRING_CONST(
},
{
"id": 124,
- "description": "Certain Adreno 4xx drivers often crash in glProgramBinary.",
- "cr_bugs": [486117],
+ "description": "Certain Adreno 4xx and 5xx drivers often crash in glProgramBinary.",
+ "cr_bugs": [486117, 598060],
"os": {
"type": "android"
},
@@ -1439,7 +1439,7 @@ LONG_STRING_CONST(
"op": ">=",
"value": "103.0"
},
- "gl_renderer": "Adreno \\(TM\\) 4.*",
+ "gl_renderer": "Adreno \\(TM\\) [45].*",
"features": [
"disable_program_cache"
]