index
:
android-x86-mesa.git
envsa_r300
froyo-x86
r300
Androïd/x86 port of Mesa drivers
Hugues Hiegel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
gallium
/
auxiliary
/
cso_cache
/
cso_context.h
Age
Commit message (
Expand
)
Author
2010-03-19
cso: remove cso_set/save/restore_sampler_textures
Roland Scheidegger
2010-03-12
cso: Remove set/save/restore_vertex_sampler_textures().
Michal Krol
2010-03-12
cso: Add entry points for vertex/fragment sampler views.
Michal Krol
2010-03-09
Merge branch 'gallium-vertexelementcso'
Roland Scheidegger
2010-02-24
cso: Track clip state with cso context.
Michal Krol
2010-02-18
gallium: use cso state handling for pipe_vertex_element state
Roland Scheidegger
2010-02-11
gallium: give pipe_stencil_ref its own cso_save/restore functions
Roland Scheidegger
2010-02-09
gallium: don't put stencil ref value in pipe_depth_stencil_alpha_state
Roland Scheidegger
2010-01-18
cso: Add set_vertex_samplers function
Jakob Bornecrantz
2009-12-25
gallium: add geometry shader support to gallium
Zack Rusin
2009-12-01
cso: Fix function prototype.
Michal Krol
2009-12-01
cso: Add support for separate vertex sampler state.
Michal Krol
2009-10-25
gallium: Move enum pipe_error into p_defines.h.
José Fonseca
2008-04-24
gallium: make cso_release_all() public
Brian Paul
2008-04-24
gallium: added cso_delete_vertex_fragment_shader() functions
Brian Paul
2008-04-21
make the api consistent (all set functions return pipe_error status)
Zack Rusin
2008-04-21
initial stab at error handling in cso
Zack Rusin
2008-04-21
cso: provide functions to bind fs/vs handles directly
Keith Whitwell
2008-03-19
gallium: implement CSO save/restore functions for use by meta operations (bli...
Brian
2008-03-18
gallium: added cso_unset_*() functions
Brian
2008-03-09
cso: add a higher-level interface which does all pipe interactions to set a g...
Keith Whitwell