mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-29 05:50:11 +01:00
lavapipe: enable alpha to one.
CTS seems fine with this. Cc: 20.3 <mesa-stable> Reviewed-by: Roland Scheidegger <sroland@vmware.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7499>
This commit is contained in:
parent
ea034c981b
commit
a04a146560
1 changed files with 1 additions and 1 deletions
|
|
@ -312,7 +312,7 @@ void lvp_GetPhysicalDeviceFeatures(
|
|||
.depthBounds = (pdevice->pscreen->get_param(pdevice->pscreen, PIPE_CAP_DEPTH_BOUNDS_TEST) != 0),
|
||||
.wideLines = false,
|
||||
.largePoints = true,
|
||||
.alphaToOne = false,
|
||||
.alphaToOne = true,
|
||||
.multiViewport = true,
|
||||
.samplerAnisotropy = false, /* FINISHME */
|
||||
.textureCompressionETC2 = false,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue