diff options
author | Matt Turner <[email protected]> | 2017-09-28 11:29:25 -0700 |
---|---|---|
committer | Matt Turner <[email protected]> | 2017-10-02 19:41:22 -0700 |
commit | f7daa737d17df6d0a847e5c61e48d25e598671f4 (patch) | |
tree | 12e042482f657e06d6a30df0dc08f31dda8f7070 /src/mesa/Makefile.sources | |
parent | 04396a134f003aece573df593acfa1ab4418ffe8 (diff) |
mesa: Combine libtxc_dxtn sources into texcompress_s3tc_tmp.h
Reviewed-by: Nicolai Hähnle <[email protected]>
Reviewed-by: Emil Velikov <[email protected]>
Diffstat (limited to 'src/mesa/Makefile.sources')
-rw-r--r-- | src/mesa/Makefile.sources | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mesa/Makefile.sources b/src/mesa/Makefile.sources index 3042da5c8cd..2e4cf6f6388 100644 --- a/src/mesa/Makefile.sources +++ b/src/mesa/Makefile.sources @@ -249,9 +249,6 @@ MAIN_FILES = \ main/textureview.h \ main/transformfeedback.c \ main/transformfeedback.h \ - main/txc_compress_dxtn.c \ - main/txc_dxtn.h \ - main/txc_fetch_dxtn.c \ main/uniform_query.cpp \ main/uniforms.c \ main/uniforms.h \ |