| OLD | NEW |
| 1 { | 1 { |
| 2 "name": "gpu driver bug list", | 2 "name": "gpu driver bug list", |
| 3 "version": "10.9", | 3 "version": "10.91", |
| 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 2430 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2444 "type": "win" | 2444 "type": "win" |
| 2445 }, | 2445 }, |
| 2446 "vendor_id": "0x8086", | 2446 "vendor_id": "0x8086", |
| 2447 "driver_version": { | 2447 "driver_version": { |
| 2448 "op": "<", | 2448 "op": "<", |
| 2449 "value": "21.20.16.4542" | 2449 "value": "21.20.16.4542" |
| 2450 }, | 2450 }, |
| 2451 "features": [ | 2451 "features": [ |
| 2452 "disable_larger_than_screen_overlays" | 2452 "disable_larger_than_screen_overlays" |
| 2453 ] | 2453 ] |
| 2454 }, |
| 2455 { |
| 2456 "id": 230, |
| 2457 "description": "Adreno 4xx support for EXT_multisampled_render_to_texture
is broken on Android 8.0", |
| 2458 "comment": [ |
| 2459 "Disabling EXT_multisampled_render_to_texture triggers the explicit mult
isample resolve path, which is broken on the same configurations. (See also soft
ware rendering list entry #148.)" |
| 2460 ], |
| 2461 "cr_bugs": [722962], |
| 2462 "os": { |
| 2463 "type": "android", |
| 2464 "version": { |
| 2465 "op": "between", |
| 2466 "value": "8.0.0", |
| 2467 "value2": "8.0.99", |
| 2468 "comment": "Only initial version of O." |
| 2469 } |
| 2470 }, |
| 2471 "gl_renderer": "Adreno \\(TM\\) 4.*", |
| 2472 "disabled_extensions": [ |
| 2473 "GL_EXT_multisampled_render_to_texture" |
| 2474 ], |
| 2475 "features": [ |
| 2476 "disable_chromium_framebuffer_multisample" |
| 2477 ] |
| 2454 } | 2478 } |
| 2455 ], | 2479 ], |
| 2456 "comment": [ | 2480 "comment": [ |
| 2457 "Please update the version number on top whenever you change this file", | 2481 "Please update the version number on top whenever you change this file", |
| 2458 "Please run gpu/config/process_json.py whenever you change this file" | 2482 "Please run gpu/config/process_json.py whenever you change this file" |
| 2459 ] | 2483 ] |
| 2460 } | 2484 } |
| OLD | NEW |