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

Side by Side Diff: gpu/config/gpu_driver_bug_list.json

Issue 2827573007: Reset TexImage2D base level to workaround Intel mac driver bug (Closed)
Patch Set: Add gpu unittests 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 unified diff | Download patch
OLDNEW
1 { 1 {
2 "name": "gpu driver bug list", 2 "name": "gpu driver bug list",
3 "version": "10.11", 3 "version": "10.12",
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 },
11 "gl_vendor": "Imagination.*", 11 "gl_vendor": "Imagination.*",
12 "features": [ 12 "features": [
13 "use_client_side_arrays_for_stream_buffers" 13 "use_client_side_arrays_for_stream_buffers"
(...skipping 2478 matching lines...) Expand 10 before | Expand all | Expand 10 after
2492 "op": "<", 2492 "op": "<",
2493 "value": "21.20.16.4542" 2493 "value": "21.20.16.4542"
2494 }, 2494 },
2495 "features": [ 2495 "features": [
2496 "disable_larger_than_screen_overlays" 2496 "disable_larger_than_screen_overlays"
2497 ] 2497 ]
2498 }, 2498 },
2499 { 2499 {
2500 "id": 230, 2500 "id": 230,
2501 "description": "Disable use of Direct3D 11 on Intel Cherryview due to visu al glitches.", 2501 "description": "Disable use of Direct3D 11 on Intel Cherryview due to visu al glitches.",
2502 "cr_bugs": [730126], 2502 "cr_bugs": [ 730126 ],
2503 "os": { 2503 "os": {
2504 "type": "win" 2504 "type": "win"
2505 }, 2505 },
2506 "vendor_id": "0x8086", 2506 "vendor_id": "0x8086",
2507 "device_id": ["0x22B0", "0x22B1", "0x22B2", "0x22B3"], 2507 "device_id": [ "0x22B0", "0x22B1", "0x22B2", "0x22B3" ],
2508 "features": [ 2508 "features": [
2509 "disable_d3d11" 2509 "disable_d3d11"
2510 ] 2510 ]
2511 },
2512 {
2513 "id": 231,
2514 "description": "Reset TexImage2D base level to 0 on Intel Mac 10.12.4",
2515 "cr_bugs": [ 705865 ],
2516 "os": {
2517 "type": "macosx",
2518 "version": {
2519 "op": ">=",
2520 "value": "10.12.4"
2521 }
2522 },
2523 "vendor_id": "0x8086",
2524 "features": [
2525 "reset_teximage2d_base_level"
2526 ]
2511 } 2527 }
2512 ], 2528 ],
2513 "comment": [ 2529 "comment": [
2514 "Please update the version number on top whenever you change this file" 2530 "Please update the version number on top whenever you change this file"
2515 ] 2531 ]
2516 } 2532 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698