broadcom/vc4: Add support for YUV textures using unaccelerated blits.
authorEric Anholt <eric@anholt.net>
Fri, 23 Feb 2018 01:43:21 +0000 (17:43 -0800)
committerEric Anholt <eric@anholt.net>
Fri, 23 Feb 2018 16:42:13 +0000 (08:42 -0800)
commitbc3d16e633fd27b05dfdcda0b7efb000b2c35ed6
treee925a103a0a4f855f690609ad27631bc954935da
parentc824a045ea639b8a93cbc2518b16900402d9150f
broadcom/vc4: Add support for YUV textures using unaccelerated blits.

Previously we would assertion fail about having no hardware format.  This
is enough to get kmscube -M nv12-2img working.
src/gallium/drivers/vc4/vc4_blit.c
src/gallium/drivers/vc4/vc4_resource.c
src/gallium/drivers/vc4/vc4_state.c