vc4: Tell state_tracker that we would prefer NIR.
authorEric Anholt <eric@anholt.net>
Tue, 17 May 2016 20:04:20 +0000 (13:04 -0700)
committerEric Anholt <eric@anholt.net>
Mon, 22 Aug 2016 19:11:08 +0000 (12:11 -0700)
commit47e3cc7557144ea62cab65c86f0241ec53784d71
tree8a17500969578611a1e0491e358c6dd6394781c9
parentd08f09c24e68c048f79500abe7f89e94960b55d2
vc4: Tell state_tracker that we would prefer NIR.

Before this series, the code generation path was:

GLSL IR -> TGSI -> NIR -> NIR clone -> QIR -> QPU

Now it's (generally)

GLSL IR -> NIR -> NIR clone -> QIR -> QPU
src/gallium/drivers/vc4/vc4_program.c
src/gallium/drivers/vc4/vc4_screen.c
src/gallium/drivers/vc4/vc4_screen.h