Mesa (master): swr: [rasterizer core] Programmable sample position support

Tim Rowley torowley at kemper.freedesktop.org
Wed Apr 5 23:28:11 UTC 2017


Module: Mesa
Branch: master
Commit: 117fc582f86564b4c37db248b3231b8d86da0039
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=117fc582f86564b4c37db248b3231b8d86da0039

Author: Tim Rowley <timothy.o.rowley at intel.com>
Date:   Tue Mar 28 15:32:04 2017 -0500

swr: [rasterizer core] Programmable sample position support

Reviewed-by: Bruce Cherniak <bruce.cherniak at intel.com>

---

 .../swr/rasterizer/codegen/gen_llvm_types.py       |  22 +
 .../drivers/swr/rasterizer/common/simdintrin.h     |   7 +
 src/gallium/drivers/swr/rasterizer/core/api.cpp    |   8 +-
 .../drivers/swr/rasterizer/core/backend.cpp        |  43 +-
 src/gallium/drivers/swr/rasterizer/core/backend.h  | 141 +++---
 src/gallium/drivers/swr/rasterizer/core/binner.cpp |  12 +-
 .../drivers/swr/rasterizer/core/multisample.cpp    |  13 -
 .../drivers/swr/rasterizer/core/multisample.h      | 500 +++------------------
 .../drivers/swr/rasterizer/core/rasterizer.cpp     |  14 +-
 .../drivers/swr/rasterizer/core/rasterizer.h       |   3 +-
 src/gallium/drivers/swr/rasterizer/core/state.h    |  98 ++--
 src/gallium/drivers/swr/swr_state.cpp              |   2 -
 12 files changed, 267 insertions(+), 596 deletions(-)

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



More information about the mesa-commit mailing list