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

Unified Diff: gpu/config/gpu_driver_bug_list.json

Issue 2962543004: 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 cfca3a9a6614a9f2eb70075fa2501ac6c976d09e..1d933dbcb6b3fc967f27ab0b71130719def48849 100644
--- a/gpu/config/gpu_driver_bug_list.json
+++ b/gpu/config/gpu_driver_bug_list.json
@@ -2335,6 +2335,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