Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-10-17 | util: Rename from u_* to util_* while we're at it. | José Fonseca | |
To be consistent with the rest. | |||
2009-10-16 | util: Change function names to begin with u_. | Corbin Simpson | |
Avoids link-time clashes with Mesa's internal hash table. | |||
2009-07-06 | util: fix possible null pointer usage | Zack Rusin | |
found by the clang static analyzer | |||
2009-02-18 | util: Move p_debug.h into util module. | José Fonseca | |
The debug functions depend on several util function for os abstractions, and these depend on debug functions, so a seperate module is not possible. | |||
2008-08-24 | gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.h | Brian Paul | |
Also, rename p_tile.[ch] to u_tile.[ch] | |||
2008-05-08 | gallium: Really free hash entries. | José Fonseca | |
Hook up to the new cso_hash_erase function. | |||
2008-03-18 | d3d: Add function to walk through all items in the hash table. | José Fonseca | |
2008-03-13 | gallium: General purpose hash table, which is actually just a convenient ↵ | José Fonseca | |
frontend to cso_hash. |