v3d: Add the V3D TFU submit interface to the simulator.
authorEric Anholt <eric@anholt.net>
Thu, 1 Nov 2018 23:10:01 +0000 (16:10 -0700)
committerEric Anholt <eric@anholt.net>
Sat, 8 Dec 2018 00:48:23 +0000 (16:48 -0800)
commitee0549ff9ab31b52301f693735f6987f72312fc7
treecd93bbd04c03e490a907b275d57a7b0b46197b17
parent42652ea51e643af9dfa0f1f7409b473b95d0a406
v3d: Add the V3D TFU submit interface to the simulator.

The TFU lets us format raster and SAND images into formats that can be
read by the texture engine, and do mipmap generation.

The UAPI comes from drm-next e69aa5f9b97f ("Merge tag
'drm-misc-next-2018-12-06' of git://anongit.freedesktop.org/drm/drm-misc
into drm-next")
include/drm-uapi/v3d_drm.h
src/gallium/drivers/v3d/v3d_simulator.c
src/gallium/drivers/v3d/v3dx_context.h
src/gallium/drivers/v3d/v3dx_simulator.c