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:
Dave Airlie 2020-11-04 08:59:53 +10:00 committed by Marge Bot
parent ea034c981b
commit a04a146560

View file

@ -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,