r600/sfn: Add the WaitAck instruction
authorGert Wollny <gert.wollny@collabora.com>
Fri, 27 Dec 2019 16:49:26 +0000 (17:49 +0100)
committerMarge Bot <eric+marge@anholt.net>
Mon, 10 Feb 2020 19:09:08 +0000 (19:09 +0000)
commit24f683fe810904ae7355ddb036e1e4f37f1480c4
tree5ab3b52a725128a399a43a7275d2c99a59c7fba6
parente09cdb3f86ca53d4c24aa7b60d9ab44d1d679018
r600/sfn: Add the WaitAck instruction

Signed-off-by: Gert Wollny <gert.wollny@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3225>
src/gallium/drivers/r600/Makefile.sources
src/gallium/drivers/r600/meson.build
src/gallium/drivers/r600/sfn/sfn_instruction_misc.cpp [new file with mode: 0644]
src/gallium/drivers/r600/sfn/sfn_instruction_misc.h [new file with mode: 0644]
src/gallium/drivers/r600/sfn/sfn_ir_to_assembly.cpp
src/gallium/drivers/r600/sfn/sfn_shader_base.cpp