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

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: rebased, rename setGLWorkarounds to set_gl_workarounds Created 3 years, 5 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.17", 3 "version": "10.18",
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 2543 matching lines...) Expand 10 before | Expand all | Expand 10 after
2557 "id": 235, 2557 "id": 235,
2558 "description": "Avoid waiting on a egl fence before pageflipping and rely on implicit sync.", 2558 "description": "Avoid waiting on a egl fence before pageflipping and rely on implicit sync.",
2559 "cr_bugs": [721463], 2559 "cr_bugs": [721463],
2560 "os": { 2560 "os": {
2561 "type": "chromeos" 2561 "type": "chromeos"
2562 }, 2562 },
2563 "gl_vendor": "Intel.*", 2563 "gl_vendor": "Intel.*",
2564 "features": [ 2564 "features": [
2565 "rely_on_implicit_sync_for_swap_buffers" 2565 "rely_on_implicit_sync_for_swap_buffers"
2566 ] 2566 ]
2567 },
2568 {
2569 "id": 236,
2570 "description": "glClearColor does not always work on Intel 6xxx Mac driver s",
2571 "cr_bugs": [710443],
2572 "os": {
2573 "type": "macosx",
2574 "version": {
2575 "op": "<",
2576 "value": "10.12.6"
2577 }
2578 },
2579 "vendor_id": "0x8086",
2580 "device_id": ["0x1626", "0x162B", "0x1622"],
2581 "features": [
2582 "clear_to_zero_or_one_broken"
2583 ]
2567 } 2584 }
2568 ], 2585 ],
2569 "comment": [ 2586 "comment": [
2570 "Please update the version number on top whenever you change this file" 2587 "Please update the version number on top whenever you change this file"
2571 ] 2588 ]
2572 } 2589 }
OLDNEW
« no previous file with comments | « gpu/command_buffer/service/gles2_cmd_decoder.cc ('k') | gpu/config/gpu_driver_bug_workaround_type.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698