Mesa (main): v3dv: split v3dv_pipeline hw version dependant code to a new source file

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Tue Jun 22 10:35:42 UTC 2021


Module: Mesa
Branch: main
Commit: ad805712edc5956cec4d73908ef35b0eb91b3827
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=ad805712edc5956cec4d73908ef35b0eb91b3827

Author: Alejandro Piñeiro <apinheiro at igalia.com>
Date:   Thu Jun 10 14:17:55 2021 +0200

v3dv: split v3dv_pipeline hw version dependant code to a new source file

v2: merge some of the v3dvx entrypoints to general pack methods (Iago)

Reviewed-by: Iago Toral Quiroga <itoral at igalia.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11310>

---

 src/broadcom/vulkan/meson.build      |   1 +
 src/broadcom/vulkan/v3dv_pipeline.c  | 596 +--------------------------------
 src/broadcom/vulkan/v3dvx_pipeline.c | 630 +++++++++++++++++++++++++++++++++++
 src/broadcom/vulkan/v3dvx_private.h  |  11 +
 4 files changed, 647 insertions(+), 591 deletions(-)

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


More information about the mesa-commit mailing list