mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-12-06 07:12:28 +01:00
Add "Driver compatibility charts" for NVIDIA
parent
123c80fbff
commit
cb3fcbc115
|
|
@ -1,25 +1,27 @@
|
||||||
# Graphics Driver Issues
|
# Graphics Driver Issues
|
||||||
This page quickly summarizes graphics driver quirks and issues present in GPU drivers by different manufacturers.
|
This page quickly summarizes graphics driver quirks and issues present in GPU drivers by different manufacturers.
|
||||||
|
|
||||||
» [AMD (Proprietary)](#amd-proprietary) <br>
|
**Index**
|
||||||
» [Intel (Proprietary)](#intel-proprietary) <br>
|
* [Driver compatibility charts](#driver-compatibility-charts)
|
||||||
» [NVIDIA (Proprietary)](#nvidia-proprietary) <br>
|
* List of driver issues:
|
||||||
|
* [AMD (Proprietary)](#amd-proprietary)
|
||||||
» [AMD (Mesa)](#amd-mesa) <br>
|
* [Intel (Proprietary)](#intel-proprietary)
|
||||||
» [Intel (Mesa)](#intel-mesa) <br>
|
* [NVIDIA (Proprietary)](#nvidia-proprietary)
|
||||||
» [NVIDIA (Mesa)](#nvidia-mesa) <br>
|
* [AMD (Mesa)](#amd-mesa)
|
||||||
|
* [Intel (Mesa)](#intel-mesa)
|
||||||
» [**Hall of Fame (List of fixed issues)**](#hall-of-fame)
|
* [NVIDIA (Mesa)](#nvidia-mesa)
|
||||||
|
* » [**Hall of Fame (List of fixed issues)**](#hall-of-fame)
|
||||||
|
|
||||||
---
|
---
|
||||||
|
<br>
|
||||||
|
|
||||||
### Driver compatibility charts
|
## Driver compatibility charts <a name="driver-compatibility-charts"/>
|
||||||
|
|
||||||
$${\color{red} Unsupported}$$ - The driver supports the hardware, but due to its poor state, we do not support it. <br>
|
$${\color{red} Unsupported}$$ - The driver supports the hardware, but due to its poor state, we do not support it. <br>
|
||||||
$${\color{yellow} Legacy}$$ - The driver supports the hardware, has reached end-of-life, but we still have legacy support for it. <br>
|
$${\color{yellow} Legacy}$$ - The driver supports the hardware, has reached end-of-life, but we still have legacy support for it. <br>
|
||||||
$${\color{green} Supported}$$ - The driver supports the hardware, is actively updated and supported.
|
$${\color{green} Supported}$$ - The driver supports the hardware, is actively updated and supported.
|
||||||
|
|
||||||
#### AMD
|
### AMD
|
||||||
<table>
|
<table>
|
||||||
<tr>
|
<tr>
|
||||||
<th>AMD/ATI Radeon</th>
|
<th>AMD/ATI Radeon</th>
|
||||||
|
|
@ -76,7 +78,47 @@ $${\color{green} Supported}$$ - The driver supports the hardware, is actively up
|
||||||
- **xgl:** AMD's proprietary Vulkan driver, used on Windows drivers and amdvlk (now defunct).
|
- **xgl:** AMD's proprietary Vulkan driver, used on Windows drivers and amdvlk (now defunct).
|
||||||
- **radv:** mesa's open-source Vulkan driver.
|
- **radv:** mesa's open-source Vulkan driver.
|
||||||
|
|
||||||
|
### NVIDIA
|
||||||
|
<table>
|
||||||
|
<tr>
|
||||||
|
<th>NVIDIA</th>
|
||||||
|
<th>libgl</th>
|
||||||
|
<th>libvulkan</th>
|
||||||
|
<th>nvk</th>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<th>Fermi (400)</th>
|
||||||
|
<td>$${\color{yellow} Legacy}$$</td>
|
||||||
|
<th>$${\color{gray} X}$$</th>
|
||||||
|
<td>$${\color{gray} X}$$</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<th>Kepler (600/700)</th>
|
||||||
|
<td>$${\color{yellow} Legacy}$$</td>
|
||||||
|
<th>$${\color{gray} X}$$</th>
|
||||||
|
<td>$${\color{gray} X}$$</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<th>Maxwell/Pascal (700/900/1000)</th>
|
||||||
|
<td>$${\color{yellow} Legacy}$$</td>
|
||||||
|
<th>$${\color{green} Supported}$$</th>
|
||||||
|
<td>$${\color{red} Unsupported}$$</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<th>Turing and newer (1600 to 5000)</th>
|
||||||
|
<td>$${\color{green} Supported}$$</td>
|
||||||
|
<th>$${\color{green} Supported}$$</th>
|
||||||
|
<td>$${\color{green} Supported}$$</td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
|
||||||
|
**Glossary:**
|
||||||
|
- **libgl:** NVIDIA's proprietary OpenGL driver.
|
||||||
|
- **libvulkan:** NVIDIA's proprietary Vulkan driver.
|
||||||
|
- **nvk:** mesa's open-source Vulkan driver for NVIDIA GPUs.
|
||||||
|
|
||||||
---
|
---
|
||||||
|
<br>
|
||||||
|
|
||||||
## AMD (Proprietary) <a name="amd-proprietary"/>
|
## AMD (Proprietary) <a name="amd-proprietary"/>
|
||||||
**OpenGL**
|
**OpenGL**
|
||||||
|
|
@ -156,6 +198,7 @@ $${\color{green} Supported}$$ - The driver supports the hardware, is actively up
|
||||||
- _No known problems at this time_
|
- _No known problems at this time_
|
||||||
|
|
||||||
---
|
---
|
||||||
|
<br>
|
||||||
|
|
||||||
# Hall of Fame <a name="hall-of-fame"/>
|
# Hall of Fame <a name="hall-of-fame"/>
|
||||||
List of reported graphics driver bugs that are now fixed. We'd like to thank the developers who fixed these!
|
List of reported graphics driver bugs that are now fixed. We'd like to thank the developers who fixed these!
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue