broadcom/vc5: Move flush_last_load into load_general, like for stores.
authorEric Anholt <eric@anholt.net>
Fri, 30 Mar 2018 23:50:23 +0000 (16:50 -0700)
committerEric Anholt <eric@anholt.net>
Thu, 12 Apr 2018 18:20:50 +0000 (11:20 -0700)
commitdd9c476165bd4d76c5aec8f7320b7ed9d961ac7c
treef63159b562e3f09ad7d4e83add707fd418f8eb3e
parent6a21a582fba74e3566f7b240702c19cbe2559a06
broadcom/vc5: Move flush_last_load into load_general, like for stores.

This should avoid mistakes with not flushing as we change the series of
loads.  Already, it fixes a hopefully unreachable case where we were
emitting just the TILE_COORDINATES and not the dummy store that needs to
go with it.
src/gallium/drivers/vc5/vc5_rcl.c