summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/util/u_keymap.c
AgeCommit message (Collapse)Author
2010-02-03util: Remove unnecessary header.Vinson Lee
2009-10-25gallium: Move enum pipe_error into p_defines.h.José Fonseca
It's really just another define. No need for its own header.
2009-10-17util: Rename from u_* to util_* while we're at it.José Fonseca
To be consistent with the rest.
2009-07-06util: fix possible null pointer usageZack Rusin
found by the clang static analyzer
2009-02-18util: 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-10-07gallium: added general-purpose key->data map/lookup containerBrian Paul