broadcom/vc5: Switch to setting the primitive list format in the RCL.
authorEric Anholt <eric@anholt.net>
Thu, 21 Dec 2017 01:19:23 +0000 (17:19 -0800)
committerEric Anholt <eric@anholt.net>
Wed, 3 Jan 2018 22:25:23 +0000 (14:25 -0800)
commitac4054ca1766b5ab4ee2059e7e0f8590c219730d
tree99b519ae97375f5fc719f4934d1c080af6642a25
parent7d8b19f0ddda502227a7baccfa0df3db7ed67051
broadcom/vc5: Switch to setting the primitive list format in the RCL.

This means that we get a single copy of it emitted, instead of once at the
start of each tile (though it's still executed once per tile).  Fixes
assertion failures with the updated simulator.
src/gallium/drivers/vc5/vc5_draw.c
src/gallium/drivers/vc5/vc5_rcl.c