Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-10-25 | gallium: Move enum pipe_error into p_defines.h. | José Fonseca | |
It's really just another define. No need for its own header. | |||
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. | |||
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. |