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

Unified Diff: chrome/browser/resources/software_rendering_list.json

Issue 6588138: Implemented multisampling control in software rendering list. Move prelimina... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 10 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
Index: chrome/browser/resources/software_rendering_list.json
===================================================================
--- chrome/browser/resources/software_rendering_list.json (revision 76655)
+++ chrome/browser/resources/software_rendering_list.json (working copy)
@@ -26,9 +26,8 @@
// 7. "gl_renderer" is a STRING structure (defined below).
// 8: "Exceptions" is a list of entries.
// 9. "blacklist" is a list of gpu feature strings, valid values include
-// "accelerated_2d_canvas", "accelerated_compositing", "webgl", and "all".
-// Currently whatever feature is selected, the effect is the same as "all",
-// i.e., it's not supported to turn off one GPU feature and not the others.
+// "accelerated_2d_canvas", "accelerated_compositing", "webgl",
+// "multisampling", and "all".
//
// VERSION includes "op" "number", and "number2". "op" can be any of the
// following values: "=", "<", "<=", ">", ">=", "any", "between". "number2" is

Powered by Google App Engine
This is Rietveld 408576698