aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/softpipe/sp_quad_depth_test.c
Commit message (Expand)AuthorAgeFilesLines
* util: Move gallium's PIPE_FORMAT utils to /util/format/Eric Anholt2019-11-141-1/+1
* gallium: split depth_clip into depth_clip_near & depth_clip_farMarek Olšák2018-09-061-2/+2
* softpipe: add support for explicit early depth testingDave Airlie2016-03-311-2/+2
* softpipe: implement some support for multiple viewportsEdward O'Callaghan2015-12-111-2/+3
* softpipe: add layered rendering support.Dave Airlie2014-06-111-1/+1
* softpipe: add layering to the surface tile cache.Dave Airlie2014-06-111-1/+1
* softpipe: add depth clamping support. (v2)Dave Airlie2014-06-111-5/+29
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-1/+1
* tgsi: rename the TGSI fragment kill opcodesBrian Paul2013-07-121-1/+1
* gallium: Prefix #defines in tgsi_exec.h with TGSI_Tom Stellard2012-01-301-52/+52
* softpipe: remove the 32bits limitation on depth(-stencil) formatsMorgan Armand2012-01-031-1/+43
* softpipe: s/int/unsigned/ to be consistent in alpha test codeBrian Paul2011-11-231-2/+2
* softpipe: remove pointless break stmtBrian Paul2011-11-231-1/+0
* gallium: rename ZS stencil type to UINT (v2)Dave Airlie2011-10-111-11/+11
* Merge branch 'gallium-polygon-stipple'Brian Paul2011-07-211-4/+6
|\
| * softpipe: implement fragment shader variantsBrian Paul2011-07-211-4/+6
* | softpipe: add missing stencil format case in convert_quad_stencil()Brian Paul2011-07-061-0/+1
* | softpipe: minor clean-ups in sp_quad_depth_test.cBrian Paul2011-07-061-5/+5
|/
* softpipe: can't no-op depth test stage when occlusion query is enabledBrian Paul2010-11-091-0/+1
* softpipe: add support for shader stencil export capabilityDave Airlie2010-10-131-8/+53
* softpipe: fix whitespaceLuca Barbieri2010-09-201-2/+2
* softpipe: make z/s test always pass if no zsbuf, instead of crashingLuca Barbieri2010-09-201-2/+6
* softpipe: add missing support for PIPE_FORMAT_S8_USCALED surfacesBrian Paul2010-07-211-20/+20
* softpipe: new comment and assertion for face valueBrian Paul2010-04-181-0/+3
* gallium: adapt all code to the renamed depth/stencil formatsRoland Scheidegger2010-03-301-6/+6
* softpipe: comments, re-formatting, etcBrian Paul2010-03-231-14/+24
* softpipe: add special cases for all Z compare modes for 16-bit Z bufferBrian Paul2010-03-231-173/+48
* softpipe: Rename pipe formats.José Fonseca2010-03-021-12/+12
* softpipe: fix depth testing problemsBrian Paul2010-02-181-36/+53
* softpipe: adapt to stencil ref changesRoland Scheidegger2010-02-101-1/+1
* Merge branch 'mesa_7_7_branch'Brian Paul2010-01-221-4/+17
|\
| * softpipe: Remove unnecessary headers.Vinson Lee2010-01-201-1/+0
| * softpipe: Skip depth testing for PIPE_S8_UNORM.José Fonseca2010-01-181-1/+2
|/
* 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