r600/sfn: Clean up some ALU lowering and move code
authorGert Wollny <gert.wollny@collabora.com>
Sun, 13 Jun 2021 18:20:08 +0000 (20:20 +0200)
committerGert Wollny <gw.fossdev@gmail.com>
Thu, 17 Jun 2021 10:53:52 +0000 (10:53 +0000)
commit8aaa08844fcdefb5d3ca9af871ead70ac7bef282
treef06da9e2378837a62a812786bcde553b7e9fa826
parent82c076d2c3147d632e951bc143a65d79ca183113
r600/sfn: Clean up some ALU lowering and move code

Signed-off-by: Gert Wollny <gert.wollny@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11348>
src/gallium/drivers/r600/Android.mk
src/gallium/drivers/r600/Makefile.sources
src/gallium/drivers/r600/meson.build
src/gallium/drivers/r600/sfn/sfn_nir.cpp
src/gallium/drivers/r600/sfn/sfn_nir.h
src/gallium/drivers/r600/sfn/sfn_nir_algebraic.py [deleted file]
src/gallium/drivers/r600/sfn/sfn_nir_lower_alu.cpp [new file with mode: 0644]
src/gallium/drivers/r600/sfn/sfn_nir_lower_alu.h [new file with mode: 0644]