[Mesa-dev] [PATCH 1/5] mesa: Move string_to_uint_map's implementation to its own c++ header file.
Chad Versace
chad.versace at linux.intel.com
Tue Oct 30 16:47:36 PDT 2012
On 10/25/2012 09:13 AM, Eric Anholt wrote:
> I want to replace the hash_table.[ch] implementation, but this was getting in
> the way.
> ---
> src/glsl/link_uniforms.cpp | 2 +-
> src/glsl/linker.cpp | 1 +
> src/mesa/main/shader_query.cpp | 2 +-
> src/mesa/main/shaderobj.c | 2 +-
> src/mesa/main/uniform_query.cpp | 2 +-
> src/mesa/program/hash_table.h | 95 -----------------------
> src/mesa/program/ir_to_mesa.cpp | 2 +-
> src/mesa/program/sampler.cpp | 2 +-
> src/mesa/program/string_to_uint_map.cpp | 4 +-
> src/mesa/program/string_to_uint_map.h | 128 +++++++++++++++++++++++++++++++
> 10 files changed, 137 insertions(+), 103 deletions(-)
> create mode 100644 src/mesa/program/string_to_uint_map.h
> diff --git a/src/mesa/program/string_to_uint_map.cpp b/src/mesa/program/string_to_uint_map.cpp
> index cfa73ab..b6a08c2 100644
> --- a/src/mesa/program/string_to_uint_map.cpp
> +++ b/src/mesa/program/string_to_uint_map.cpp
> @@ -23,11 +23,11 @@
>
> /**
> * \file string_to_uint_map.cpp
> - * \brief Dumb wrapprs so that C code can create and destroy maps.
> - *
> +` *
Accidental backtick.
Other than that,
Reviewed-by: Chad Versace <chad.versace at linux.intel.com>
More information about the mesa-dev
mailing list