[Tizen] change to highp from mediump for uMvpMatrix 00/196500/1 submit/tizen_5.0/20190102.014233 submit/tizen_5.0/20190102.061053
authorJoogab Yun <joogab.yun@samsung.com>
Wed, 2 Jan 2019 01:19:13 +0000 (10:19 +0900)
committerJoogab Yun <joogab.yun@samsung.com>
Wed, 2 Jan 2019 01:23:32 +0000 (10:23 +0900)
When we enter text, the text coordinates look shaky.
(ex Muse divice in VD)

Change-Id: Ib1dccf73c629d6efdde89becc62eae5493416ee1

dali-toolkit/internal/text/rendering/atlas/text-atlas-renderer.cpp [changed mode: 0644->0755]

old mode 100644 (file)
new mode 100755 (executable)
index 2fa2c8b..e06b958
@@ -49,7 +49,7 @@ attribute mediump vec2    aPosition;
 attribute mediump vec2    aTexCoord;
 attribute mediump vec4    aColor;
 uniform   mediump vec2    uOffset;
-uniform   mediump mat4    uMvpMatrix;
+uniform     highp mat4    uMvpMatrix;
 varying   mediump vec2    vTexCoord;
 varying   mediump vec4    vColor;