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

Side by Side 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, 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.102", 3 "version": "10.102",
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 2318 matching lines...) Expand 10 before | Expand all | Expand 10 after
2329 "description": "Alignment works incorrectly with unpack buffer bound", 2329 "description": "Alignment works incorrectly with unpack buffer bound",
2330 "os": { 2330 "os": {
2331 "type": "android" 2331 "type": "android"
2332 }, 2332 },
2333 "gl_vendor": "NVIDIA.*", 2333 "gl_vendor": "NVIDIA.*",
2334 "features": [ 2334 "features": [
2335 "unpack_alignment_workaround_with_unpack_buffer" 2335 "unpack_alignment_workaround_with_unpack_buffer"
2336 ] 2336 ]
2337 }, 2337 },
2338 { 2338 {
2339 "id": 218,
2340 "description": "Certain Adreno 4xx and 5xx drivers often crash in glProgra mBinary.",
2341 "cr_bugs": [699122],
2342 "os": {
2343 "type": "android"
2344 },
2345 "driver_version": {
2346 "op": ">=",
2347 "value": "103.0"
2348 },
2349 "gl_renderer": "Adreno \\(TM\\) [45].*",
2350 "features": [
2351 "disable_program_disk_cache"
2352 ]
2353 },
2354 {
2339 "id": 219, 2355 "id": 219,
2340 "description": "Zero-copy DXGI video hangs or displays incorrect colors on AMD drivers", 2356 "description": "Zero-copy DXGI video hangs or displays incorrect colors on AMD drivers",
2341 "cr_bugs": [623029], 2357 "cr_bugs": [623029],
2342 "os": { 2358 "os": {
2343 "type": "win" 2359 "type": "win"
2344 }, 2360 },
2345 "vendor_id": "0x1002", 2361 "vendor_id": "0x1002",
2346 "features": [ 2362 "features": [
2347 "disable_dxgi_zero_copy_video" 2363 "disable_dxgi_zero_copy_video"
2348 ] 2364 ]
(...skipping 157 matching lines...) Expand 10 before | Expand all | Expand 10 after
2506 "features": [ 2522 "features": [
2507 "disable_d3d11" 2523 "disable_d3d11"
2508 ] 2524 ]
2509 } 2525 }
2510 ], 2526 ],
2511 "comment": [ 2527 "comment": [
2512 "Please update the version number on top whenever you change this file", 2528 "Please update the version number on top whenever you change this file",
2513 "Please run gpu/config/process_json.py whenever you change this file" 2529 "Please run gpu/config/process_json.py whenever you change this file"
2514 ] 2530 ]
2515 } 2531 }
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