index
:
Mesa
glamo
glamo-old
My Mesa repository
Thomas White
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mesa
/
pipe
/
softpipe
/
sp_quad_stencil.c
Age
Commit message (
Expand
)
Author
2008-01-23
gallium: remove support for separate depth/stencil buffers. Always combined ...
Brian
2008-01-01
fix single-sided stencil test bug
Brian
2007-12-17
gallium: incorporate alpha state into depth_stencil state object.
Keith Whitwell
2007-12-10
gallium: remove unnecessary guards on qs->next
Keith Whitwell
2007-12-07
Get rid of "duplicate" formats.
Brian
2007-11-20
add PIPE_FORMAT_Z24_S8 support to softpipe patsh
Brian
2007-10-27
Use FREE instead of free. Fix newlines.
michal
2007-10-27
Define destroy method called by softpipe's destructor.
michal
2007-10-27
Remove remnants of softpipe_surface.
Brian
2007-10-25
Move the get/put_tile() functions to pipe_context.
Brian
2007-10-20
Convert Z/stencil ops to use cached tiles like colors.
Brian
2007-10-13
inequality tests were backward
Brian
2007-09-18
Combing depth and stencil objects and making them immutable.
Zack Rusin
2007-08-14
Continue reducing dependencies on core mesa include files.
Keith Whitwell
2007-08-08
fix qs->next tests
Brian
2007-08-08
add quad_stage::begin() funcs
Brian
2007-07-11
fix stencil logic error, use proper front/back face value
Brian
2007-07-10
Checkpoint: stencil roughly working, some bugs to fix...
Brian
2007-07-10
Begin hooking up stenciling.
Brian