index
:
Mesa
glamo
glamo-old
My Mesa repository
Thomas White
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
gallium
/
drivers
/
softpipe
/
sp_quad_depth_test.c
Age
Commit message (
Expand
)
Author
2010-01-22
Merge branch 'mesa_7_7_branch'
Brian Paul
2010-01-20
softpipe: Remove unnecessary headers.
Vinson Lee
2010-01-18
softpipe: Skip depth testing for PIPE_S8_UNORM.
José Fonseca
2009-09-22
softpipe: need to write depth/stencil values even when stencil fails
Keith Whitwell
2009-09-22
softpipe: fix occlusion counting
Keith Whitwell
2009-07-30
softpipe: add depth-lequal z16 path
Keith Whitwell
2009-07-27
softpipe: fastpath for interpolated z16 less depthtesting
Keith Whitwell
2009-07-27
softpipe: move all depth/stencil/alpha pixel processing into one stage
Keith Whitwell
2009-07-24
softpipe: expand quad pipeline to process >1 quad at a time
Keith Whitwell
2009-07-22
softpipe: remove backwards dependency from tilecache to softpipe
Keith Whitwell
2009-02-11
softpipe: rename sp_headers.h to sp_quad.h
Brian
2009-02-11
softpipe: rename sp_quad.[ch] -> sp_quad_pipe.[ch]
Brian
2008-09-08
softpipe: Split changing fields of quad_header into input, inout and output p...
Michal Krol
2008-08-24
gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.h
Brian Paul
2008-08-07
softpipe: add support for PIPE_FORMAT_X8Z24_UNORM, PIPE_FORMAT_Z24X8_UNORM
Brian Paul
2008-05-30
gallium: fix some PIPE_FORMAT_Z24S8_UNORM bugs in softpipe driver
Brian Paul
2008-03-10
gallium: WinCE portability fixes.
José Fonseca
2008-02-15
Code reorganization: move files into their places.
José Fonseca