On 10/25/2012 09:13 AM, Eric Anholt wrote:
> I'm replacing it with a better implementation also named hash_table.c, and
> want to have an incremental migration.
> ---
>  src/glsl/Makefile.am                   |    4 +-
>  src/glsl/SConscript                    |    4 +-
>  src/glsl/glcpp/Makefile.am             |    2 +-
>  src/mesa/Android.mk                    |    4 +-
>  src/mesa/SConscript                    |    2 +-
>  src/mesa/program/chaining_hash_table.c |  235 
> ++++++++++++++++++++++++++++++++
>  src/mesa/program/hash_table.c          |  235 
> --------------------------------
>  src/mesa/sources.mak                   |    2 +-
>  8 files changed, 244 insertions(+), 244 deletions(-)
>  create mode 100644 src/mesa/program/chaining_hash_table.c
>  delete mode 100644 src/mesa/program/hash_table.c

Reviewed-by: Chad Versace <chad.vers...@linux.intel.com>

_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to