Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(364)

Unified Diff: content/browser/gpu/software_rendering_list.json

Issue 10962033: Blacklist VMWare software renderer on Linux. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/gpu/software_rendering_list.json
===================================================================
--- content/browser/gpu/software_rendering_list.json (revision 157852)
+++ content/browser/gpu/software_rendering_list.json (working copy)
@@ -68,7 +68,7 @@
{
"name": "software rendering list",
// Please update the version number whenever you change this file.
- "version": "2.11",
+ "version": "3.1",
Ken Russell (switch to Gerrit) 2012/09/21 19:08:02 Just curious, any particular reason to update the
Zhenyao Mo 2012/09/21 19:57:59 This is to reflect now the file is in content/.
"entries": [
{
"id": 1,
@@ -688,6 +688,21 @@
"flash_3d",
"flash_stage3d"
]
+ },
+ {
+ "id": 50,
+ "description": "Disable VMWare software renderer.",
+ "cr_bugs": [145531],
+ "os": {
+ "type": "linux"
+ },
+ "gl_vendor": {
+ "op": "beginwith",
+ "value": "VMWare"
Ken Russell (switch to Gerrit) 2012/09/21 19:08:02 The capitalization doesn't match that in the bug r
Zhenyao Mo 2012/09/21 19:57:59 Thanks for catching this. Updated.
+ },
+ "blacklist": [
+ "all"
+ ]
}
]
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698