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

Unified Diff: gpu/config/gpu_driver_bug_workaround_type.h

Issue 2267163003: Re-enable program memory cache for Adreno 4/5xx (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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_workaround_type.h
diff --git a/gpu/config/gpu_driver_bug_workaround_type.h b/gpu/config/gpu_driver_bug_workaround_type.h
index b42bcaba3923bc8310a9f050401b49c0898bb2f5..87da2e0b64ef2bcbe329adebca33d84894f50e19 100644
--- a/gpu/config/gpu_driver_bug_workaround_type.h
+++ b/gpu/config/gpu_driver_bug_workaround_type.h
@@ -57,6 +57,8 @@
disable_post_sub_buffers_for_onscreen_surfaces) \
GPU_OP(DISABLE_PROGRAM_CACHE, \
disable_program_cache) \
+ GPU_OP(DISABLE_PROGRAM_DISK_CACHE, \
+ disable_program_disk_cache) \
GPU_OP(DISABLE_TEXTURE_CUBE_MAP_SEAMLESS, \
disable_texture_cube_map_seamless) \
GPU_OP(DISABLE_TEXTURE_STORAGE, \

Powered by Google App Engine
This is Rietveld 408576698