diff options
author | Matt Turner <mattst88@gmail.com> | 2015-02-28 12:12:22 -0800 |
---|---|---|
committer | Emil Velikov <emil.l.velikov@gmail.com> | 2015-08-22 12:59:01 +0100 |
commit | f077632030425f820ebe96144b436e35259e06ab (patch) | |
tree | 1e5c399c4812bf92b61958c153be64f532b77471 /src/util/Makefile.sources | |
parent | d7bafcafd329d23ab0c76e3a6ae06277506f50f3 (diff) |
Revert SHA1 additions.
The shader-cache isn't finished, so the configure checks are a bit
premature and will only stand to confuse users of Mesa 11.0.
This is a squash of the follow four reverts:
Revert "Rename sha1.c and sha1.h to mesa-sha1.c and mesa-sha1.h"
Revert "configure: Add machinery for --enable-shader-cache (and --disable-shader-cache)"
Revert "sha1: Fix gcry_md_hd_t typo."
Revert "mesa: Add mesa SHA-1 functions"
Reviewed-by: Carl Worth <cworth@cworth.org>
Diffstat (limited to 'src/util/Makefile.sources')
-rw-r--r-- | src/util/Makefile.sources | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/util/Makefile.sources b/src/util/Makefile.sources index 82df3bcb00a..1f5386a00e8 100644 --- a/src/util/Makefile.sources +++ b/src/util/Makefile.sources @@ -1,7 +1,3 @@ -MESA_UTIL_SHADER_CACHE_FILES := \ - mesa-sha1.c \ - mesa-sha1.h - MESA_UTIL_FILES := \ bitset.h \ format_srgb.h \ |