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

Unified Diff: gpu/config/gpu_driver_bug_list.json

Issue 2954863005: Revert "Re-enable shader disk cache on Adreno 4/5xx" (Closed)
Patch Set: Created 3 years, 6 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
diff --git a/gpu/config/gpu_driver_bug_list.json b/gpu/config/gpu_driver_bug_list.json
index a2c503c7216799dcd752575ee321ffb7eae63d4f..62253a8947c62ddc0d111075b448b094c4c640b8 100644
--- a/gpu/config/gpu_driver_bug_list.json
+++ b/gpu/config/gpu_driver_bug_list.json
@@ -2317,6 +2317,22 @@
"unpack_alignment_workaround_with_unpack_buffer"
]
},
+ {
+ "id": 218,
+ "description": "Certain Adreno 4xx and 5xx drivers often crash in glProgramBinary.",
+ "cr_bugs": [699122],
+ "os": {
+ "type": "android"
+ },
+ "driver_version": {
+ "op": ">=",
+ "value": "103.0"
+ },
+ "gl_renderer": "Adreno \\(TM\\) [45].*",
+ "features": [
+ "disable_program_disk_cache"
+ ]
+ },
{
"id": 219,
"description": "Zero-copy DXGI video hangs or displays incorrect colors on AMD drivers",
« 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