| Index: gpu/config/gpu_driver_bug_list.json
|
| diff --git a/gpu/config/gpu_driver_bug_list.json b/gpu/config/gpu_driver_bug_list.json
|
| index 2cd064facab39c3d86d7b42a6bca22cb30e51f4c..f8d8d06d849bcb30f1bf6faea2c20206457dc6a0 100644
|
| --- a/gpu/config/gpu_driver_bug_list.json
|
| +++ b/gpu/config/gpu_driver_bug_list.json
|
| @@ -1,6 +1,6 @@
|
| {
|
| "name": "gpu driver bug list",
|
| - "version": "10.4",
|
| + "version": "10.5",
|
| "entries": [
|
| {
|
| "id": 1,
|
| @@ -1738,7 +1738,10 @@
|
| {
|
| "id": 174,
|
| "description": "Adreno 4xx support for EXT_multisampled_render_to_texture is buggy on Android 7.0",
|
| - "cr_bugs": [612474],
|
| + "comment": [
|
| + "Disabling EXT_multisampled_render_to_texture triggers the explicit multisample resolve path, which is broken on the same configurations. (See also software rendering list entry #147.)"
|
| + ],
|
| + "cr_bugs": [612474, 696126],
|
| "os": {
|
| "type": "android",
|
| "version": {
|
| @@ -1751,6 +1754,9 @@
|
| "gl_renderer": "Adreno \\(TM\\) 4.*",
|
| "disabled_extensions": [
|
| "GL_EXT_multisampled_render_to_texture"
|
| + ],
|
| + "features": [
|
| + "disable_chromium_framebuffer_multisample"
|
| ]
|
| },
|
| {
|
|
|