| Index: gpu/config/software_rendering_list_json.cc
|
| diff --git a/gpu/config/software_rendering_list_json.cc b/gpu/config/software_rendering_list_json.cc
|
| index 5903d1977334753773bfd86653e19d2e110f7831..e84f42cf7da9127a400c3ef707e3a84428b4a58f 100644
|
| --- a/gpu/config/software_rendering_list_json.cc
|
| +++ b/gpu/config/software_rendering_list_json.cc
|
| @@ -18,7 +18,7 @@ const char kSoftwareRenderingListJson[] = LONG_STRING_CONST(
|
| {
|
| "name": "software rendering list",
|
| // Please update the version number whenever you change this file.
|
| - "version": "12.22",
|
| + "version": "12.23",
|
| "entries": [
|
| {
|
| "id": 1,
|
| @@ -1528,6 +1528,17 @@ LONG_STRING_CONST(
|
| "features": [
|
| "gpu_rasterization"
|
| ]
|
| + },
|
| + {
|
| + // Corresponds to GPU driver bug #214.
|
| + "id": 140,
|
| + "description": "Some old Qualcomm scissor bug workaround needs disabling MSAA to work, which is a core part of WebGL 2.",
|
| + "cr_bugs": [670607, 696627, 698197],
|
| + "gl_vendor": "Qualcomm.*",
|
| + "machine_model_name": ["Nexus 7", "KFTHWI", "KFSAWI", "KFAPWI", "KFTHWA", "KFSAWA", "KFAPWA"],
|
| + "features": [
|
| + "webgl2"
|
| + ]
|
| }
|
| ]
|
| }
|
|
|