Vulkan 1.3.262 Rolls Out With Four New Extensions

Written by Michael Larabel in Vulkan on 25 August 2023 at 05:46 AM EDT. 4 Comments
VULKAN
The Vulkan 1.3.262 revision to this industry standard for high performance graphics and compute is now published. There is the usual assortment of minor changes/fixes plus four new extensions, which all happen to be new vendor extensions from Qualcomm.

There is just over a dozen issues resolved in this routine Vulkan spec update with none of the items being particularly exciting. But as is quite common, there are some new extensions to provide additional functionality.

The new extensions this round all are vendor extensions devised by Qualcomm and they include:

VK_QCOM_filter_cubic_clamp - An extension to cubic filtering by adding the ability to enable an anti-ringing clamp. For Qualcomm Adreno hardware at least this should lead to a nice performance/power-savings with the range clamp in the texture unit during cubic filtering rather than a shader-based clamping approach.

VK_QCOM_filter_cubic_weights - Extending cubic filtering with the ability to select a set of weights.

VK_QCOM_image_processing2 - Enabling support for the SPIR-V TextureBlockMatch2QCOM by adding four new image processing operations to the Qualcomm image processing functionality.

VK_QCOM_ycbcr_degamma - Exposing support for sRGB EOTF / sRGB degamma for use with images using YCbCr formats.

Vulkan 1.3 logo


More details on these new Vulkan extensions and other changes with Vulkan 1.3.262 can be found via this GitHub commit.
Related News
About The Author
Michael Larabel

Michael Larabel is the principal author of Phoronix.com and founded the site in 2004 with a focus on enriching the Linux hardware experience. Michael has written more than 20,000 articles covering the state of Linux hardware support, Linux performance, graphics drivers, and other topics. Michael is also the lead developer of the Phoronix Test Suite, Phoromatic, and OpenBenchmarking.org automated benchmarking software. He can be followed via Twitter, LinkedIn, or contacted via MichaelLarabel.com.

Popular News This Week