Allow to MSAA for Ubuntu profile 09/293609/1
authorEunki, Hong <eunkiki.hong@samsung.com>
Thu, 1 Jun 2023 03:52:56 +0000 (12:52 +0900)
committerEunki, Hong <eunkiki.hong@samsung.com>
Thu, 1 Jun 2023 03:52:56 +0000 (12:52 +0900)
Change-Id: I6e55fe87ea8c9a9414867d66640e97f86ef3b2e1
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
dali/internal/graphics/gles/egl-implementation.cpp

index 7c962bb..d8dfc8b 100644 (file)
@@ -596,7 +596,6 @@ bool EglImplementation::ChooseConfig(bool isWindowType, ColorDepth depth)
   configAttribs.PushBack(EGL_STENCIL_SIZE);
   configAttribs.PushBack(mStencilBufferRequired ? 8 : 0);
 
-#ifndef DALI_PROFILE_UBUNTU
   if(mMultiSamplingLevel != EGL_DONT_CARE)
   {
     configAttribs.PushBack(EGL_SAMPLES);
@@ -604,7 +603,7 @@ bool EglImplementation::ChooseConfig(bool isWindowType, ColorDepth depth)
     configAttribs.PushBack(EGL_SAMPLE_BUFFERS);
     configAttribs.PushBack(1);
   }
-#endif // DALI_PROFILE_UBUNTU
+
   configAttribs.PushBack(EGL_NONE);
 
   // Ensure number of configs is set to 1 as on some drivers,