summaryrefslogtreecommitdiffstats
path: root/src/util/Makefile.sources
diff options
context:
space:
mode:
authorMarek Olšák <[email protected]>2016-11-13 16:38:01 +0100
committerMarek Olšák <[email protected]>2016-11-15 20:22:28 +0100
commit31727300e177b11c2b2b267838b59b090cb605d0 (patch)
treefe8780aeade71541c70849edb18ce600977ee400 /src/util/Makefile.sources
parent5b8876609ec526cd407e86b50bf8587ddb5bbacd (diff)
util: import cache.c/h from glsl
It's not dependent on GLSL and it can be useful for shader caches that don't deal with GLSL. v2: address review comments v3: keep the other 3 lines in configure.ac Reviewed-by: Emil Velikov <[email protected]>
Diffstat (limited to 'src/util/Makefile.sources')
-rw-r--r--src/util/Makefile.sources2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/util/Makefile.sources b/src/util/Makefile.sources
index c5531c82d8a..b7ca347f5e8 100644
--- a/src/util/Makefile.sources
+++ b/src/util/Makefile.sources
@@ -4,6 +4,8 @@ MESA_UTIL_FILES := \
bitset.h \
debug.c \
debug.h \
+ disk_cache.c \
+ disk_cache.h \
format_r11g11b10f.h \
format_rgb9e5.h \
format_srgb.h \