Merge branch 'main' into 'main'

Add details about the new vulkan layer patch that solves the glcore crash on nvidia

See merge request lvra/lvra.gitlab.io!9
This commit is contained in:
CJendantix 2024-02-25 22:45:18 +00:00
commit f762ac299d

View file

@ -27,7 +27,7 @@ To use Monado as the OpenXR runtime with Steam, or if you're planning to use the
| Manufacturer | Driver | Vulkan Support | DisplayPort Audio | Reprojection Support | Hybrid Graphics Support | Notes |
|--------------|--------------------------|----------------|-------------------|-------------------------------|-------------------------|--------------------------------------------------------------------|
| Nvidia | Proprietary | Very poor | Yes | Functional, non-robust | Crashes | Notable `glcore` crashes with OpenComposite. Proton VR games not playable. |
| Nvidia | Proprietary | Very poor | Yes | Functional, non-robust | Crashes | ~~Notable `glcore` crashes with OpenComposite. Proton VR games not playable.~~ There is a new patch available that may solve this problem, more details [here](https://discord.com/channels/1065291958328758352/1065360238716407939/1210006800007692358) |
| Nvidia | Nouveau + NVK Vulkan (Open Source) | Functional | No | No proper Vulkan queue | Untested | Lacks DisplayPort audio, suffers from stutter without reprojection queue. |
| Intel | ANV (Open Source) | Excellent | Yes | Functional, non-robust | Functional | Dedicated cards recommended, lacks robust reprojection like AMD. |
| AMD | RADV (Open Source) | Excellent | Yes | Robust (RDNA and up) | Functional | RDNA generation and up supported with compute tunneling for reprojection. Lower than RDNA are not robust. |