summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/cso_cache/cso_hash.c
AgeCommit message (Collapse)Author
2008-03-13add a way of removing an exact iterator from the hashZack Rusin
2008-03-10fix double deletionZack Rusin
plus, if the current hash is bigger than max size make sure we delete enough from it
2008-02-26implement cache limits for csoZack Rusin
by default set to 4096, which might be on the large side
2008-02-25Replace standand library functions by portable ones.José Fonseca
2008-02-23gallium: MSVC fixes.José Fonseca
2008-02-19Portability fixes.José Fonseca
Eliminate C99/C++ constructs. (We should actually disable gcc C99 syntax options if we are serious about portability.)
2008-02-15Code reorganization: s/aux/auxiliary/.José Fonseca
"aux" is a reserved name on Windows (X_X)