[Mesa-dev] [PATCH 2/5] mesa: Move the old chaining hash table out of the way.

Chad Versace chad.versace at linux.intel.com
Tue Oct 30 16:47:11 PDT 2012


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.versace at linux.intel.com>



More information about the mesa-dev mailing list