-
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: Ie7298f5bbd6bb3c4dea7aef4930f15345a97b173
-
Change-Id: Id3088e4f8b6158266b1531a28c1d71b89ac86b95
-
Change-Id: Id65b42e32fdd4b6ed391480f2f40a50071815ea0
-
Change-Id: I1759e3f574cc35876abc5fdeb75a9d2e4934bd0b
-
Updated the item-background-9.png to look nicer. Change-Id: Ied0c432abac9448dfe6c34bc594358e0334fa7fd
-
Change-Id: I5d09c3ba92dca882a6ae3e1765cb105ddad66bec
-
…eViews." into devel/master
-
Change-Id: I4a0238a90a26201086e412369da0170435e1a86b
-
Change-Id: I85a641655c2a1f1691fd53a217ee1600d5a45165
-
Change-Id: If925dd14b7f6091136ec4fdd0c879c53ee43a1ff
-
use the --use-ninepatch command flag to use nine patch images. Change-Id: Ie14eacdf938066343a1d75f6738a3c1dd65a7e81
-
Change-Id: I3bb7ab3711311431cd0cbff0abc2cfdd11ee616d
-
* Added to test Font setting via Property system and system font changes. * 3 Initial TextLabels; first has no font set, second is set via the demo json style sheet, third is set via the SetProperty in code. Only the first should change when the system font changes to a different font * Pressing button creates a new TextLabel with the system font Change-Id: I9291797ba357979d9b3d85ab0d3a30a3fbd6c497 Signed-off-by: Agnelo Vaz <agnelo.vaz@samsung.com>
-
Change-Id: I2d5c022ceee49e7d5732fee4c952f801b72bdcb8
-
Change-Id: I2b1abd915988795432a002369617caa3f0fdc1cb
-
Change-Id: I19544f18bd90836c039d045be4ab2d9d5386b37f
-
* TextField entries removed from demo style sheets Once demo styles can be merged with toolkit styles then some of the removed entries can be put back and demo style sheets used Change-Id: I0047eea7a6bc51177225e20535e413dea3a76fe7 Signed-off-by: Agnelo Vaz <agnelo.vaz@samsung.com>
-
Change-Id: I7402521736ed2b2c0a8ccf8aa8139018444dac7d
-
Change-Id: Ib21ed8b157a7ce22762bc4ee9c04a2bbf5e770b9
-
Change-Id: I571058b0f303fb72ec5e46d55234d5950e91f0ba Signed-off-by: Agnelo Vaz <agnelo.vaz@samsung.com>
-
Change-Id: I8940fb262a864c17942615c37229cb154f955486
-
Change-Id: If79d262a37658ab3de84e98abc399c20e135a391
-
[SRUK] () [Issue#] N/A [Problem] N/A [Cause] N/A [Solution] N/A Change-Id: If2cafffc9545e439994ee5442057004bc2653eab
-
Change-Id: I4e7c3b06fd29a7aa0ad76529b09f6303b9118516
-
- reimplement multivalue using more efficient union inside value - remove unnecessary asserts when types dont match - cleanup and sanitize scripting - remove unnecessary templates from GetEnum, added error handling Change-Id: If87d7eb6b5a0e3ff32f298cccc670b3f34dd091a
-
Change-Id: I05897aa4d0df28cab2e19557c80550420972a9b5
-
Change-Id: I5022e715803acfe04b84046b2e61e5c3826c50fe Signed-off-by: Agnelo Vaz <agnelo.vaz@samsung.com>
-
(also stop hiding the text with mGrabCorner) Change-Id: I74c91714615e44384c1baadfc74621bd9f11c4f9
-
Change-Id: I22ca6b3c21d09bd569b2d63d9df9050f1397fd73
-
Change-Id: Ie55026f59d4d956f3982d9ed3ba43e3cf4efa7eb
-
Change-Id: I8558b0e432cbbf2470fc9b80b4178d20663b3758 Signed-off-by: Andrew Cox <andrew.cox@partner.samsung.com>
-
Change-Id: I75c664598c9c1d25c491ed67c35e08dd33bf96f6
-
Change-Id: I71b1150a76099b136e1157734269f78ebc7e47a0 Signed-off-by: Agnelo Vaz <agnelo.vaz@samsung.com>
-
Change-Id: Idcaadfcdcc7b30aef0a13d7ccbda0ee250c0d15a
-
Conflicts: demo/dali-demo.cpp Change-Id: I7588735ebd065e6c00fd8ac1cd40aac9cf475303
-
Change-Id: I6f9e0583cb67a3297039d76759db5ab0ddec18b6
-
Change-Id: I922f38428990ae202109a65bd711629817574d30