Mesa (master): freedreno/ir3: code-motion

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Fri Dec 7 18:50:40 UTC 2018


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

Author: Rob Clark <robdclark at gmail.com>
Date:   Thu Nov  8 14:50:56 2018 -0500

freedreno/ir3: code-motion

Split up ir3_compiler_nir.c a bit before starting to add new stuff for
a6xx SSBO/image instructions.

Signed-off-by: Rob Clark <robdclark at gmail.com>

---

 src/freedreno/Makefile.sources       |   2 +
 src/freedreno/ir3/ir3.h              |  53 ++
 src/freedreno/ir3/ir3_compiler_nir.c | 952 +++++------------------------------
 src/freedreno/ir3/ir3_context.c      | 593 ++++++++++++++++++++++
 src/freedreno/ir3/ir3_context.h      | 178 +++++++
 src/freedreno/ir3/meson.build        |   2 +
 6 files changed, 942 insertions(+), 838 deletions(-)

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



More information about the mesa-commit mailing list