mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-01 10:18:05 +02:00
kk: enable dualSrcBlend
Reviewed-by: Aitor Camacho <aitor@lunarg.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/38067>
This commit is contained in:
parent
a9e0adc679
commit
938390c075
1 changed files with 1 additions and 0 deletions
|
|
@ -146,6 +146,7 @@ kk_get_device_features(
|
|||
.robustBufferAccess = true,
|
||||
.depthClamp = true,
|
||||
.drawIndirectFirstInstance = true,
|
||||
.dualSrcBlend = true,
|
||||
/* TODO_KOSMICKRISP
|
||||
* Enabling fragmentStoresAndAtomics fails the following CTS tests, need
|
||||
* to investigate:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue