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
/
mesa
/
state_tracker
/
st_cache.c
Age
Commit message (
Expand
)
Author
2007-10-03
Explain a little better what we're doing here.
Zack Rusin
2007-09-21
Make the alpha test state a cso.
Zack Rusin
2007-09-20
Allow drivers to cache the template in case they want to
Zack Rusin
2007-09-20
Fix failover state binding and convert the sampler to use the new
Zack Rusin
2007-09-20
Convert depth_stencil state to the new semantics.
Zack Rusin
2007-09-20
Switch fragment/vertex shaders to the new caching semantics.
Zack Rusin
2007-09-19
Convert the rasterizer cso to the new semantics.
Zack Rusin
2007-09-19
Redo the cso cache to map driver data in a lot more pleasing way.
Zack Rusin
2007-09-19
Finish up conversions of shaders to immutable objects.
Zack Rusin
2007-09-18
Convert shader to an immutable state object.
Zack Rusin
2007-09-18
move cso cache to the pipe directory
Zack Rusin
2007-09-18
converting the setup state to immutable object and renaming it to rasterizer ...
Zack Rusin
2007-09-18
Combing depth and stencil objects and making them immutable.
Zack Rusin
2007-09-18
Make sampler an immutable state object.
Zack Rusin
2007-09-18
Implementing a better hash, removing state_tracker dependency from the cache.
Zack Rusin