Mesa (master): v3d: Rename driver functions from vc5 to v3d.

Eric Anholt anholt at kemper.freedesktop.org
Wed May 16 21:26:28 UTC 2018


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

Author: Eric Anholt <eric at anholt.net>
Date:   Tue May  1 12:39:31 2018 -0700

v3d: Rename driver functions from vc5 to v3d.

This is the final step of the driver rename.

---

 src/gallium/drivers/v3d/v3d_blit.c          |  96 ++++-----
 src/gallium/drivers/v3d/v3d_bufmgr.c        | 158 +++++++-------
 src/gallium/drivers/v3d/v3d_bufmgr.h        |  50 ++---
 src/gallium/drivers/v3d/v3d_cl.c            |  24 +--
 src/gallium/drivers/v3d/v3d_cl.h            |  98 ++++-----
 src/gallium/drivers/v3d/v3d_context.c       | 112 +++++-----
 src/gallium/drivers/v3d/v3d_context.h       | 210 +++++++++---------
 src/gallium/drivers/v3d/v3d_fence.c         |  38 ++--
 src/gallium/drivers/v3d/v3d_format_table.h  |   2 +-
 src/gallium/drivers/v3d/v3d_formats.c       |  34 +--
 src/gallium/drivers/v3d/v3d_job.c           | 188 ++++++++---------
 src/gallium/drivers/v3d/v3d_program.c       | 264 +++++++++++------------
 src/gallium/drivers/v3d/v3d_query.c         |  84 ++++----
 src/gallium/drivers/v3d/v3d_resource.c      | 220 +++++++++----------
 src/gallium/drivers/v3d/v3d_resource.h      |  48 ++---
 src/gallium/drivers/v3d/v3d_screen.c        |  72 +++----
 src/gallium/drivers/v3d/v3d_screen.h        |  22 +-
 src/gallium/drivers/v3d/v3d_simulator.c     | 162 +++++++-------
 src/gallium/drivers/v3d/v3d_tiling.c        | 102 ++++-----
 src/gallium/drivers/v3d/v3d_tiling.h        |  18 +-
 src/gallium/drivers/v3d/v3d_uniforms.c      | 114 +++++-----
 src/gallium/drivers/v3d/v3dx_context.h      |   8 +-
 src/gallium/drivers/v3d/v3dx_draw.c         | 264 +++++++++++------------
 src/gallium/drivers/v3d/v3dx_emit.c         | 258 +++++++++++------------
 src/gallium/drivers/v3d/v3dx_format_table.c |   4 +-
 src/gallium/drivers/v3d/v3dx_job.c          |   4 +-
 src/gallium/drivers/v3d/v3dx_rcl.c          |  74 +++----
 src/gallium/drivers/v3d/v3dx_simulator.c    |  22 +-
 src/gallium/drivers/v3d/v3dx_state.c        | 316 ++++++++++++++--------------
 29 files changed, 1533 insertions(+), 1533 deletions(-)

Diff:   http://cgit.freedesktop.org/mesa/mesa/diff/?id=01ae6a918111196e9cce7a817445db0b11825f9f



More information about the mesa-commit mailing list