Add multisampling samples count to '4' for canvas.
authorSuchit Agrawal <a.suchit@samsung.com>
Wed, 11 Feb 2015 15:16:44 +0000 (15:16 +0000)
committerYoungsoo Choi <kenshin.choi@samsung.com>
Tue, 10 Jul 2018 06:57:09 +0000 (06:57 +0000)
Default multisampling count set to 4.
We can change it using command line argument :
 --canvas-msaa-sample-count=|value|
Reviewed by: Prashant Nevase, venu musham

Change-Id: I3a33cef5542946af99dd038fa1c9b28c96b767b7
Signed-off-by: Suchit Agrawal <a.suchit@samsung.com>
tizen_src/impl/command_line_efl.cc

index 6b17e6b..6c57e99 100644 (file)
@@ -83,6 +83,8 @@ content::MainFunctionParams CommandLineEfl::GetDefaultPortParams() {
   p_command_line->AppendSwitch(switches::kUseMobileUserAgent);
   p_command_line->AppendSwitch(switches::kEnableViewportMeta);
   p_command_line->AppendSwitch(cc::switches::kEnableParallelCanvasMode);
+  p_command_line->AppendSwitchASCII(
+      switches::kAcceleratedCanvas2dMSAASampleCount, "4");
 #endif
 
   if (p_command_line->HasSwitch(switches::kDisableIpcSandbox))