Mesa (master): nv50/ir: add nv50_ir_prog_info_out

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Tue Aug 25 19:04:38 UTC 2020


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

Author: Karol Herbst <kherbst at redhat.com>
Date:   Thu Jul  4 16:02:09 2019 +0200

nv50/ir: add nv50_ir_prog_info_out

Split out the output relevant fields from the nv50_ir_prog_info struct
in order to have a cleaner separation between the input and output of
the compilation.

Signed-off-by: Karol Herbst <kherbst at redhat.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4264>

---

 src/gallium/drivers/nouveau/codegen/nv50_ir.cpp    |  49 ++--
 src/gallium/drivers/nouveau/codegen/nv50_ir.h      |   9 +-
 .../drivers/nouveau/codegen/nv50_ir_driver.h       |  81 ++++---
 .../nouveau/codegen/nv50_ir_from_common.cpp        |  14 +-
 .../drivers/nouveau/codegen/nv50_ir_from_common.h  |   3 +-
 .../drivers/nouveau/codegen/nv50_ir_from_nir.cpp   | 176 +++++++-------
 .../drivers/nouveau/codegen/nv50_ir_from_tgsi.cpp  | 261 +++++++++++----------
 .../nouveau/codegen/nv50_ir_lowering_nvc0.cpp      |   6 +-
 .../drivers/nouveau/codegen/nv50_ir_target.cpp     |   2 +-
 .../drivers/nouveau/codegen/nv50_ir_target.h       |   5 +-
 .../nouveau/codegen/nv50_ir_target_nv50.cpp        |  17 +-
 .../drivers/nouveau/codegen/nv50_ir_target_nv50.h  |   3 +-
 src/gallium/drivers/nouveau/nouveau_compiler.c     |   9 +-
 src/gallium/drivers/nouveau/nv50/nv50_program.c    |  55 ++---
 src/gallium/drivers/nouveau/nvc0/nvc0_program.c    |  87 +++----
 15 files changed, 412 insertions(+), 365 deletions(-)

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


More information about the mesa-commit mailing list