On Fri, 30 Aug 2019 10:35:57 -0700
Alyssa Rosenzweig wrote:
> > +struct panfrost_job_batch *batch =
> > panfrost_job_get_batch_for_fbo(ctx);
>
> This is verbose. Could we do across this patch:
>
> s/panfrost_job_batch/panfrost_batch/g
> s/panfrost_job_get_batch_for_fbo/panfrost_get_b
> +struct panfrost_job_batch *batch =
> panfrost_job_get_batch_for_fbo(ctx);
This is verbose. Could we do across this patch:
s/panfrost_job_batch/panfrost_batch/g
s/panfrost_job_get_batch_for_fbo/panfrost_get_batch_for_fbo/g
signature.asc
Description: PGP signature
What we currently call a job is actually a batch containing several jobs
all attached to a rendering operation targeting a specific FBO.
Let's rename structs, functions, variables and fields to reflect this
fact.
Suggested-by: Alyssa Rosenzweig
Signed-off-by: Boris Brezillon
---
src/gallium/dr