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

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

Issue 2934733002: Workaround for Intel 6xxx clear to 0/1 bug (Closed)
Patch Set: workaround at gl_gl_api_implementation.cc 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.14", 3 "version": "10.15",
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 2489 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 }, 2511 },
2512 { 2512 {
2513 "id": 232, 2513 "id": 231,
Zhenyao Mo 2017/06/19 21:47:20 Don't do that even if we skip one ID. That will m
jiajia.qin 2017/06/20 04:22:45 Acknowledged.
2514 "description": "Delayed copy NV12 crashes on Intel on Windows <= 8.1.", 2514 "description": "Delayed copy NV12 crashes on Intel on Windows <= 8.1.",
2515 "cr_bugs": [727216], 2515 "cr_bugs": [727216],
2516 "os": { 2516 "os": {
2517 "type": "win", 2517 "type": "win",
2518 "version": { 2518 "version": {
2519 "op": "<=", 2519 "op": "<=",
2520 "value": "8.1" 2520 "value": "8.1"
2521 } 2521 }
2522 }, 2522 },
2523 "vendor_id": "0x8086", 2523 "vendor_id": "0x8086",
2524 "features": [ 2524 "features": [
2525 "disable_delayed_copy_nv12" 2525 "disable_delayed_copy_nv12"
2526 ] 2526 ]
2527 }, 2527 },
2528 { 2528 {
2529 "id": 233, 2529 "id": 232,
Zhenyao Mo 2017/06/19 21:47:20 Same here. Don't change it.
jiajia.qin 2017/06/20 04:22:45 Acknowledged.
2530 "description": "Delayed copy NV12 displays incorrect colors on NVIDIA driv ers.", 2530 "description": "Delayed copy NV12 displays incorrect colors on NVIDIA driv ers.",
2531 "cr_bugs": [728670], 2531 "cr_bugs": [728670],
2532 "os": { 2532 "os": {
2533 "type": "win" 2533 "type": "win"
2534 }, 2534 },
2535 "vendor_id": "0x10de", 2535 "vendor_id": "0x10de",
2536 "features": [ 2536 "features": [
2537 "disable_delayed_copy_nv12" 2537 "disable_delayed_copy_nv12"
2538 ] 2538 ]
2539 },
2540 {
2541 "id": 233,
Zhenyao Mo 2017/06/19 21:47:20 234 or whatever the latest + 1
jiajia.qin 2017/06/20 04:22:45 Acknowledged.
2542 "description": "glClearColor does not always work on Intel 6xxx Mac driver s",
2543 "cr_bugs": [710443],
2544 "os": {
2545 "type": "macosx",
2546 "version": {
2547 "op": "<=",
2548 "value": "10.12.4"
Zhenyao Mo 2017/06/19 21:47:20 Are you sure it's fixed in 10.12.5? If not, that's
jiajia.qin 2017/06/20 04:22:45 I verified that it has been fixed in 10.12.6.
2549 }
2550 },
2551 "vendor_id": "0x8086",
2552 "device_id": ["0x1626", "0x162B", "0x1622"],
2553 "features": [
2554 "clear_to_boundary_values_is_broken"
2555 ]
2539 } 2556 }
2540 ], 2557 ],
2541 "comment": [ 2558 "comment": [
2542 "Please update the version number on top whenever you change this file" 2559 "Please update the version number on top whenever you change this file"
2543 ] 2560 ]
2544 } 2561 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698