aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/util/u_cache.c
Commit message (Expand)AuthorAgeFilesLines
* util/cache: add comments, fix formattingBrian Paul2016-04-251-5/+35
* gallium/auxiliary: Trivial code style cleanupEdward O'Callaghan2015-12-061-1/+1
* gallium: replace INLINE with inlineIlia Mirkin2015-07-211-1/+1
* gallium: Replace u_simple_list.h with util/simple_list.hEric Anholt2015-01-281-1/+1
* u_cache: fix dereference before NULL checkDave Airlie2012-12-041-4/+4
* util: add ensure_sanity checks, fix a bugKeith Whitwell2011-03-091-2/+56
* util: improve cache collision behaviourKeith Whitwell2011-03-091-18/+76
* util: Add remove to util_cacheAlex Corscadden2011-03-091-0/+22
* gallium/util: Fix deviation calculation in u_cache.Vinson Lee2010-04-211-1/+1
* util: fix possible null pointer usageZack Rusin2009-07-061-1/+9
* util: Move p_debug.h into util module.José Fonseca2009-02-181-1/+1
* gallium: const correctness.José Fonseca2008-12-221-8/+8
* gallium: Simple and efficient cache.José Fonseca2008-12-191-0/+209