aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/softpipe/sp_quad_depth_test.c
Commit message (Expand)AuthorAgeFilesLines
* softpipe: need to write depth/stencil values even when stencil failsKeith Whitwell2009-09-221-12/+10
* softpipe: fix occlusion countingKeith Whitwell2009-09-221-2/+17
* softpipe: add depth-lequal z16 pathKeith Whitwell2009-07-301-7/+100
* softpipe: fastpath for interpolated z16 less depthtestingKeith Whitwell2009-07-271-4/+139
* softpipe: move all depth/stencil/alpha pixel processing into one stageKeith Whitwell2009-07-271-115/+544
* softpipe: expand quad pipeline to process >1 quad at a timeKeith Whitwell2009-07-241-6/+17
* softpipe: remove backwards dependency from tilecache to softpipeKeith Whitwell2009-07-221-1/+1
* softpipe: rename sp_headers.h to sp_quad.hBrian2009-02-111-1/+1
* softpipe: rename sp_quad.[ch] -> sp_quad_pipe.[ch]Brian2009-02-111-1/+1
* softpipe: Split changing fields of quad_header into input, inout and output p...Michal Krol2008-09-081-26/+26
* gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.hBrian Paul2008-08-241-1/+1
* softpipe: add support for PIPE_FORMAT_X8Z24_UNORM, PIPE_FORMAT_Z24X8_UNORMBrian Paul2008-08-071-0/+14
* gallium: fix some PIPE_FORMAT_Z24S8_UNORM bugs in softpipe driverBrian Paul2008-05-301-1/+1
* gallium: WinCE portability fixes.José Fonseca2008-03-101-1/+1
* Code reorganization: move files into their places.José Fonseca2008-02-151-0/+276