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

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

Issue 2874163003: Move dual GPU macbook with Intel HD 3000 out of blacklist. (Closed)
Patch Set: Created 3 years, 7 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 | gpu/config/software_rendering_list.json » ('j') | 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.7", 3 "version": "10.8",
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 2426 matching lines...) Expand 10 before | Expand all | Expand 10 after
2440 "cr_bugs": [713854], 2440 "cr_bugs": [713854],
2441 "os": { 2441 "os": {
2442 "type": "macosx" 2442 "type": "macosx"
2443 }, 2443 },
2444 "vendor_id": "0x8086", 2444 "vendor_id": "0x8086",
2445 "device_id": ["0x0412", "0x0d26", "0x0a2e", "0x0a26", "0x0d22", "0x161e", 2445 "device_id": ["0x0412", "0x0d26", "0x0a2e", "0x0a26", "0x0d22", "0x161e",
2446 "0x1626", "0x162b", "0x1622"], 2446 "0x1626", "0x162b", "0x1622"],
2447 "features": [ 2447 "features": [
2448 "avoid_stencil_buffers" 2448 "avoid_stencil_buffers"
2449 ] 2449 ]
2450 },
2451 {
2452 "id": 228,
2453 "description": "Intel HD 3000 driver crashes frequently on Mac",
2454 "cr_bugs": [720152],
2455 "os": {
2456 "type": "macosx"
2457 },
2458 "vendor_id": "0x8086",
2459 "device_id": ["0x0116", "0x0126"],
2460 "multi_gpu_style": "amd_switchable",
2461 "features": [
2462 "force_discrete_gpu"
2463 ]
2450 } 2464 }
2451 ], 2465 ],
2452 "comment": [ 2466 "comment": [
2453 "Please update the version number on top whenever you change this file" 2467 "Please update the version number on top whenever you change this file"
2454 ] 2468 ]
2455 } 2469 }
OLDNEW
« no previous file with comments | « no previous file | gpu/config/software_rendering_list.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698