-
Change-Id: Ia0dc10603a77ebcc17b6a48c8bb53f85f004aabf
-
ASTC can be wrapped in a KTX file, but also has its own native file format. This patch provides support for the native ASTC file format (.astc). Textures can be generated using tools (Eg. Mali texture compression tool). Note: ASTC is "OpenGL friendly" in that the textures are pre-flipped vertically. In DALi there is currently not a differenciation between different texture compression formats in that the data (once the header is extracted) is given to the hardware as-is. For this reason textures must currently be pre-flipped vertically (before compression) when using the native .astc file format with DALI. An example .astc file is included as part of the unit tests. Change-Id: I8604fba28bfb83b0deff8689fd5d7cfb8ac770bb
-
ASTC is supported by OpenGL ES 3.1 and above. To build this patch with ASTC support, a GLES 31 context must be specified. To build for desktop with configure, the gles version must be set to 31. Here is an example configure line: CXXFLAGS="-g -O0 -Wno-unused-local-typedefs" CXX="ccache g++" ./configure --prefix=$DESKTOP_PREFIX --enable-debug=yes --enable-profile=UBUNTU --enable-gles=31 With GBS, add the following to your gbs build line: --define "%target_gles_version 31" Change-Id: I4f54f894dd4b8998f16aa98d3d0a06606f0eb7a2
-
Change-Id: I5fa005aead7fac1c3776a8124df52ffd148c5674
-
Change-Id: Ia8272ab838dea4276efca08c94b3d38489e85699
-
Change-Id: Icbfb4b565b3d4e203a7ede1ac246826cdb32324b
-
-ImageView is used by default -ImageActor can still be used if the command line option "--use-image-actor" is specified -Fixed bug on HideAnimation Change-Id: Ib9664b7a99a142681bfdbe9ebb3ab457069d6cf7
-
Change-Id: I0de724d4efd822db22db18e2b411263a0f56f10c
-
Change-Id: I757b36ee3797eca40a3be8b67f73c7b23a81ff70
-
Change-Id: Ie7298f5bbd6bb3c4dea7aef4930f15345a97b173
-
Change-Id: I42df9f8118c56a963c5f37d7a1da61d7cf72f17d
-
Change-Id: Id3088e4f8b6158266b1531a28c1d71b89ac86b95
-
Change-Id: Ibab6ccde4b3ed1d26e75bacc10f3e96c506b8f2d
-
Change-Id: Idcd01e1277c1eaae6cb75544c060389c3c22702f
-
Change-Id: Id65b42e32fdd4b6ed391480f2f40a50071815ea0
-
Change-Id: I76fac1d60cdfb919e1948e9b4e8cafe070aad335
-
Change-Id: I597a13e0c249bdbd20b33e57ecc55e16fdfa8c77
-
Problem: When we are resizing and go past the minimum size of the container and then release, we have to move the distance we moved from the minimum size to the our release point again in order to make the container resize again. Reason: This was because we kept on changing mLayoutSize but did not reset it when the pan starts. Solution: Reset mLayoutSize when the pan starts. Change-Id: I3ded29691e8f1c405847f971d9a89d50aa448fdf -
Change-Id: I82f013d5c5c781acca3886a8d157a2a64f2021cb
-
Change-Id: Ib6b75a5a29448cd7e87cb4ee374fc44146205987
-
Change-Id: I1759e3f574cc35876abc5fdeb75a9d2e4934bd0b
-
…ge." into devel/master
-
Change-Id: Ied10532c95a7aa1c49b87249bc879736721aa10e
-
Updated the item-background-9.png to look nicer. Change-Id: Ied0c432abac9448dfe6c34bc594358e0334fa7fd
-
Change-Id: Ieafb91449fe2f4431206c5e3b449f0b26fd10b13
-
Change-Id: Ib50fdc7505a238115df0b2dd0dbe246022d1acca
-
… atlas." into devel/master
-
Change-Id: If57f3813648b47a811fdc62ed94e9142cece567c
-
Change-Id: I819cd9de6ff49c0d86046aa4f2738f87f21c4a16
-
Change-Id: I5d09c3ba92dca882a6ae3e1765cb105ddad66bec
-
Change-Id: Iccdf7248363a76cb264a5559c11dbed4edbf73bd
-
To allow quitting example with escape or back key Change-Id: Icaa30d4991ee2f65e8c10e4fc136f52de05168cd
-
Change-Id: Ia37d31f8d4e4b0f1d54a9da109c8e0bd159191a6
-
…eViews." into devel/master
-
Change-Id: I93d0cede01c9afd0239ba0230cd082ee4acacd25
-
Change-Id: I4a0238a90a26201086e412369da0170435e1a86b
-
Change-Id: Id633e6b967f901734d12643f6693ba20759988fc