You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the VK_NV_device_generated_commands extension in mesa is implemented by RADV (https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17269), but it is not shown on the website. Since this extension is important for running some games (e. g. Halo Infinite) on VKD3D-proton, I think that it would be good to add this extension to the website so that people are not confused about whether it is supported by their drivers/hardware or not.
mesamatrix is basically just a (very) nice way of showing docs/features.txt in the Mesa repo; if the information shown is wrong, Mesa is where you report that.
That said, for this extension, the commit adding it says it's an "experimental implementation of VK_NV_device_generated_commands", so it's normal that it's not advertised yet :)
Hello!
Currently, the VK_NV_device_generated_commands extension in mesa is implemented by RADV (https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17269), but it is not shown on the website. Since this extension is important for running some games (e. g. Halo Infinite) on VKD3D-proton, I think that it would be good to add this extension to the website so that people are not confused about whether it is supported by their drivers/hardware or not.
Right now, only VKD3D-proton is allowed to use it on RADV (see https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17269/diffs?commit_id=2d2591bbb7f1204e35f5120701166efb7a87d1e2#diff-content-d301a3059c2e4c91694d5eb7f1f0558d6a11b4fa), so maybe that's why it's not showing automatically.
The text was updated successfully, but these errors were encountered: