mesa: add ASTC 2D LDR decoder
authorMarek Olšák <marek.olsak@amd.com>
Tue, 13 Feb 2018 15:02:14 +0000 (16:02 +0100)
committerMarek Olšák <marek.olsak@amd.com>
Tue, 31 Jul 2018 22:09:57 +0000 (18:09 -0400)
commit38ab39f6501f78ea7048e8a16a97fdb075b9d8c7
tree8c1166d4d47c30d4e2a1316f62fa33e971c69bb6
parent5be352b4303a759c8ebbbd047365e94f66a098f0
mesa: add ASTC 2D LDR decoder

Tested-by: Mike Lothian <mike@fireburn.co.uk>
Tested-By: Gert Wollny <gert.wollny@collabora.com>
Tested-by: Dieter Nützel <Dieter@nuetzel-hh.de>
src/mesa/Makefile.sources
src/mesa/main/formats.c
src/mesa/main/formats.h
src/mesa/main/texcompress_astc.cpp [new file with mode: 0644]
src/mesa/main/texcompress_astc.h [new file with mode: 0644]
src/mesa/meson.build
src/util/half_float.c
src/util/half_float.h