| OLD | NEW |
| 1 { | 1 { |
| 2 "name": "gpu driver bug list", | 2 "name": "gpu driver bug list", |
| 3 "version": "10.101", | 3 "version": "10.102", |
| 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 2472 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2486 "comment": "Only initial version of O." | 2486 "comment": "Only initial version of O." |
| 2487 } | 2487 } |
| 2488 }, | 2488 }, |
| 2489 "gl_renderer": "Adreno \\(TM\\) 4.*", | 2489 "gl_renderer": "Adreno \\(TM\\) 4.*", |
| 2490 "disabled_extensions": [ | 2490 "disabled_extensions": [ |
| 2491 "GL_EXT_multisampled_render_to_texture" | 2491 "GL_EXT_multisampled_render_to_texture" |
| 2492 ], | 2492 ], |
| 2493 "features": [ | 2493 "features": [ |
| 2494 "disable_chromium_framebuffer_multisample" | 2494 "disable_chromium_framebuffer_multisample" |
| 2495 ] | 2495 ] |
| 2496 }, |
| 2497 { |
| 2498 "id": 231, |
| 2499 "description": "Disable use of Direct3D 11 on Intel Cherryview due to visu
al glitches.", |
| 2500 "cr_bugs": [730126], |
| 2501 "os": { |
| 2502 "type": "win" |
| 2503 }, |
| 2504 "vendor_id": "0x8086", |
| 2505 "device_id": ["0x22B0", "0x22B1", "0x22B2", "0x22B3"], |
| 2506 "features": [ |
| 2507 "disable_d3d11" |
| 2508 ] |
| 2496 } | 2509 } |
| 2497 ], | 2510 ], |
| 2498 "comment": [ | 2511 "comment": [ |
| 2499 "Please update the version number on top whenever you change this file", | 2512 "Please update the version number on top whenever you change this file", |
| 2500 "Please run gpu/config/process_json.py whenever you change this file" | 2513 "Please run gpu/config/process_json.py whenever you change this file" |
| 2501 ] | 2514 ] |
| 2502 } | 2515 } |
| OLD | NEW |