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:
committed by
Marge Bot
parent
e7206bcdb2
commit
850605eba1
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user