Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 { | 1 { |
| 2 "name": "gpu driver bug list", | 2 "name": "gpu driver bug list", |
| 3 "version": "10.4", | 3 "version": "10.5", |
| 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 2353 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 2367 "id": 223, | 2367 "id": 223, |
| 2368 "description": "Force integer or srgb cube map texture complete on Linux A MD", | 2368 "description": "Force integer or srgb cube map texture complete on Linux A MD", |
| 2369 "cr_bugs": [712117], | 2369 "cr_bugs": [712117], |
| 2370 "os": { | 2370 "os": { |
| 2371 "type": "linux" | 2371 "type": "linux" |
| 2372 }, | 2372 }, |
| 2373 "vendor_id": "0x1002", | 2373 "vendor_id": "0x1002", |
| 2374 "features": [ | 2374 "features": [ |
| 2375 "force_int_or_srgb_cube_texture_complete" | 2375 "force_int_or_srgb_cube_texture_complete" |
| 2376 ] | 2376 ] |
| 2377 }, | |
| 2378 { | |
| 2379 "id": 224, | |
| 2380 "description": "Explicit multisample resolve path is broken on Adreno 4xx on Android 7.0", | |
| 2381 "comment": "Corresponds to software rendering list entry #147", | |
|
Ken Russell (switch to Gerrit)
2017/05/01 22:52:19
Could you also point to entry 174, above? They see
Kai Ninomiya
2017/05/01 23:04:41
I'm actually going to merge these two entries. The
| |
| 2382 "cr_bugs": [696126], | |
| 2383 "gl_renderer": "Adreno \\(TM\\) 4.*", | |
| 2384 "os": { | |
| 2385 "type": "android", | |
| 2386 "version": { | |
| 2387 "op": "=", | |
| 2388 "value": "7.0" | |
|
Ken Russell (switch to Gerrit)
2017/05/01 22:52:19
Do you think it's worth expanding this to "between
Kai Ninomiya
2017/05/01 23:04:41
Done.
| |
| 2389 } | |
| 2390 }, | |
| 2391 "features": [ | |
| 2392 "disable_chromium_framebuffer_multisample" | |
| 2393 ] | |
| 2377 } | 2394 } |
| 2378 ], | 2395 ], |
| 2379 "comment": [ | 2396 "comment": [ |
| 2380 "Please update the version number on top whenever you change this file" | 2397 "Please update the version number on top whenever you change this file" |
| 2381 ] | 2398 ] |
| 2382 } | 2399 } |
| OLD | NEW |