Module: Mesa Branch: main Commit: 5fdfcc99133e57deb01709f0012714e5f33dbc25 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5fdfcc99133e57deb01709f0012714e5f33dbc25
Author: Jarred Davies <[email protected]> Date: Thu Feb 23 05:16:41 2023 +0000 pvr: Rename pvr_xgl_pds.c to pvr_pipeline_pds.c Signed-off-by: Jarred Davies <[email protected]> Reviewed-by: Frank Binns <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21579> --- src/imagination/vulkan/pds/meson.build | 2 +- src/imagination/vulkan/pds/{pvr_xgl_pds.c => pvr_pipeline_pds.c} | 0 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/src/imagination/vulkan/pds/meson.build b/src/imagination/vulkan/pds/meson.build index 20f47901317..b115d2da541 100644 --- a/src/imagination/vulkan/pds/meson.build +++ b/src/imagination/vulkan/pds/meson.build @@ -24,7 +24,7 @@ libpowervr_pds_files = files( 'pvr_pds.c', 'pvr_pds_disasm.c', 'pvr_pds_printer.c', - 'pvr_xgl_pds.c', + 'pvr_pipeline_pds.c', ) libpowervr_pds_includes = include_directories( diff --git a/src/imagination/vulkan/pds/pvr_xgl_pds.c b/src/imagination/vulkan/pds/pvr_pipeline_pds.c similarity index 100% rename from src/imagination/vulkan/pds/pvr_xgl_pds.c rename to src/imagination/vulkan/pds/pvr_pipeline_pds.c
