vcswatch reports that
this package seems to have a new changelog entry (version
1.3.296.0+dfsg1-1, distribution
UNRELEASED) and new commits
in its VCS. You should consider whether it's time to make
an upload.
Here are the relevant commit messages:
commit 7b0eb1f63dc257b52de28fae745c19cd7ec6a52e
Author: Timo Aaltonen <tjaalton@debian.org>
Date: Wed Oct 16 13:58:02 2024 +0300
control: Bump build-deps.
commit 73aec84ccb951a7900c1fce3e968682fac79ab05
Author: Timo Aaltonen <tjaalton@debian.org>
Date: Wed Oct 16 13:57:16 2024 +0300
version bump
commit fc119582eec78270591f963c6953398bf42e70cb
Merge: 6cb3704 74dd90a
Author: Timo Aaltonen <tjaalton@debian.org>
Date: Wed Oct 16 13:56:49 2024 +0300
Merge branch 'upstream-unstable' into debian-unstable
commit 74dd90abd69f813220b572e1d89c17bc7784972d
Author: ziga-lunarg <ziga@lunarg.com>
Date: Mon Sep 30 22:33:19 2024 +0200
build: Update volk tag
commit 2020cec4111c87d85b167d583180b839f0c736c5
Author: Charles Giessen <charles@lunarg.com>
Date: Fri Sep 27 14:56:00 2024 -0500
vulkaninfo: Move variable declaration closer to use
commit 1626752592910fc4fdb33a239c93056b29cf7d31
Author: Charles Giessen <charles@lunarg.com>
Date: Fri Sep 27 14:53:08 2024 -0500
vulkaninfo: Correctly query per-surface queue support
The previous implementation did not differentiate when a single queue
supported a specific surface. It will now print 'true' if all surfaces
support presentation with a queue, 'false' if none, and otherwise prints
each surface type's support if they aren't uniform in value.
This makes the info regarding which queue supports presentation on a
surface much easier to validate the correctness of.
commit 961b9e7a9e62bbd688bd85b58541d66a7f2acc55
Author: Charles Giessen <charles@lunarg.com>
Date: Fri Sep 27 14:51:54 2024 -0500
vulkaninfo: Only iterate 2-call idiom when needed
Previous implementation would always run the function 3 times no matter what.
commit 05e068941b49277189d0bbcdc5f722724eb3c5a3
Author: Mike Schuchardt <mikes@lunarg.com>
Date: Thu Sep 26 08:03:20 2024 -0700
build: Update to header 1.3.296
commit 29fb03034ad154327f7c8f871fecb40050179a45
Author: Máté Ferenc Nagy-Egri <mate@rastergrid.com>
Date: Thu Sep 26 13:53:05 2024 +0200
Fix twocall_chain_vectors mechanism
Instead of unconditionally querying properties twice,
only call the query again if the given output struct has array members.
Also fix the case where if there are no output structs with array properties (VulkanSC),
then don't end up with unresolved external symbols.
commit 4c63e845962ff3b197855f3ae4907a47d0863f5a
Author: Mike Schuchardt <mikes@lunarg.com>
Date: Fri Aug 30 08:43:07 2024 -0700
build: Update to header 1.3.295
commit 7e82aea5fc1394d417a0df6a5680a4cce5c37286
Author: Mike Schuchardt <mikes@lunarg.com>
Date: Fri Aug 23 10:33:07 2024 -0700
build: Update to header 1.3.294
Needed custom implementation of vkCreatePipelineBinariesKHR in mock_icd
commit 40294f25aa4522fe309504aaf30c1c259e11b75b
Author: Charles Giessen <charles@lunarg.com>
Date: Mon Jun 17 14:48:29 2024 -0500
vulkaninfo: Add --show-promoted-structs option
This option restores behavior that prints out structures which have
been promoted to core vulkan and their members combined into the
VkPhysicalDeviceVulkanXXX structs.
For example, VkPhysicalDeviceVulkan12Features contains all of the features
that VkPhysicalDeviceVulkanMemoryModelFeatures does, so only the former
needs to be output. However, some users will want both structs present
regardless and the --show-promoted-structs option allows that behavior.
This commit also removes redundant checks when iterating the pNext chains
while printing, as those same checks occur when the chain is being created,
removing duplicate code-gen and runtime checks.
commit f993f9722589d339a2e2766332b4d591157b5ade
Author: Kirill Primak <vyivel@eclair.cafe>
Date: Tue Aug 13 22:10:01 2024 +0300
cube: roundtrip to ensure all globals are processed
wl_display_dispatch() may not process all events.
commit 494d32f2da0bd8a782d88fdaa98b9e1967148d1b
Author: Mike Schuchardt <mikes@lunarg.com>
Date: Fri Aug 16 08:50:28 2024 -0700
build: Update to header 1.3.293
commit 32379b03f828619cb54eed874a11ab7e5ceafb3a
Author: Charles Giessen <charles@lunarg.com>
Date: Mon Aug 5 10:17:50 2024 -0500
vulkaninfo: Fix deprecation of MVK/IOS surface extensions
These surface extensions shouldn't be enabled if the metal
surface extension is present. This fixes a deprecation notice
the validation layers emit - as well as not provide redundant
information (since the metal extension is a direct replacement
for the mvk/ios extensions).
commit 7d5cdf62e4f2935425faab1270fe1c9a401fa664
Author: Mike Schuchardt <mikes@lunarg.com>
Date: Sat Aug 3 14:37:42 2024 -0700
cube: Change ALooper_pollOnce to ALooper_pollAll
ALooper_pollAll is removed in NDK r27, switch to using ALooper_pollOnce
instead. Since it was already being called in a loop, all we have to do
is change the function name.
Fixes #1015
commit 3d70a8c398c68a6ee75fb3755cb3a55294ef9c1d
Author: Mike Schuchardt <mikes@lunarg.com>
Date: Fri Aug 2 10:46:20 2024 -0700
build: Update to header 1.3.292
commit ef0055cd52215ed4763f0c97eb5ae1b5c64bffcb
Author: Mike Schuchardt <mikes@lunarg.com>
Date: Fri Aug 2 12:24:56 2024 -0700
ci: Hardcode NDK r25
Cube is using a deprecated API for r27
https://github.com/KhronosGroup/Vulkan-Tools/issues/1015
commit 46df205dcad665b652f57ee580d78051925b296a
Author: Richard S. Wright Jr. <richard@lunarg.com>
Date: Mon Jul 22 11:15:15 2024 -0400
Update known_good.json
Rollback MoltenVK to 1.2.9 from 1.2.10 due to stability issues
commit 2cee0d5b1d8c34e26fd6d9992d3d428ac4c5139d
Author: Richard S. Wright Jr. <richard@lunarg.com>
Date: Fri Jul 19 18:13:55 2024 -0400
Update known_good.json
Updated known_good for latest MoltenVK