summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/util/u_cache.c
AgeCommit message (Expand)AuthorFilesLines
2012-12-04u_cache: fix dereference before NULL checkDave Airlie1-4/+4
2011-03-09util: add ensure_sanity checks, fix a bugKeith Whitwell1-2/+56
2011-03-09util: improve cache collision behaviourKeith Whitwell1-18/+76
2011-03-09util: Add remove to util_cacheAlex Corscadden1-0/+22
2010-04-21gallium/util: Fix deviation calculation in u_cache.Vinson Lee1-1/+1
2009-07-06util: fix possible null pointer usageZack Rusin1-1/+9
2009-02-18util: Move p_debug.h into util module.José Fonseca1-1/+1
2008-12-22gallium: const correctness.José Fonseca1-8/+8
2008-12-19gallium: Simple and efficient cache.José Fonseca1-0/+209