mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 04:38:03 +02:00
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:
parent
e7206bcdb2
commit
850605eba1
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue