diff options
Diffstat (limited to 'gpu/config/software_rendering_list_json.cc')
-rw-r--r-- | gpu/config/software_rendering_list_json.cc | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/gpu/config/software_rendering_list_json.cc b/gpu/config/software_rendering_list_json.cc index 5256740..94587d8 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" + ] } ] } |