diff options
author | Thomas Helland <[email protected]> | 2016-08-16 22:10:15 +0200 |
---|---|---|
committer | Timothy Arceri <[email protected]> | 2016-09-12 10:48:35 +1000 |
commit | cf4a4820ac36784cea18cd0393f8ae1bdc853c68 (patch) | |
tree | ea8bb4458b48eea2f38f51a2e773638fc8796d9b /src/mesa/Makefile.sources | |
parent | 42ba435fd16c3372dbc47f6b52deb309a1873b25 (diff) |
mesa: Remove prog_hash_table.c
Here we make the prog_hash_table functionally equivalent to
the one in util by wrapping the remaing functions that differ.
We also move the functions to the header so we can remove the c
file.
This enables us to do a step-by-step replacement of the table.
Signed-off-by: Thomas Helland <[email protected]>
Reviewed-by: Timothy Arceri <[email protected]>
Diffstat (limited to 'src/mesa/Makefile.sources')
-rw-r--r-- | src/mesa/Makefile.sources | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/Makefile.sources b/src/mesa/Makefile.sources index 363b1339d78..d02695d8782 100644 --- a/src/mesa/Makefile.sources +++ b/src/mesa/Makefile.sources @@ -527,7 +527,6 @@ PROGRAM_FILES = \ program/prog_cache.h \ program/prog_execute.c \ program/prog_execute.h \ - program/prog_hash_table.c \ program/prog_instruction.c \ program/prog_instruction.h \ program/prog_noise.c \ |