index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
pipe
/
softpipe
/
sp_state_blend.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make softpipe behave more like a real driver by always allocating something
Zack Rusin
2007-10-03
1
-9
/
+14
*
Make the alpha test state a cso.
Zack Rusin
2007-09-21
1
-3
/
+17
*
Convert depth_stencil state to the new semantics.
Zack Rusin
2007-09-20
1
-10
/
+6
*
Avoid redundant reallocation of the template.
Zack Rusin
2007-09-19
1
-5
/
+4
*
Redo the cso cache to map driver data in a lot more pleasing way.
Zack Rusin
2007-09-19
1
-5
/
+5
*
Combing depth and stencil objects and making them immutable.
Zack Rusin
2007-09-18
1
-14
/
+20
*
Fix the warning.
Zack Rusin
2007-09-18
1
-1
/
+1
*
First stab at immutable state objects (create/bind/delete)
Zack Rusin
2007-09-18
1
-2
/
+17
*
Continue reducing dependencies on core mesa include files.
Keith Whitwell
2007-08-14
1
-2
/
+0
*
Begin hooking up stenciling.
Brian
2007-07-10
1
-0
/
+11
*
Rename G_NEW_* tokens to SP_NEW_*
Brian
2007-07-09
1
-4
/
+4
*
New 'draw' module for primitive drawing (clipping, culling, etc).
Brian
2007-07-09
1
-2
/
+0
*
hook in state tracking for blend color
Brian
2007-07-03
1
-0
/
+11
*
checkpoint: implement z/depth testing
Brian
2007-06-20
1
-0
/
+26
*
quad blending works now, but many blend terms need to be added in blend_quad().
Brian
2007-06-20
1
-0
/
+47