aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/util/u_keymap.c
Commit message (Collapse)AuthorAgeFilesLines
* util: Remove unnecessary header.Vinson Lee2010-02-031-1/+0
|
* gallium: Move enum pipe_error into p_defines.h.José Fonseca2009-10-251-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é Fonseca2009-10-171-1/+1
| | | | To be consistent with the rest.
* util: fix possible null pointer usageZack Rusin2009-07-061-1/+11
| | | | found by the clang static analyzer
* util: Move p_debug.h into util module.José Fonseca2009-02-181-1/+1
| | | | | The debug functions depend on several util function for os abstractions, and these depend on debug functions, so a seperate module is not possible.
* gallium: added general-purpose key->data map/lookup containerBrian Paul2008-10-071-0/+309