OSDN Git Service

vc4: Move bin CL trailer to job_submit() time.
authorEric Anholt <eric@anholt.net>
Thu, 8 Sep 2016 21:01:15 +0000 (14:01 -0700)
committerEric Anholt <eric@anholt.net>
Wed, 14 Sep 2016 05:08:03 +0000 (06:08 +0100)
commit0ef1b32ebbcf9ad6316021a1059ba7d6a65b9588
tree6129e29fd478e74f1ec6ae95ee690fdcaa64b120
parenta2014c2eb9e03301b2f472adf2d46915579e4512
vc4: Move bin CL trailer to job_submit() time.

To implement job shuffling, I want to be able to call submit() on specific
jobs, turning vc4_flush() into the context's flush-all-jobs hook.
src/gallium/drivers/vc4/vc4_context.c
src/gallium/drivers/vc4/vc4_job.c