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

Unified Diff: cc/base/switches.cc

Issue 2704303005: Pyramid sequence for testing
Patch Set: test4 Created 3 years, 9 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 | « cc/base/switches.h ('k') | cc/base/tiling_data.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/base/switches.cc
diff --git a/cc/base/switches.cc b/cc/base/switches.cc
index 55fdf77298689d3fd3328ddf72b27e76533de87e..f9b362731436cdf0138876c61ff45786c28c0d45 100644
--- a/cc/base/switches.cc
+++ b/cc/base/switches.cc
@@ -47,6 +47,11 @@ const char kEnableColorCorrectRendering[] = "enable-color-correct-rendering";
// Enables the GPU benchmarking extension
const char kEnableGpuBenchmarking[] = "enable-gpu-benchmarking";
+// Enables the different tiling iterator. For better iteration order of odd
+// sized tiles, i.e. tiles not having aspect ratio 1, specify
+// "--tiling-iterator=pyramid-sequence".
+const char kTilingIterator[] = "tiling-iterator";
+
// Force all rasterization and compositing to be done in linear color space,
// with physically correct blending and interpolation.
const char kEnableTrueColorRendering[] = "enable-true-color-rendering";
« no previous file with comments | « cc/base/switches.h ('k') | cc/base/tiling_data.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698