summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/cso_cache/cso_cache.c
Commit message (Expand)AuthorAgeFilesLines
* cso: don't release sampler states that are boundMarek Olšák2016-12-141-1/+3
* gallium/auxiliary: Sanitize NULL checks into canonical formEdward O'Callaghan2015-12-061-1/+1
* gallium: replace INLINE with inlineIlia Mirkin2015-07-211-4/+4
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-3/+3
* gallium/cso: kill off non-functional shader cachingMarek Olšák2012-02-211-24/+0
* cso: move cso hashes to a more table driven schemeDave Airlie2011-06-031-81/+17
* gallium: use cso state handling for pipe_vertex_element stateRoland Scheidegger2010-02-181-0/+21
* gallium: fix blend state csoRoland Scheidegger2010-01-301-22/+1
* cso: possible null pointer dereferenceZack Rusin2009-07-061-0/+4
* util: Move p_debug.h into util module.José Fonseca2009-02-181-1/+1
* gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.hBrian Paul2008-08-241-1/+2
* try to fix the deleting of the bound cso during cleanup of the hashZack Rusin2008-04-301-8/+32
* fix the simple hash finding function and use itZack Rusin2008-04-231-2/+2
* In case the 'func' is deleting the state move the iterator beforeZack Rusin2008-04-221-1/+1
* cso: propogate one easy error - many moreKeith Whitwell2008-04-211-0/+2
* gallium: Fix memory leak.José Fonseca2008-03-231-19/+22
* fix double deletionZack Rusin2008-03-101-1/+4
* gallium: Fix build on Windows.Michal Krol2008-02-261-1/+1
* implement cache limits for csoZack Rusin2008-02-261-42/+102
* add an explicit callback decleration and use it to silence warningsZack Rusin2008-02-261-1/+1
* hide cso cache definition and add some initial code for size limitingZack Rusin2008-02-261-0/+22
* implement deleting of driver side cached state in cso'sZack Rusin2008-02-261-0/+88
* Replace standand library functions by portable ones.José Fonseca2008-02-251-2/+4
* gallium: Add cso convenience routine (from Keith's patch).José Fonseca2008-02-231-0/+20
* Code reorganization: s/aux/auxiliary/.José Fonseca2008-02-151-0/+181