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

Unified Diff: gpu/config/gpu_driver_bug_list_json.cc

Issue 2267163003: Re-enable program memory cache for Adreno 4/5xx (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 4 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
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 50277ba11373ef8ba7dcbb7f97255f88a6576747..31eb43900884b818d555478188a761bb39a32a6c 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.86",
+ "version": "8.87",
"entries": [
{
"id": 1,
@@ -1215,7 +1215,7 @@ LONG_STRING_CONST(
},
"gl_renderer": "Adreno \\(TM\\) [45].*",
"features": [
- "disable_program_cache"
+ "disable_program_disk_cache"
]
},
{
« no previous file with comments | « gpu/command_buffer/service/in_process_command_buffer.cc ('k') | gpu/config/gpu_driver_bug_workaround_type.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698