Index: trunk/src/gpu/config/software_rendering_list_json.cc |
=================================================================== |
--- trunk/src/gpu/config/software_rendering_list_json.cc (revision 231630) |
+++ trunk/src/gpu/config/software_rendering_list_json.cc (working copy) |
@@ -18,7 +18,7 @@ |
{ |
"name": "software rendering list", |
// Please update the version number whenever you change this file. |
- "version": "6.12", |
+ "version": "6.13", |
"entries": [ |
{ |
"id": 1, |
@@ -1153,6 +1153,17 @@ |
"flash_stage3d", |
"force_compositing_mode" |
] |
+ }, |
+ { |
+ "id": 80, |
+ "description": "Texture sharing should be disabled on all Windows machines", |
+ "cr_bugs": [304369], |
+ "os": { |
+ "type": "win" |
+ }, |
+ "features": [ |
+ "texture_sharing" |
+ ] |
} |
] |
} |