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

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: fix try-bot error 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.13", 3 "version": "10.14",
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 2503 matching lines...) Expand 10 before | Expand all | Expand 10 after
2517 "id": 233, 2517 "id": 233,
2518 "description": "Delayed copy NV12 displays incorrect colors on NVIDIA driv ers.", 2518 "description": "Delayed copy NV12 displays incorrect colors on NVIDIA driv ers.",
2519 "cr_bugs": [728670], 2519 "cr_bugs": [728670],
2520 "os": { 2520 "os": {
2521 "type": "win" 2521 "type": "win"
2522 }, 2522 },
2523 "vendor_id": "0x10de", 2523 "vendor_id": "0x10de",
2524 "features": [ 2524 "features": [
2525 "disable_delayed_copy_nv12" 2525 "disable_delayed_copy_nv12"
2526 ] 2526 ]
2527 },
2528 {
2529 "id": 234,
2530 "description": "glClearColor does not always work on Intel 6xxx Mac driver s",
2531 "cr_bugs": [710443],
2532 "os": {
2533 "type": "macosx",
2534 "version": {
2535 "op": "<=",
2536 "value": "10.12.4"
2537 }
2538 },
2539 "vendor_id": "0x8086",
2540 "gl_renderer": "Intel\\(R\\) (HD|Iris\\(TM\\)) Graphics 6.*",
Zhenyao Mo 2017/06/13 19:01:24 That's not good to use gl_renderer on Mac because
jiajia.qin 2017/06/14 08:18:21 Done.
2541 "features": [
2542 "clear_to_boundary_values_is_broken"
2543 ]
2527 } 2544 }
2528 ], 2545 ],
2529 "comment": [ 2546 "comment": [
2530 "Please update the version number on top whenever you change this file" 2547 "Please update the version number on top whenever you change this file"
2531 ] 2548 ]
2532 } 2549 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698