History log of /external/mesa3d/src/gallium/auxiliary/util/u_hash_table.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
5d42e3988de8b3e1b37d8c21d18db240bc8b4096 17-Oct-2009 José Fonseca <jfonseca@vmware.com> util: Rename from u_* to util_* while we're at it.

To be consistent with the rest.
/external/mesa3d/src/gallium/auxiliary/util/u_hash_table.c
3924d8611513eea74446d655b554596ab66381ff 16-Oct-2009 Corbin Simpson <MostAwesomeDude@gmail.com> util: Change function names to begin with u_.

Avoids link-time clashes with Mesa's internal hash table.
/external/mesa3d/src/gallium/auxiliary/util/u_hash_table.c
4873031e29e0e8f654f78307e6ec885e68a54d86 21-Jun-2009 Zack Rusin <zack@kde.org> util: fix possible null pointer usage

found by the clang static analyzer
/external/mesa3d/src/gallium/auxiliary/util/u_hash_table.c
ea4bf267e4b023b08043f91ac44592fed1736e7f 18-Feb-2009 José Fonseca <jfonseca@vmware.com> util: Move p_debug.h into util module.

The debug functions depend on several util function for os abstractions, and
these depend on debug functions, so a seperate module is not possible.
/external/mesa3d/src/gallium/auxiliary/util/u_hash_table.c
4f25420bdd834e81a3e22733304efc5261c2998a 25-Aug-2008 Brian Paul <brian.paul@tungstengraphics.com> gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.h

Also, rename p_tile.[ch] to u_tile.[ch]
/external/mesa3d/src/gallium/auxiliary/util/u_hash_table.c
665b327a47ce80d136e91cfafedbc165227ea168 08-May-2008 José Fonseca <jrfonseca@tungstengraphics.com> gallium: Really free hash entries.

Hook up to the new cso_hash_erase function.
/external/mesa3d/src/gallium/auxiliary/util/u_hash_table.c
d26139d6a19aaf8b4dbbaa1ee937fed2283923e4 18-Mar-2008 José Fonseca <jrfonseca@tungstengraphics.com> d3d: Add function to walk through all items in the hash table.
/external/mesa3d/src/gallium/auxiliary/util/u_hash_table.c
42f28684168ff88942f51fb01377702570d9d4d7 13-Mar-2008 José Fonseca <jrfonseca@tungstengraphics.com> gallium: General purpose hash table, which is actually just a convenient frontend to cso_hash.
/external/mesa3d/src/gallium/auxiliary/util/u_hash_table.c