Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gallium: Move enum pipe_error into p_defines.h. | José Fonseca | 2009-10-25 | 1 | -1/+1 |
| | | | | It's really just another define. No need for its own header. | ||||
* | util: Rename from u_* to util_* while we're at it. | José Fonseca | 2009-10-17 | 1 | -16/+16 |
| | | | | To be consistent with the rest. | ||||
* | util: Change function names to begin with u_. | Corbin Simpson | 2009-10-16 | 1 | -16/+17 |
| | | | | Avoids link-time clashes with Mesa's internal hash table. | ||||
* | gallium: Really free hash entries. | José Fonseca | 2008-05-08 | 1 | -0/+4 |
| | | | | Hook up to the new cso_hash_erase function. | ||||
* | d3d: Add function to walk through all items in the hash table. | José Fonseca | 2008-03-18 | 1 | -0/+5 |
| | |||||
* | gallium: General purpose hash table, which is actually just a convenient ↵ | José Fonseca | 2008-03-13 | 1 | -0/+86 |
frontend to cso_hash. |