index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gallium
/
drivers
/
softpipe
/
sp_quad_depth_test.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
util: Move gallium's PIPE_FORMAT utils to /util/format/
Eric Anholt
2019-11-14
1
-1
/
+1
*
gallium: split depth_clip into depth_clip_near & depth_clip_far
Marek Olšák
2018-09-06
1
-2
/
+2
*
softpipe: add support for explicit early depth testing
Dave Airlie
2016-03-31
1
-2
/
+2
*
softpipe: implement some support for multiple viewports
Edward O'Callaghan
2015-12-11
1
-2
/
+3
*
softpipe: add layered rendering support.
Dave Airlie
2014-06-11
1
-1
/
+1
*
softpipe: add layering to the surface tile cache.
Dave Airlie
2014-06-11
1
-1
/
+1
*
softpipe: add depth clamping support. (v2)
Dave Airlie
2014-06-11
1
-5
/
+29
*
s/Tungsten Graphics/VMware/
José Fonseca
2014-01-17
1
-1
/
+1
*
tgsi: rename the TGSI fragment kill opcodes
Brian Paul
2013-07-12
1
-1
/
+1
*
gallium: Prefix #defines in tgsi_exec.h with TGSI_
Tom Stellard
2012-01-30
1
-52
/
+52
*
softpipe: remove the 32bits limitation on depth(-stencil) formats
Morgan Armand
2012-01-03
1
-1
/
+43
*
softpipe: s/int/unsigned/ to be consistent in alpha test code
Brian Paul
2011-11-23
1
-2
/
+2
*
softpipe: remove pointless break stmt
Brian Paul
2011-11-23
1
-1
/
+0
*
gallium: rename ZS stencil type to UINT (v2)
Dave Airlie
2011-10-11
1
-11
/
+11
*
Merge branch 'gallium-polygon-stipple'
Brian Paul
2011-07-21
1
-4
/
+6
|
\
|
*
softpipe: implement fragment shader variants
Brian Paul
2011-07-21
1
-4
/
+6
*
|
softpipe: add missing stencil format case in convert_quad_stencil()
Brian Paul
2011-07-06
1
-0
/
+1
*
|
softpipe: minor clean-ups in sp_quad_depth_test.c
Brian Paul
2011-07-06
1
-5
/
+5
|
/
*
softpipe: can't no-op depth test stage when occlusion query is enabled
Brian Paul
2010-11-09
1
-0
/
+1
*
softpipe: add support for shader stencil export capability
Dave Airlie
2010-10-13
1
-8
/
+53
*
softpipe: fix whitespace
Luca Barbieri
2010-09-20
1
-2
/
+2
*
softpipe: make z/s test always pass if no zsbuf, instead of crashing
Luca Barbieri
2010-09-20
1
-2
/
+6
*
softpipe: add missing support for PIPE_FORMAT_S8_USCALED surfaces
Brian Paul
2010-07-21
1
-20
/
+20
*
softpipe: new comment and assertion for face value
Brian Paul
2010-04-18
1
-0
/
+3
*
gallium: adapt all code to the renamed depth/stencil formats
Roland Scheidegger
2010-03-30
1
-6
/
+6
*
softpipe: comments, re-formatting, etc
Brian Paul
2010-03-23
1
-14
/
+24
*
softpipe: add special cases for all Z compare modes for 16-bit Z buffer
Brian Paul
2010-03-23
1
-173
/
+48
*
softpipe: Rename pipe formats.
José Fonseca
2010-03-02
1
-12
/
+12
*
softpipe: fix depth testing problems
Brian Paul
2010-02-18
1
-36
/
+53
*
softpipe: adapt to stencil ref changes
Roland Scheidegger
2010-02-10
1
-1
/
+1
*
Merge branch 'mesa_7_7_branch'
Brian Paul
2010-01-22
1
-4
/
+17
|
\
|
*
softpipe: Remove unnecessary headers.
Vinson Lee
2010-01-20
1
-1
/
+0
|
*
softpipe: Skip depth testing for PIPE_S8_UNORM.
José Fonseca
2010-01-18
1
-1
/
+2
|
/
*
softpipe: need to write depth/stencil values even when stencil fails
Keith Whitwell
2009-09-22
1
-12
/
+10
*
softpipe: fix occlusion counting
Keith Whitwell
2009-09-22
1
-2
/
+17
*
softpipe: add depth-lequal z16 path
Keith Whitwell
2009-07-30
1
-7
/
+100
*
softpipe: fastpath for interpolated z16 less depthtesting
Keith Whitwell
2009-07-27
1
-4
/
+139
*
softpipe: move all depth/stencil/alpha pixel processing into one stage
Keith Whitwell
2009-07-27
1
-115
/
+544
*
softpipe: expand quad pipeline to process >1 quad at a time
Keith Whitwell
2009-07-24
1
-6
/
+17
*
softpipe: remove backwards dependency from tilecache to softpipe
Keith Whitwell
2009-07-22
1
-1
/
+1
*
softpipe: rename sp_headers.h to sp_quad.h
Brian
2009-02-11
1
-1
/
+1
*
softpipe: rename sp_quad.[ch] -> sp_quad_pipe.[ch]
Brian
2009-02-11
1
-1
/
+1
*
softpipe: Split changing fields of quad_header into input, inout and output p...
Michal Krol
2008-09-08
1
-26
/
+26
*
gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.h
Brian Paul
2008-08-24
1
-1
/
+1
*
softpipe: add support for PIPE_FORMAT_X8Z24_UNORM, PIPE_FORMAT_Z24X8_UNORM
Brian Paul
2008-08-07
1
-0
/
+14
*
gallium: fix some PIPE_FORMAT_Z24S8_UNORM bugs in softpipe driver
Brian Paul
2008-05-30
1
-1
/
+1
*
gallium: WinCE portability fixes.
José Fonseca
2008-03-10
1
-1
/
+1
*
Code reorganization: move files into their places.
José Fonseca
2008-02-15
1
-0
/
+276