2 fixes related to zero copy texture
authoruzair jaleel <uzair.jaleel@samsung.com>
Wed, 18 Jun 2014 20:30:51 +0000 (13:30 -0700)
committerYoungsoo Choi <kenshin.choi@samsung.com>
Tue, 10 Jul 2018 06:57:09 +0000 (06:57 +0000)
Fix for CBGRAPHICS-271-Web pages rendering fine on Enabling --enable-map-image flag on TV
Fix for CBGRAPHICS-331-binding egl_image only once in GLImage::BindTexImage()

Change-Id: I64076b50caedfc939845d635bc6f4330b8a6d04d

tizen_src/impl/command_line_efl.cc

index 05cdd21..c27c72e 100644 (file)
@@ -62,12 +62,7 @@ content::MainFunctionParams CommandLineEfl::GetDefaultPortParams() {
   p_command_line->AppendSwitch(switches::kAllowWebUICompositing);
   p_command_line->AppendSwitch(switches::kEnablePinch);
 
-  // FIXME: Crash is observed if this switch below is applied for TV. So for now enabling
-  //        it only for mobile. More specifically, below line causes rendering issues in
-  //        chromium upversion (M34_1809-> M34_1847).
-#if defined(OS_TIZEN_MOBILE)
   p_command_line->AppendSwitch(cc::switches::kEnableMapImage);
-#endif
   p_command_line->AppendSwitch(cc::switches::kEnableImplSidePainting);
 
   // XXX: Skia benchmarking should be only used for testing,