aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/cso_cache/cso_context.h
Commit message (Expand)AuthorAgeFilesLines
* gallium: make cso_release_all() publicBrian Paul2008-04-241-0/+2
* gallium: added cso_delete_vertex_fragment_shader() functionsBrian Paul2008-04-241-0/+6
* make the api consistent (all set functions return pipe_error status)Zack Rusin2008-04-211-13/+13
* initial stab at error handling in csoZack Rusin2008-04-211-17/+17
* cso: provide functions to bind fs/vs handles directlyKeith Whitwell2008-04-211-0/+4
* gallium: implement CSO save/restore functions for use by meta operations (bli...Brian2008-03-191-9/+44
* gallium: added cso_unset_*() functionsBrian2008-03-181-0/+13
* cso: add a higher-level interface which does all pipe interactions to set a g...Keith Whitwell2008-03-091-0/+85