Module: Mesa Branch: main Commit: ad805712edc5956cec4d73908ef35b0eb91b3827 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ad805712edc5956cec4d73908ef35b0eb91b3827
Author: Alejandro PiƱeiro <[email protected]> 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 <[email protected]> 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 _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
