Mesa (softpipe-opt): softpipe: move all depth/stencil/ alpha pixel processing into one stage

Keith Whitwell keithw at kemper.freedesktop.org
Mon Jul 27 09:59:16 UTC 2009


Module: Mesa
Branch: softpipe-opt
Commit: bac8e34c9e4077d370923773d67fe565ce154849
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=bac8e34c9e4077d370923773d67fe565ce154849

Author: Keith Whitwell <keithw at vmware.com>
Date:   Mon Jul 27 08:17:45 2009 +0100

softpipe: move all depth/stencil/alpha pixel processing into one stage

---

 src/gallium/drivers/softpipe/Makefile             |    5 -
 src/gallium/drivers/softpipe/sp_context.c         |   12 -
 src/gallium/drivers/softpipe/sp_context.h         |    6 -
 src/gallium/drivers/softpipe/sp_quad_alpha_test.c |  112 ----
 src/gallium/drivers/softpipe/sp_quad_coverage.c   |  101 ----
 src/gallium/drivers/softpipe/sp_quad_depth_test.c |  659 +++++++++++++++++----
 src/gallium/drivers/softpipe/sp_quad_earlyz.c     |   94 ---
 src/gallium/drivers/softpipe/sp_quad_fs.c         |   46 +-
 src/gallium/drivers/softpipe/sp_quad_occlusion.c  |   87 ---
 src/gallium/drivers/softpipe/sp_quad_pipe.c       |   46 +--
 src/gallium/drivers/softpipe/sp_quad_pipe.h       |    2 -
 src/gallium/drivers/softpipe/sp_quad_stencil.c    |  363 ------------
 src/gallium/drivers/softpipe/sp_state_derived.c   |    4 +-
 13 files changed, 580 insertions(+), 957 deletions(-)

Diff:   http://cgit.freedesktop.org/mesa/mesa/diff/?id=bac8e34c9e4077d370923773d67fe565ce154849



More information about the mesa-commit mailing list