summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/texcompress_s3tc.c
diff options
context:
space:
mode:
authorMatt Turner <[email protected]>2017-09-28 11:29:25 -0700
committerMatt Turner <[email protected]>2017-10-02 19:41:22 -0700
commitf7daa737d17df6d0a847e5c61e48d25e598671f4 (patch)
tree12e042482f657e06d6a30df0dc08f31dda8f7070 /src/mesa/main/texcompress_s3tc.c
parent04396a134f003aece573df593acfa1ab4418ffe8 (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/main/texcompress_s3tc.c')
-rw-r--r--src/mesa/main/texcompress_s3tc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/main/texcompress_s3tc.c b/src/mesa/main/texcompress_s3tc.c
index 992ad058bf3..e08ed23d3af 100644
--- a/src/mesa/main/texcompress_s3tc.c
+++ b/src/mesa/main/texcompress_s3tc.c
@@ -37,6 +37,7 @@
#include "mtypes.h"
#include "texcompress.h"
#include "texcompress_s3tc.h"
+#include "texcompress_s3tc_tmp.h"
#include "texstore.h"
#include "format_unpack.h"
#include "util/format_srgb.h"