v3d: Claim PIPE_CAP_TGSI_CAN_READ_OUTPUTS.
authorEric Anholt <eric@anholt.net>
Mon, 2 Jul 2018 17:19:47 +0000 (10:19 -0700)
committerEric Anholt <eric@anholt.net>
Mon, 2 Jul 2018 18:35:41 +0000 (11:35 -0700)
commit4819da2301916512dbc50e0b5e97a75a6b6320a2
tree263ce57e7e8d238e5f319cfd451cc71b94fab5a8
parent32e413ca59f5c335bcce110af1f27b5c5d458b94
v3d: Claim PIPE_CAP_TGSI_CAN_READ_OUTPUTS.

Fixes warning at screen creation.  We store our outputs in normal temps
and just emit them to shader I/O at the end, due to our I/O ordering
requirements, so reading "outputs" in NIR is fine.
src/gallium/drivers/v3d/v3d_screen.c