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

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

Issue 10909242: Add "panel_fitting" GPU feature type and use it for mirror mode. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Fix compilation on non-Chrome OS Created 8 years, 2 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 | « content/browser/gpu/gpu_util_unittest.cc ('k') | content/public/common/gpu_feature_type.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/gpu/software_rendering_list.json
diff --git a/content/browser/gpu/software_rendering_list.json b/content/browser/gpu/software_rendering_list.json
index d5d4c0ddfd64ff74058ee12d2eb1912b6dc8580c..a4f08a039fc8cba01d4ca08313ddc996a673b626 100644
--- a/content/browser/gpu/software_rendering_list.json
+++ b/content/browser/gpu/software_rendering_list.json
@@ -41,7 +41,7 @@
// 19. "blacklist" is a list of gpu feature strings, valid values include
// "accelerated_2d_canvas", "accelerated_compositing", "webgl",
// "multisampling", "flash_3d", "flash_stage3d", "texture_sharing",
-// "accelerated_video_decode", and "all".
+// "accelerated_video_decode", "panel_fitting", and "all".
// This field is mandatory.
// 20. "description" has the description of the entry.
// 21. "webkit_bugs" is an array of associated webkit bug numbers.
@@ -74,7 +74,7 @@
{
"name": "software rendering list",
// Please update the version number whenever you change this file.
- "version": "3.8",
+ "version": "3.9",
"entries": [
{
"id": 1,
@@ -855,6 +855,22 @@
"flash_3d",
"flash_stage3d"
]
+ },
+ {
+ "id": 57,
+ "description": "Enable panel fitting capability on ChromeOS only on Ivy Bridge Graphics Controller.",
+ "exceptions": [
+ {
+ "os": {
+ "type": "chromeos"
+ },
+ "vendor_id": "0x8086",
+ "device_id": ["0x0166"]
+ }
+ ],
+ "blacklist": [
+ "panel_fitting"
+ ]
}
]
}
« no previous file with comments | « content/browser/gpu/gpu_util_unittest.cc ('k') | content/public/common/gpu_feature_type.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698