| 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 5256740334385c45d473d88355f934a79e2b6cc1..94587d8c1537eedde0af042f9ffa4905766d0ee5 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": "6.11",
|
| + "version": "6.12",
|
| "entries": [
|
| {
|
| "id": 1,
|
| @@ -1129,6 +1129,17 @@ LONG_STRING_CONST(
|
| "features": [
|
| "accelerated_video_decode"
|
| ]
|
| + },
|
| + {
|
| + "id": 79,
|
| + "description": "Texture sharing should be disabled on all Windows machines",
|
| + "cr_bugs": [304369],
|
| + "os": {
|
| + "type": "win"
|
| + },
|
| + "features": [
|
| + "texture_sharing"
|
| + ]
|
| }
|
| ]
|
| }
|
|
|