mesa: Remove prog_hash_table.c
authorThomas Helland <thomashelland90@gmail.com>
Tue, 16 Aug 2016 20:10:15 +0000 (22:10 +0200)
committerTimothy Arceri <timothy.arceri@collabora.com>
Mon, 12 Sep 2016 00:48:35 +0000 (10:48 +1000)
commitcf4a4820ac36784cea18cd0393f8ae1bdc853c68
treeea8bb4458b48eea2f38f51a2e773638fc8796d9b
parent42ba435fd16c3372dbc47f6b52deb309a1873b25
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>
src/Makefile.am
src/compiler/SConscript.glsl
src/mesa/Android.libmesa_glsl_utils.mk
src/mesa/Makefile.sources
src/mesa/program/hash_table.h
src/mesa/program/prog_hash_table.c [deleted file]