Module: Mesa Branch: master Commit: 9517037bdcd997fbffc0b5b07eede0e6a114ece3 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9517037bdcd997fbffc0b5b07eede0e6a114ece3
Author: Rob Clark <[email protected]> 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 <[email protected]> --- 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 _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
