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

Side by Side 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, 5 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 unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "name": "gpu driver bug list", 2 "name": "gpu driver bug list",
3 "version": "10.91", 3 "version": "10.91",
4 "entries": [ 4 "entries": [
5 { 5 {
6 "id": 1, 6 "id": 1,
7 "description": "Imagination driver doesn't like uploading lots of buffer d ata constantly", 7 "description": "Imagination driver doesn't like uploading lots of buffer d ata constantly",
8 "os": { 8 "os": {
9 "type": "android" 9 "type": "android"
10 }, 10 },
(...skipping 2300 matching lines...) Expand 10 before | Expand all | Expand 10 after
2311 "description": "Alignment works incorrectly with unpack buffer bound", 2311 "description": "Alignment works incorrectly with unpack buffer bound",
2312 "os": { 2312 "os": {
2313 "type": "android" 2313 "type": "android"
2314 }, 2314 },
2315 "gl_vendor": "NVIDIA.*", 2315 "gl_vendor": "NVIDIA.*",
2316 "features": [ 2316 "features": [
2317 "unpack_alignment_workaround_with_unpack_buffer" 2317 "unpack_alignment_workaround_with_unpack_buffer"
2318 ] 2318 ]
2319 }, 2319 },
2320 { 2320 {
2321 "id": 218,
2322 "description": "Certain Adreno 4xx and 5xx drivers often crash in glProgra mBinary.",
2323 "cr_bugs": [699122],
2324 "os": {
2325 "type": "android"
2326 },
2327 "driver_version": {
2328 "op": ">=",
2329 "value": "103.0"
2330 },
2331 "gl_renderer": "Adreno \\(TM\\) [45].*",
2332 "features": [
2333 "disable_program_disk_cache"
2334 ]
2335 },
2336 {
2321 "id": 219, 2337 "id": 219,
2322 "description": "Zero-copy DXGI video hangs or displays incorrect colors on AMD drivers", 2338 "description": "Zero-copy DXGI video hangs or displays incorrect colors on AMD drivers",
2323 "cr_bugs": [623029], 2339 "cr_bugs": [623029],
2324 "os": { 2340 "os": {
2325 "type": "win" 2341 "type": "win"
2326 }, 2342 },
2327 "vendor_id": "0x1002", 2343 "vendor_id": "0x1002",
2328 "features": [ 2344 "features": [
2329 "disable_dxgi_zero_copy_video" 2345 "disable_dxgi_zero_copy_video"
2330 ] 2346 ]
(...skipping 158 matching lines...) Expand 10 before | Expand all | Expand 10 after
2489 "device_id": ["0x22B0", "0x22B1", "0x22B2", "0x22B3"], 2505 "device_id": ["0x22B0", "0x22B1", "0x22B2", "0x22B3"],
2490 "features": [ 2506 "features": [
2491 "disable_d3d11" 2507 "disable_d3d11"
2492 ] 2508 ]
2493 } 2509 }
2494 ], 2510 ],
2495 "comment": [ 2511 "comment": [
2496 "Please update the version number on top whenever you change this file" 2512 "Please update the version number on top whenever you change this file"
2497 ] 2513 ]
2498 } 2514 }
OLDNEW
« 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