Mesa (main): anv: Convert to using vk_graphics_pipeline_state

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Tue Jul 19 23:53:37 UTC 2022


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

Author: Jason Ekstrand <jason.ekstrand at collabora.com>
Date:   Tue Jul 12 16:16:55 2022 -0500

anv: Convert to using vk_graphics_pipeline_state

This attempts to be a pretty minimal refactor.  We just switch all the
state emit code to use the new graphics pipeline state object.

Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin at intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17564>

---

 src/intel/vulkan/anv_genX.h      |   4 +-
 src/intel/vulkan/anv_pipeline.c  | 523 ++++++++++++---------------------------
 src/intel/vulkan/anv_private.h   |  64 ++---
 src/intel/vulkan/genX_pipeline.c | 502 ++++++++++---------------------------
 4 files changed, 325 insertions(+), 768 deletions(-)

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


More information about the mesa-commit mailing list