summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/cso_cache/cso_context.h
Commit message (Expand)AuthorAgeFilesLines
* gallium: always save and restore vertex buffers using cso_cacheMarek Olšák2011-02-141-0/+7
* gallium: interface changes for multisamplingRoland Scheidegger2010-04-261-0/+2
* cso: remove cso_set/save/restore_sampler_texturesRoland Scheidegger2010-03-191-8/+0
* cso: Remove set/save/restore_vertex_sampler_textures().Michal Krol2010-03-121-11/+0
* cso: Add entry points for vertex/fragment sampler views.Michal Krol2010-03-121-0/+28
* Merge branch 'gallium-vertexelementcso'Roland Scheidegger2010-03-091-1/+6
|\
| * gallium: use cso state handling for pipe_vertex_element stateRoland Scheidegger2010-02-181-1/+6
* | cso: Track clip state with cso context.Michal Krol2010-02-241-0/+13
|/
* gallium: give pipe_stencil_ref its own cso_save/restore functionsRoland Scheidegger2010-02-111-0/+2
* gallium: don't put stencil ref value in pipe_depth_stencil_alpha_stateRoland Scheidegger2010-02-091-0/+4
* cso: Add set_vertex_samplers functionJakob Bornecrantz2010-01-181-0/+4
* gallium: add geometry shader support to galliumZack Rusin2009-12-251-0/+7
* cso: Fix function prototype.Michal Krol2009-12-011-1/+1
* cso: Add support for separate vertex sampler state.Michal Krol2009-12-011-0/+25
* gallium: Move enum pipe_error into p_defines.h.José Fonseca2009-10-251-1/+1
* 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