summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/cso_cache/cso_cache.c
AgeCommit message (Expand)AuthorFilesLines
2014-01-17s/Tungsten Graphics/VMware/José Fonseca1-3/+3
2012-02-21gallium/cso: kill off non-functional shader cachingMarek Olšák1-24/+0
2011-06-03cso: move cso hashes to a more table driven schemeDave Airlie1-81/+17
2010-02-18gallium: use cso state handling for pipe_vertex_element stateRoland Scheidegger1-0/+21
2010-01-30gallium: fix blend state csoRoland Scheidegger1-22/+1
2009-07-06cso: possible null pointer dereferenceZack Rusin1-0/+4
2009-02-18util: Move p_debug.h into util module.José Fonseca1-1/+1
2008-08-24gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.hBrian Paul1-1/+2
2008-04-30try to fix the deleting of the bound cso during cleanup of the hashZack Rusin1-8/+32
2008-04-23fix the simple hash finding function and use itZack Rusin1-2/+2
2008-04-22In case the 'func' is deleting the state move the iterator beforeZack Rusin1-1/+1
2008-04-21cso: propogate one easy error - many moreKeith Whitwell1-0/+2
2008-03-23gallium: Fix memory leak.José Fonseca1-19/+22
2008-03-10fix double deletionZack Rusin1-1/+4
2008-02-26gallium: Fix build on Windows.Michal Krol1-1/+1
2008-02-26implement cache limits for csoZack Rusin1-42/+102
2008-02-26add an explicit callback decleration and use it to silence warningsZack Rusin1-1/+1
2008-02-26hide cso cache definition and add some initial code for size limitingZack Rusin1-0/+22
2008-02-26implement deleting of driver side cached state in cso'sZack Rusin1-0/+88
2008-02-25Replace standand library functions by portable ones.José Fonseca1-2/+4
2008-02-23gallium: Add cso convenience routine (from Keith's patch).José Fonseca1-0/+20
2008-02-15Code reorganization: s/aux/auxiliary/.José Fonseca1-0/+181