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.c
Age
Commit message (
Expand
)
Author
2008-04-24
gallium: make cso_release_all() public
Brian Paul
2008-04-24
gallium: minor clean-ups, comments
Brian Paul
2008-04-24
gallium: tweak the new shader delete funcs
Brian Paul
2008-04-24
gallium: added cso_delete_vertex_fragment_shader() functions
Brian Paul
2008-04-24
gallium: Fix texture refcount leak.
José Fonseca
2008-04-22
gallium: remove assertions
Brian Paul
2008-04-22
cso: fix vs/fs confusion
Keith Whitwell
2008-04-21
make the api consistent (all set functions return pipe_error status)
Zack Rusin
2008-04-21
handle some of the possible allocation failures within the hash itself
Zack Rusin
2008-04-21
initial stab at error handling in cso
Zack Rusin
2008-04-21
cso: disable not-really-working cso_set_*_shader() funcs
Keith Whitwell
2008-04-21
cso: provide functions to bind fs/vs handles directly
Keith Whitwell
2008-04-22
gallium: Hash the fragment shader tokens, instead of pipe_shader_state.
José Fonseca
2008-04-21
gallium: Do not mistake pipe state objects for state tracker state objects.
José Fonseca
2008-04-20
gallium: Refcount textures.
José Fonseca
2008-03-20
gallium: temporarily disable the memcmp() in cso_set_framebuffer()
Brian
2008-03-19
gallium: fix bug in cso_single_sampler_done() in computation of nr_samplers
Brian Paul
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-13
gallium: remove a debug printf
Brian Paul
2008-03-11
gallium: fix fs/vs typo in cso_set_vertex_shader()
Brian
2008-03-09
gallium: avoid deleting currently-bound CSO's on cache destruction
Keith Whitwell
2008-03-09
cso: fix line endings
Keith Whitwell
2008-03-09
cso: Use MALLOC
Keith Whitwell
2008-03-09
cso: add a higher-level interface which does all pipe interactions to set a g...
Keith Whitwell