Mesa (master): panfrost: s/job/batch/

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Sun Sep 8 14:40:14 UTC 2019


Module: Mesa
Branch: master
Commit: 2c526993bc4098a7c541c69ec0abc0a4076d66e6
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=2c526993bc4098a7c541c69ec0abc0a4076d66e6

Author: Boris Brezillon <boris.brezillon at collabora.com>
Date:   Thu Sep  5 21:41:26 2019 +0200

panfrost: s/job/batch/

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 <alyssa.rosenzweig at collabora.com>
Signed-off-by: Boris Brezillon <boris.brezillon at collabora.com>
Reviewed-by: Alyssa Rosenzweig <alyssa at rosenzweig.io>

---

 src/gallium/drivers/panfrost/pan_allocate.c   |   6 +-
 src/gallium/drivers/panfrost/pan_blend_cso.c  |   4 +-
 src/gallium/drivers/panfrost/pan_compute.c    |   2 +-
 src/gallium/drivers/panfrost/pan_context.c    |  72 +++++-----
 src/gallium/drivers/panfrost/pan_context.h    |  12 +-
 src/gallium/drivers/panfrost/pan_drm.c        |  33 +++--
 src/gallium/drivers/panfrost/pan_fragment.c   |  20 ++-
 src/gallium/drivers/panfrost/pan_instancing.c |   6 +-
 src/gallium/drivers/panfrost/pan_job.c        | 198 +++++++++++++-------------
 src/gallium/drivers/panfrost/pan_job.h        |  72 +++++-----
 src/gallium/drivers/panfrost/pan_mfbd.c       |  30 ++--
 src/gallium/drivers/panfrost/pan_resource.c   |   4 +-
 src/gallium/drivers/panfrost/pan_scoreboard.c |  22 +--
 src/gallium/drivers/panfrost/pan_screen.h     |   2 +-
 src/gallium/drivers/panfrost/pan_sfbd.c       |  36 ++---
 src/gallium/drivers/panfrost/pan_varyings.c   |   4 +-
 16 files changed, 264 insertions(+), 259 deletions(-)

Diff:   http://cgit.freedesktop.org/mesa/mesa/diff/?id=2c526993bc4098a7c541c69ec0abc0a4076d66e6



More information about the mesa-commit mailing list