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

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

Issue 2931113002: Disable D3D11 on Intel Cherryview (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 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.9", 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 },
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 2456 matching lines...) Expand 10 before | Expand all | Expand 10 after
2470 "type": "win" 2470 "type": "win"
2471 }, 2471 },
2472 "vendor_id": "0x8086", 2472 "vendor_id": "0x8086",
2473 "driver_version": { 2473 "driver_version": {
2474 "op": "<", 2474 "op": "<",
2475 "value": "21.20.16.4542" 2475 "value": "21.20.16.4542"
2476 }, 2476 },
2477 "features": [ 2477 "features": [
2478 "disable_larger_than_screen_overlays" 2478 "disable_larger_than_screen_overlays"
2479 ] 2479 ]
2480 },
2481 {
2482 "id": 230,
2483 "description": "Disable use of Direct3D 11 on Intel Cherryview due to visu al glitches.",
2484 "cr_bugs": [730126],
2485 "os": {
2486 "type": "win"
2487 },
2488 "vendor_id": "0x8086",
2489 "device_id": ["0x22B0", "0x22B1", "0x22B2", "0x22B3"],
2490 "features": [
2491 "disable_d3d11"
2492 ]
2480 } 2493 }
2481 ], 2494 ],
2482 "comment": [ 2495 "comment": [
2483 "Please update the version number on top whenever you change this file" 2496 "Please update the version number on top whenever you change this file"
2484 ] 2497 ]
2485 } 2498 }
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