summaryrefslogtreecommitdiffstats
path: root/src/mesa/Makefile.sources
diff options
context:
space:
mode:
authorMarek Olšák <[email protected]>2018-02-13 16:02:14 +0100
committerMarek Olšák <[email protected]>2018-07-31 18:09:57 -0400
commit38ab39f6501f78ea7048e8a16a97fdb075b9d8c7 (patch)
tree8c1166d4d47c30d4e2a1316f62fa33e971c69bb6 /src/mesa/Makefile.sources
parent5be352b4303a759c8ebbbd047365e94f66a098f0 (diff)
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]>
Diffstat (limited to 'src/mesa/Makefile.sources')
-rw-r--r--src/mesa/Makefile.sources2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mesa/Makefile.sources b/src/mesa/Makefile.sources
index 63f3734c322..ae8934e2830 100644
--- a/src/mesa/Makefile.sources
+++ b/src/mesa/Makefile.sources
@@ -214,6 +214,8 @@ MAIN_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_bptc_tmp.h \