summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/softpipe/sp_quad_depth_test.c
AgeCommit message (Expand)AuthorFilesLines
2010-03-02softpipe: Rename pipe formats.José Fonseca1-12/+12
2010-02-18softpipe: fix depth testing problemsBrian Paul1-36/+53
2010-02-10softpipe: adapt to stencil ref changesRoland Scheidegger1-1/+1
2010-01-22Merge branch 'mesa_7_7_branch'Brian Paul1-4/+17
2010-01-20softpipe: Remove unnecessary headers.Vinson Lee1-1/+0
2010-01-18softpipe: Skip depth testing for PIPE_S8_UNORM.José Fonseca1-1/+2
2009-09-22softpipe: need to write depth/stencil values even when stencil failsKeith Whitwell1-12/+10
2009-09-22softpipe: fix occlusion countingKeith Whitwell1-2/+17
2009-07-30softpipe: add depth-lequal z16 pathKeith Whitwell1-7/+100
2009-07-27softpipe: fastpath for interpolated z16 less depthtestingKeith Whitwell1-4/+139
2009-07-27softpipe: move all depth/stencil/alpha pixel processing into one stageKeith Whitwell1-115/+544
2009-07-24softpipe: expand quad pipeline to process >1 quad at a timeKeith Whitwell1-6/+17
2009-07-22softpipe: remove backwards dependency from tilecache to softpipeKeith Whitwell1-1/+1
2009-02-11softpipe: rename sp_headers.h to sp_quad.hBrian1-1/+1
2009-02-11softpipe: rename sp_quad.[ch] -> sp_quad_pipe.[ch]Brian1-1/+1
2008-09-08softpipe: Split changing fields of quad_header into input, inout and output p...Michal Krol1-26/+26
2008-08-24gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.hBrian Paul1-1/+1
2008-08-07softpipe: add support for PIPE_FORMAT_X8Z24_UNORM, PIPE_FORMAT_Z24X8_UNORMBrian Paul1-0/+14
2008-05-30gallium: fix some PIPE_FORMAT_Z24S8_UNORM bugs in softpipe driverBrian Paul1-1/+1
2008-03-10gallium: WinCE portability fixes.José Fonseca1-1/+1
2008-02-15Code reorganization: move files into their places.José Fonseca1-0/+276