panfrost: Don't upload vertex/tiler twice
authorAlyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Thu, 11 Jul 2019 18:39:33 +0000 (11:39 -0700)
committerAlyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Fri, 12 Jul 2019 22:31:47 +0000 (15:31 -0700)
commit718ebfa2259cb50efc05541af205842b6630cf43
treef43426200c5dda6a0e402357ba0f11908a2df50e
parent085004cc2caa4fd3db9fadf57f6004b11ef5866a
panfrost: Don't upload vertex/tiler twice

The latter upload is correct, but the former upload is unassociated with
any particular FBO and therefore becomes orphaned. We do have to upload
at draw-time at the latest, if we haven't by then.

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