Re: [Mesa-dev] [PATCH 3/4] util: Implement a hash table cloning function

2017-01-12 Thread Vladislav Egorov
12.01.2017 22:23, Thomas Helland пишет: --- src/util/hash_table.c | 22 ++ src/util/hash_table.h | 2 ++ 2 files changed, 24 insertions(+) diff --git a/src/util/hash_table.c b/src/util/hash_table.c index 9e643af8b2..702f465382 100644 --- a/src/util/hash_table.c +++ b/sr

[Mesa-dev] [PATCH 3/4] util: Implement a hash table cloning function

2017-01-12 Thread Thomas Helland
--- src/util/hash_table.c | 22 ++ src/util/hash_table.h | 2 ++ 2 files changed, 24 insertions(+) diff --git a/src/util/hash_table.c b/src/util/hash_table.c index 9e643af8b2..702f465382 100644 --- a/src/util/hash_table.c +++ b/src/util/hash_table.c @@ -140,6 +140,28 @@ _mesa