summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/cso_cache/cso_cache.c
AgeCommit message (Expand)Author
2010-02-18gallium: use cso state handling for pipe_vertex_element stateRoland Scheidegger
2010-01-30gallium: fix blend state csoRoland Scheidegger
2009-07-06cso: possible null pointer dereferenceZack Rusin
2009-02-18util: Move p_debug.h into util module.José Fonseca
2008-08-24gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.hBrian Paul
2008-04-30try to fix the deleting of the bound cso during cleanup of the hashZack Rusin
2008-04-23fix the simple hash finding function and use itZack Rusin
2008-04-22In case the 'func' is deleting the state move the iterator beforeZack Rusin
2008-04-21cso: propogate one easy error - many moreKeith Whitwell
2008-03-23gallium: Fix memory leak.José Fonseca
2008-03-10fix double deletionZack Rusin
2008-02-26gallium: Fix build on Windows.Michal Krol
2008-02-26implement cache limits for csoZack Rusin
2008-02-26add an explicit callback decleration and use it to silence warningsZack Rusin
2008-02-26hide cso cache definition and add some initial code for size limitingZack Rusin
2008-02-26implement deleting of driver side cached state in cso'sZack Rusin
2008-02-25Replace standand library functions by portable ones.José Fonseca
2008-02-23gallium: Add cso convenience routine (from Keith's patch).José Fonseca
2008-02-15Code reorganization: s/aux/auxiliary/.José Fonseca