summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/cso_cache/cso_context.h
AgeCommit message (Expand)Author
2011-02-14gallium: always save and restore vertex buffers using cso_cacheMarek Olšák
2010-04-26gallium: interface changes for multisamplingRoland Scheidegger
2010-03-19cso: remove cso_set/save/restore_sampler_texturesRoland Scheidegger
2010-03-12cso: Remove set/save/restore_vertex_sampler_textures().Michal Krol
2010-03-12cso: Add entry points for vertex/fragment sampler views.Michal Krol
2010-03-09Merge branch 'gallium-vertexelementcso'Roland Scheidegger
2010-02-24cso: Track clip state with cso context.Michal Krol
2010-02-18gallium: use cso state handling for pipe_vertex_element stateRoland Scheidegger
2010-02-11gallium: give pipe_stencil_ref its own cso_save/restore functionsRoland Scheidegger
2010-02-09gallium: don't put stencil ref value in pipe_depth_stencil_alpha_stateRoland Scheidegger
2010-01-18cso: Add set_vertex_samplers functionJakob Bornecrantz
2009-12-25gallium: add geometry shader support to galliumZack Rusin
2009-12-01cso: Fix function prototype.Michal Krol
2009-12-01cso: Add support for separate vertex sampler state.Michal Krol
2009-10-25gallium: Move enum pipe_error into p_defines.h.José Fonseca
2008-04-24gallium: make cso_release_all() publicBrian Paul
2008-04-24gallium: added cso_delete_vertex_fragment_shader() functionsBrian Paul
2008-04-21make the api consistent (all set functions return pipe_error status)Zack Rusin
2008-04-21initial stab at error handling in csoZack Rusin
2008-04-21cso: provide functions to bind fs/vs handles directlyKeith Whitwell
2008-03-19gallium: implement CSO save/restore functions for use by meta operations (bli...Brian
2008-03-18gallium: added cso_unset_*() functionsBrian
2008-03-09cso: add a higher-level interface which does all pipe interactions to set a g...Keith Whitwell