[Mesa-dev] [PATCH 23/23] mesa/glsl: Move string_to_uint_map into the util folder

2016-09-10 Thread Thomas Helland
This clears the last bits of the usecases of the hash table located in mesa/program, allowing us to remove it. V2: Rebase on top of changes to Makefile.sources Signed-off-by: Thomas Helland --- src/compiler/glsl/link_uniform_initializers.cpp| 2 +-

[Mesa-dev] [PATCH 23/23] mesa/glsl: Move string_to_uint_map into the util folder

2016-08-16 Thread Thomas Helland
This clears the last bits of the usecases of the hash table located in mesa/program, allowing us to remove it. Signed-off-by: Thomas Helland --- src/compiler/glsl/link_uniform_initializers.cpp| 2 +- src/compiler/glsl/link_uniforms.cpp| 2 +-