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/Android.libmesa_glsl_utils.mk | |
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/Android.libmesa_glsl_utils.mk')
-rw-r--r-- | src/mesa/Android.libmesa_glsl_utils.mk | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/Android.libmesa_glsl_utils.mk b/src/mesa/Android.libmesa_glsl_utils.mk index dfea801b057..0d83cd5a9bf 100644 --- a/src/mesa/Android.libmesa_glsl_utils.mk +++ b/src/mesa/Android.libmesa_glsl_utils.mk @@ -44,7 +44,6 @@ LOCAL_C_INCLUDES := \ LOCAL_SRC_FILES := \ main/extensions_table.c \ main/imports.c \ - program/prog_hash_table.c \ program/symbol_table.c \ program/dummy_errors.c @@ -70,7 +69,6 @@ LOCAL_C_INCLUDES := \ LOCAL_SRC_FILES := \ main/extensions_table.c \ main/imports.c \ - program/prog_hash_table.c \ program/symbol_table.c \ program/dummy_errors.c |