panfrost: Set job requirements during draw
authorTomeu Vizoso <tomeu.vizoso@collabora.com>
Thu, 20 Jun 2019 13:37:10 +0000 (15:37 +0200)
committerTomeu Vizoso <tomeu.vizoso@collabora.com>
Thu, 20 Jun 2019 16:07:04 +0000 (18:07 +0200)
commitbabc3ad291b289e2bfe00e2d9e8496560d0993b3
tree73ae0dfc796da4f7493df5a5cbf2a32b56478067
parentdc668203db481e41b3c4d2dad92ce04fd4486d00
panfrost: Set job requirements during draw

Right now we are doing it at a moment when we don't have all the
information we need.

Signed-off-by: Tomeu Vizoso <tomeu.vizoso@collabora.com>
Suggested-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Acked-by: Rohan Garg <rohan.garg@collabora.com>
Cc: Rohan Garg <rohan.garg@collabora.com>
Fixes: bfca21b622df ("panfrost: Figure out job requirements in pan_job.c")
src/gallium/drivers/panfrost/pan_context.c
src/gallium/drivers/panfrost/pan_job.c