radv: advertise alphaToOne

Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/28434>
This commit is contained in:
Samuel Pitoiset 2024-03-27 18:23:06 +01:00 committed by Marge Bot
parent e7206bcdb2
commit 850605eba1

View file

@ -722,7 +722,7 @@ radv_physical_device_get_features(const struct radv_physical_device *pdevice, st
.depthBounds = true,
.wideLines = true,
.largePoints = true,
.alphaToOne = false,
.alphaToOne = true,
.multiViewport = true,
.samplerAnisotropy = true,
.textureCompressionETC2 = radv_device_supports_etc(pdevice) || pdevice->emulate_etc2,