diff options
author | Thomas Helland <thomashelland90@gmail.com> | 2016-08-16 22:10:15 +0200 |
---|---|---|
committer | Timothy Arceri <timothy.arceri@collabora.com> | 2016-09-12 10:48:35 +1000 |
commit | cf4a4820ac36784cea18cd0393f8ae1bdc853c68 (patch) | |
tree | ea8bb4458b48eea2f38f51a2e773638fc8796d9b /src/Makefile.am | |
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 <thomashelland90@gmail.com>
Reviewed-by: Timothy Arceri <timothy.arceri@collabora.com>
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 91d753aae3..b0b64d7388 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -117,6 +117,5 @@ noinst_LTLIBRARIES = libglsl_util.la libglsl_util_la_SOURCES = \ mesa/main/extensions_table.c \ mesa/main/imports.c \ - mesa/program/prog_hash_table.c \ mesa/program/symbol_table.c \ mesa/program/dummy_errors.c |