[Mesa-dev] [PATCH 1/2] hash_table: Make string_to_uint_map make a copy of the name
Kenneth Graunke
kenneth at whitecape.org
Sun Oct 9 23:45:43 PDT 2011
On 10/07/2011 04:33 PM, Ian Romanick wrote:
> From: Ian Romanick <ian.d.romanick at intel.com>
>
> The hash table needs a copy of the key that it can keep for
> comparisons during searches.
>
> Signed-off-by: Ian Romanick <ian.d.romanick at intel.com>
> Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=41499
> Cc: Stéphane Marchesin <stephane.marchesin at gmail.com>
> Cc: Luzipher <luziphermcleod at yahoo.ie>
> Cc: Michał Lipski <tallica at o2.pl>
> ---
> src/mesa/program/hash_table.h | 18 +++++++++++++++++-
> 1 files changed, 17 insertions(+), 1 deletions(-)
For both patches:
Reviewed-by: Kenneth Graunke <kenneth at whitecape.org>
More information about the mesa-dev
mailing list