Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | util/cache: add comments, fix formatting | Brian Paul | 2016-04-25 | 1 | -5/+35 |
* | gallium/auxiliary: Trivial code style cleanup | Edward O'Callaghan | 2015-12-06 | 1 | -1/+1 |
* | gallium: replace INLINE with inline | Ilia Mirkin | 2015-07-21 | 1 | -1/+1 |
* | gallium: Replace u_simple_list.h with util/simple_list.h | Eric Anholt | 2015-01-28 | 1 | -1/+1 |
* | u_cache: fix dereference before NULL check | Dave Airlie | 2012-12-04 | 1 | -4/+4 |
* | util: add ensure_sanity checks, fix a bug | Keith Whitwell | 2011-03-09 | 1 | -2/+56 |
* | util: improve cache collision behaviour | Keith Whitwell | 2011-03-09 | 1 | -18/+76 |
* | util: Add remove to util_cache | Alex Corscadden | 2011-03-09 | 1 | -0/+22 |
* | gallium/util: Fix deviation calculation in u_cache. | Vinson Lee | 2010-04-21 | 1 | -1/+1 |
* | util: fix possible null pointer usage | Zack Rusin | 2009-07-06 | 1 | -1/+9 |
* | util: Move p_debug.h into util module. | José Fonseca | 2009-02-18 | 1 | -1/+1 |
* | gallium: const correctness. | José Fonseca | 2008-12-22 | 1 | -8/+8 |
* | gallium: Simple and efficient cache. | José Fonseca | 2008-12-19 | 1 | -0/+209 |