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
/
pipe
/
softpipe
/
sp_state_blend.c
Age
Commit message (
Expand
)
Author
2007-10-29
Make it compile under linux.
Michal Krol
2007-10-29
Make gallium compile in win32.
Michal Krol
2007-10-03
Make softpipe behave more like a real driver by always allocating something
Zack Rusin
2007-09-21
Make the alpha test state a cso.
Zack Rusin
2007-09-20
Convert depth_stencil state to the new semantics.
Zack Rusin
2007-09-19
Avoid redundant reallocation of the template.
Zack Rusin
2007-09-19
Redo the cso cache to map driver data in a lot more pleasing way.
Zack Rusin
2007-09-18
Combing depth and stencil objects and making them immutable.
Zack Rusin
2007-09-18
Fix the warning.
Zack Rusin
2007-09-18
First stab at immutable state objects (create/bind/delete)
Zack Rusin
2007-08-14
Continue reducing dependencies on core mesa include files.
Keith Whitwell
2007-07-10
Begin hooking up stenciling.
Brian
2007-07-09
Rename G_NEW_* tokens to SP_NEW_*
Brian
2007-07-09
New 'draw' module for primitive drawing (clipping, culling, etc).
Brian
2007-07-03
hook in state tracking for blend color
Brian
2007-06-20
checkpoint: implement z/depth testing
Brian
2007-06-20
quad blending works now, but many blend terms need to be added in blend_quad().
Brian