panfrost: Guard vertex upload by ctx->vertex != NULL
authorAlyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Wed, 31 Jul 2019 22:06:14 +0000 (15:06 -0700)
committerAlyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Thu, 1 Aug 2019 23:23:03 +0000 (16:23 -0700)
commita34370e85570b8e49e37020851509c6d8253e5bd
treee7a3d378e7bec154c5cbc950f7916fbed93f49c1
parent3bfdb878aa9b534960b127b69916e9fa85910dd2
panfrost: Guard vertex upload by ctx->vertex != NULL

This is irrelevant for graphics but matters for compute workloads.

Signed-off-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
src/gallium/drivers/panfrost/pan_context.c