Module: Mesa Branch: master Commit: 38ab39f6501f78ea7048e8a16a97fdb075b9d8c7 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=38ab39f6501f78ea7048e8a16a97fdb075b9d8c7
Author: Marek Olšák <[email protected]> Date: Tue Feb 13 16:02:14 2018 +0100 mesa: add ASTC 2D LDR decoder Tested-by: Mike Lothian <[email protected]> Tested-By: Gert Wollny <[email protected]> Tested-by: Dieter Nützel <[email protected]> --- src/mesa/Makefile.sources | 2 + src/mesa/main/formats.c | 42 + src/mesa/main/formats.h | 3 + src/mesa/main/texcompress_astc.cpp | 1871 ++++++++++++++++++++++++++++++++++++ src/mesa/main/texcompress_astc.h | 47 + src/mesa/meson.build | 2 + src/util/half_float.c | 59 ++ src/util/half_float.h | 5 + 8 files changed, 2031 insertions(+) Diff: http://cgit.freedesktop.org/mesa/mesa/diff/?id=38ab39f6501f78ea7048e8a16a97fdb075b9d8c7 _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
