Mesa (main): intel/compiler: Move logical-send lowering to a separate file

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Fri Jul 8 20:31:29 UTC 2022


Module: Mesa
Branch: main
Commit: 07b9bfacc7898bd8c5d2ebfc7c0101bff3db1b06
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=07b9bfacc7898bd8c5d2ebfc7c0101bff3db1b06

Author: Ian Romanick <ian.d.romanick at intel.com>
Date:   Mon Jun 27 12:24:58 2022 -0700

intel/compiler: Move logical-send lowering to a separate file

brw_fs.cpp was 10kloc.  Now it's only 7.5kloc.  Ugh.

v2: Rebase on 9680e0e4a2d.

Reviewed-by: Kenneth Graunke <kenneth at whitecape.org>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17379>

---

 src/intel/compiler/brw_fs.cpp                  | 2712 +-----------------------
 src/intel/compiler/brw_fs.h                    |    7 +
 src/intel/compiler/brw_lower_logical_sends.cpp | 2643 +++++++++++++++++++++++
 src/intel/compiler/meson.build                 |    1 +
 4 files changed, 2701 insertions(+), 2662 deletions(-)

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


More information about the mesa-commit mailing list