mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 17:58:26 +02:00
docs/zink: add missing required device-feature
Seems I forgot to add this to the list of required features. Fixes:eb0195358c("zink: only inspect dual-src limit if feature enabled") Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19779> (cherry picked from commita2a0ac21e4)
This commit is contained in:
parent
556b945d13
commit
836db826bd
2 changed files with 2 additions and 1 deletions
|
|
@ -1723,7 +1723,7 @@
|
|||
"description": "docs/zink: add missing required device-feature",
|
||||
"nominated": true,
|
||||
"nomination_type": 1,
|
||||
"resolution": 0,
|
||||
"resolution": 1,
|
||||
"main_sha": null,
|
||||
"because_sha": "eb0195358c4e0376d93f10fb4f90703e51718779"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -118,6 +118,7 @@ supported, although some of these might not actually get verified:
|
|||
* ``VkPhysicalDeviceFeatures``:
|
||||
|
||||
* ``occlusionQueryPrecise``
|
||||
* ``dualSrcBlend``
|
||||
|
||||
* Device extensions:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue