From 38ab39f6501f78ea7048e8a16a97fdb075b9d8c7 Mon Sep 17 00:00:00 2001 From: Marek Olšák Date: Tue, 13 Feb 2018 16:02:14 +0100 Subject: mesa: add ASTC 2D LDR decoder MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Tested-by: Mike Lothian Tested-By: Gert Wollny Tested-by: Dieter Nützel --- src/mesa/meson.build | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/mesa/meson.build') diff --git a/src/mesa/meson.build b/src/mesa/meson.build index 8fb7db215c8..29633691ee7 100644 --- a/src/mesa/meson.build +++ b/src/mesa/meson.build @@ -254,6 +254,8 @@ files_libmesa_common = files( 'main/syncobj.c', 'main/syncobj.h', 'main/texcompress.c', + 'main/texcompress_astc.cpp', + 'main/texcompress_astc.h', 'main/texcompress_bptc.c', 'main/texcompress_bptc.h', 'main/texcompress_cpal.c', -- cgit v1.2.3