From b901e1f212c11afda05f2628a522d86802f87c52 Mon Sep 17 00:00:00 2001 From: José Fonseca Date: Fri, 19 Dec 2008 20:06:11 +0000 Subject: gallium: Simple and efficient cache. Fixed size hash table. Collisions are handled by simply destroying the previous entry. It hasn't received much testing yet. --- src/gallium/auxiliary/util/SConscript | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/gallium/auxiliary/util/SConscript') diff --git a/src/gallium/auxiliary/util/SConscript b/src/gallium/auxiliary/util/SConscript index e65c17b1cc..1ef06631bf 100644 --- a/src/gallium/auxiliary/util/SConscript +++ b/src/gallium/auxiliary/util/SConscript @@ -7,9 +7,11 @@ util = env.ConvenienceLibrary( 'p_debug_mem.c', 'p_debug_prof.c', 'u_blit.c', + 'u_cache.c', 'u_draw_quad.c', 'u_gen_mipmap.c', 'u_handle_table.c', + 'u_hash.c', 'u_hash_table.c', 'u_math.c', 'u_mm.c', -- cgit v1.2.3