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

Unified Diff: cc/base/switches.cc

Issue 2122573003: media: replace LUMINANCE_F16 by RG_88 for 9/10-bit h264 videos Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: introduce --disable-half-float-conversion-texture flag Created 4 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
Index: cc/base/switches.cc
diff --git a/cc/base/switches.cc b/cc/base/switches.cc
index ef4cbc6056b9928b377b16c1b2556e358f413f3b..3614b53903434a0a5b816ca8fc9421dcb1115200 100644
--- a/cc/base/switches.cc
+++ b/cc/base/switches.cc
@@ -44,6 +44,10 @@ const char kSlowDownRasterScaleFactor[] = "slow-down-raster-scale-factor";
// Compress tile textures for GPUs supporting it.
const char kEnableTileCompression[] = "enable-tile-compression";
+// Use RG8 texture instead of half float conversion by CPU.
+const char kDisableHalfFloatConversionTexture[] =
hubbe 2016/09/27 20:49:51 Please use the features API instead.
dshwang 2016/09/28 10:33:27 Got it.
hubbe 2016/09/28 17:57:44 Usually people don't reply until they have actuall
dshwang 2016/09/29 18:52:27 Usually I did :) I want to listen to your opinion
+ "disable-half-float-conversion-texture";
+
// Enable color space aware rasterization and compositing.
const char kEnableColorCorrectRendering[] = "enable-color-correct-rendering";
« no previous file with comments | « cc/base/switches.h ('k') | cc/output/gl_renderer.h » ('j') | cc/output/shader.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698