broadcom/vc5: Port the RCL setup to V3D4.1.
authorEric Anholt <eric@anholt.net>
Thu, 28 Dec 2017 22:00:15 +0000 (14:00 -0800)
committerEric Anholt <eric@anholt.net>
Sat, 13 Jan 2018 05:53:26 +0000 (21:53 -0800)
commit954a704da3052028da4129cc7757f5f224ee1ffc
treecedeb2a2cd22764b5b1cf9f54a545469f9287d52
parent80c84241af9fbb1e23fe630c5d4fd6d266a74060
broadcom/vc5: Port the RCL setup to V3D4.1.

The TLB load/store path is rebuilt in this version.  There is no longer a
single-byte resolved store or the 3-byte extended store.  Instead, you get
to always use general loads/stores (which, honestly, was tempting even in
previous versions).
src/gallium/drivers/vc5/Makefile.am
src/gallium/drivers/vc5/Makefile.sources
src/gallium/drivers/vc5/meson.build
src/gallium/drivers/vc5/v3dx_context.h [new file with mode: 0644]
src/gallium/drivers/vc5/vc5_context.h
src/gallium/drivers/vc5/vc5_job.c
src/gallium/drivers/vc5/vc5_rcl.c