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

Author: Tim Rowley <timothy.o.row...@intel.com>
Date:   Wed Jul 26 12:27:44 2017 -0500

swr/rast: constify swr rasterizer

Add "const" as appropriate in method/function signatures.

Reviewed-by: Bruce Cherniak <bruce.chern...@intel.com>

---

 .../drivers/swr/rasterizer/common/simdintrin.h     |  14 +-
 .../drivers/swr/rasterizer/common/simdlib.hpp      |  10 +-
 .../swr/rasterizer/common/simdlib_256_avx.inl      | 130 +++++++++----------
 .../swr/rasterizer/common/simdlib_256_avx2.inl     |  32 ++---
 .../swr/rasterizer/common/simdlib_512_emu.inl      | 143 +++++++++++----------
 .../swr/rasterizer/common/simdlib_types.hpp        |  76 +++++------
 .../drivers/swr/rasterizer/core/backend_impl.h     |  12 +-
 src/gallium/drivers/swr/rasterizer/core/binner.cpp |  36 +++---
 src/gallium/drivers/swr/rasterizer/core/binner.h   |   4 +-
 src/gallium/drivers/swr/rasterizer/core/clip.cpp   |  12 +-
 src/gallium/drivers/swr/rasterizer/core/clip.h     |  66 +++++-----
 src/gallium/drivers/swr/rasterizer/core/context.h  |   8 +-
 .../drivers/swr/rasterizer/core/depthstencil.h     |  12 +-
 .../swr/rasterizer/core/format_conversion.h        |  18 ++-
 .../drivers/swr/rasterizer/core/format_types.h     |  71 +++++-----
 .../drivers/swr/rasterizer/core/frontend.cpp       |   4 +-
 src/gallium/drivers/swr/rasterizer/core/frontend.h |  12 +-
 src/gallium/drivers/swr/rasterizer/core/state.h    |   2 +-
 18 files changed, 339 insertions(+), 323 deletions(-)

Diff:   
http://cgit.freedesktop.org/mesa/mesa/diff/?id=08e3c369550be2842d32fd05d2e9ba68fb1b08f8
_______________________________________________
mesa-commit mailing list
mesa-commit@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to