broadcom/vc5: Port drawing commands to V3D 4.x.
authorEric Anholt <eric@anholt.net>
Fri, 5 Jan 2018 07:19:08 +0000 (23:19 -0800)
committerEric Anholt <eric@anholt.net>
Sat, 13 Jan 2018 05:55:04 +0000 (21:55 -0800)
commit57965755e2c8089e5b52897fa86305e595f6792f
treea4acac4e030b72aefe31d77f6e3f0c330c8b832d
parentf50d39ab4936d99051648e1669b428f4ef0f2afd
broadcom/vc5: Port drawing commands to V3D 4.x.

This required extending the CL submit ioctl, because the tile alloc/state
buffer setup has moved from the BCL to register writes.
src/gallium/drivers/vc5/Makefile.sources
src/gallium/drivers/vc5/meson.build
src/gallium/drivers/vc5/v3dx_context.h
src/gallium/drivers/vc5/v3dx_simulator.c
src/gallium/drivers/vc5/vc5_context.c
src/gallium/drivers/vc5/vc5_context.h
src/gallium/drivers/vc5/vc5_draw.c
src/gallium/drivers/vc5/vc5_drm.h
src/gallium/drivers/vc5/vc5_job.c