Merge "CanvasRenderer: Refactoring tvgObject management" into devel/master
authorjunsu choi <jsuya.choi@samsung.com>
Tue, 8 Jun 2021 01:42:00 +0000 (01:42 +0000)
committerGerrit Code Review <gerrit@review>
Tue, 8 Jun 2021 01:42:00 +0000 (01:42 +0000)
dali/internal/graphics/gles-impl/gles-graphics-types.h
dali/public-api/dali-adaptor-version.cpp
packaging/dali-adaptor.spec

index e90f2bc..8c77721 100644 (file)
@@ -865,12 +865,12 @@ struct GLTextureFormatType
       }
       case Graphics::Format::ETC2_R8G8B8A8_UNORM_BLOCK:
       {
-        Assign(0, 0);
+        Assign(GL_COMPRESSED_RGBA8_ETC2_EAC, 0);
         break;
       }
       case Graphics::Format::ETC2_R8G8B8A8_SRGB_BLOCK:
       {
-        Assign(0, 0);
+        Assign(GL_COMPRESSED_SRGB8_ALPHA8_ETC2_EAC, 0);
         break;
       }
       case Graphics::Format::EAC_R11_UNORM_BLOCK:
index 300ed29..f69a6d1 100644 (file)
@@ -27,7 +27,7 @@ namespace Dali
 {
 const unsigned int ADAPTOR_MAJOR_VERSION = 2;
 const unsigned int ADAPTOR_MINOR_VERSION = 0;
-const unsigned int ADAPTOR_MICRO_VERSION = 28;
+const unsigned int ADAPTOR_MICRO_VERSION = 29;
 const char* const  ADAPTOR_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index 2fd388c..bc5290c 100644 (file)
@@ -17,7 +17,7 @@
 
 Name:       dali2-adaptor
 Summary:    The DALi Tizen Adaptor
-Version:    2.0.28
+Version:    2.0.29
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT