mbox series

[bug#58617,core-updates,0/8] Update Vulkan packages to sdk-1.3.224.1.

Message ID 20221019003957.31382-1-kaelyn.alexi@protonmail.com
Headers show
Series Update Vulkan packages to sdk-1.3.224.1. | expand

Message

Kaelyn Takata Oct. 19, 2022, 12:40 a.m. UTC
Hi,

This patch series adds vulkan-validationlayers 1.3.224.1 and updates the other
vulkan packages to compatible versions from approximately the same time
period. It is a revision of https://issues.guix.gnu.org/57297, but with newer
versions for Vulkan 1.3 support and this time properly targetting the
core-updates branch. One noteworthy aspect of the patches not mention in the
commit messages is that the versioning scheme for spirv-headers has changed;
the old version scheme went up to 1.5.4 in late 2020, and starting in 2021 the
version tags are the sdk-1.x.y.z tags used with other Vulkan SDK components
(ref: https://github.com/KhronosGroup/SPIRV-Headers/tags).

Cheers,
Kaelyn



Kaelyn Takata (8):
  gnu: spirv-headers: Update to 1.3.224.1.
  gnu: spirv-tools: Update to 2022.3.
  gnu: spirv-cross: Update to 1.3.224.1.
  gnu: vulkan-headers: Update to 1.3.224.1.
  gnu: vulkan-loader: Update to 1.3.224.1.
  gnu: vulkan-tools: Update to 1.3.224.1.
  gnu: shaderc: Update to 2022.2.
  gnu: Add vulkan-validationlayers.

 gnu/packages/vulkan.scm | 123 +++++++++++++++++++++++++++++-----------
 1 file changed, 89 insertions(+), 34 deletions(-)

--
2.37.3

Comments

Ricardo Wurmus Dec. 30, 2022, 9:51 a.m. UTC | #1
Hi Kaelyn,

my apologies for the delay in reviewing this.

I’m a little confused about this.  Is this the follow-up to issue
#57297?  I see that you closed this issue, but I don’t think it has been
applied yet.  Is this still good for core-updates?

Do we still need the work from issue #57297, which is still in the
update-vulkan-headers-staging branch?

I’d appreciate some clarification, so I can make sure your work was not
in vain and gets merged soon.

Thank you!