summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/cso_cache/cso_cache.h
Commit message (Expand)AuthorAgeFilesLines
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-3/+3
* gallium/cso: kill off non-functional shader cachingMarek Olšák2012-02-211-16/+0
* cso: move cso hashes to a more table driven schemeDave Airlie2011-06-031-3/+4
* auxiliary: fix vertex elements csoRoland Scheidegger2010-03-091-1/+6
* gallium: use cso state handling for pipe_vertex_element stateRoland Scheidegger2010-02-181-1/+10
* gallium: fix blend state csoRoland Scheidegger2010-01-301-1/+1
* try to fix the deleting of the bound cso during cleanup of the hashZack Rusin2008-04-301-10/+18
* gallium: fix some cso_state_callback cast warningsBrian2008-03-111-8/+8
* gallium: Use stricter types.José Fonseca2008-02-271-13/+13
* add an explicit callback decleration and use it to silence warningsZack Rusin2008-02-261-1/+3
* hide cso cache definition and add some initial code for size limitingZack Rusin2008-02-261-17/+11
* implement deleting of driver side cached state in cso'sZack Rusin2008-02-261-0/+14
* Add Zack's comments about CSOs.José Fonseca2008-02-251-5/+46
* gallium: Countour MSVC's pickyness for structures returned by value.José Fonseca2008-02-231-4/+2
* gallium: Wrap decls in extern "C".José Fonseca2008-02-231-0/+12
* Code reorganization: s/aux/auxiliary/.José Fonseca2008-02-151-0/+107