Skip to content

Graphics Driver Issues

Ani edited this page Nov 30, 2025 · 69 revisions

Graphics Driver Issues

This page quickly summarizes graphics driver quirks and issues present in GPU drivers by different manufacturers.

Index



Driver compatibility charts

$${\color{red} Unsupported}$$ - The driver supports the hardware, but due to its poor state, we do not support it.
$${\color{yellow} Legacy}$$ - The driver supports the hardware, has reached end-of-life, but we still have legacy support for it.
$${\color{green} Supported}$$ - The driver supports the hardware, is actively updated and supported.


AMD

ATI/AMD Radeon orca oglp r600g radeonsi xgl radv
HD 5000 to HD 6000 $${\color{red} Unsupported}$$ $${\color{gray} X}$$ $${\color{green} Supported}$$ $${\color{gray} X}$$ $${\color{gray} X}$$ $${\color{gray} X}$$
HD 7000 $${\color{red} Unsupported}$$ $${\color{gray} X}$$ $${\color{gray} X}$$ $${\color{green} Supported}$$ $${\color{yellow} Legacy}$$ $${\color{green} Supported}$$
RX 200 to RX 300 $${\color{red} Unsupported}$$ $${\color{gray} X}$$ $${\color{gray} X}$$ $${\color{green} Supported}$$ $${\color{yellow} Legacy}$$ $${\color{green} Supported}$$
RX 400 to RX 9000 $${\color{red} Unsupported}$$ $${\color{green} Supported}$$ $${\color{gray} X}$$ $${\color{green} Supported}$$ $${\color{green} Supported}$$ $${\color{green} Supported}$$

Glossary:

  • orca: AMD's legacy proprietary OpenGL driver, used on Windows drivers prior to 22.7.1 and older versions of the AMDGPU PRO driver.
  • oglp: AMD's modern proprietary OpenGL driver, used on Windows drivers starting on 22.7.1 and newer versions of the AMDGPU PRO driver.
  • r600g: mesa's open-source OpenGL driver for pre HD 7000 hardware.
  • radeonsi: mesa's open-source OpenGL driver for HD 7000 and newer hardware.
  • xgl: AMD's proprietary Vulkan driver, used on Windows drivers and amdvlk (now defunct).
  • radv: mesa's open-source Vulkan driver.

NVIDIA

NVIDIA libgl libvulkan nvk
Fermi (400/500) $${\color{yellow} Legacy}$$ $${\color{gray} X}$$ $${\color{gray} X}$$
Kepler (600/700) $${\color{yellow} Legacy}$$ $${\color{gray} X}$$ $${\color{red} Unsupported}$$
Maxwell/Pascal (700/900/1000) $${\color{yellow} Legacy}$$ $${\color{green} Supported}$$ $${\color{green} Supported}$$
Turing and newer (1600 to 5000) $${\color{green} Supported}$$ $${\color{green} Supported}$$ $${\color{green} Supported}$$

Glossary:

  • libgl: NVIDIA's proprietary OpenGL driver.
  • libvulkan: NVIDIA's proprietary Vulkan driver.
  • nvk: mesa's open-source Vulkan driver for NVIDIA GPUs.


AMD (Proprietary)

OpenGL

  • No known problems at this time

Vulkan

Intel (Proprietary)

OpenGL

  • GLSL compiler is very broken
    » Workaround implemented: No
    » Reported: No
    » Note: Intel proprietary OpenGL drivers are unsupported by RPCS3 due to their poor state.

  • Unsupported. There are likely other issues as well...

Vulkan

NVIDIA (Proprietary)

OpenGL

  • Floating point precision issues with Nan/Inf values
    » Workaround implemented: Yes (automatic)
    » Note: This is not a driver bug as it can be considered implementation-defined behavior.

Vulkan

AMD (Mesa)

OpenGL

  • No known problems at this time

Vulkan

  • No known problems at this time

Intel (Mesa)

OpenGL

  • crocus Driver (Legacy hardware): No known problems at this time.
  • iris Driver (Modern hardware): No known problems at this time.

Vulkan

NVIDIA (Mesa)

Vulkan

  • No known problems at this time


Hall of Fame

List of reported graphics driver bugs that are now fixed. We'd like to thank the developers who fixed these!

Clone this wiki locally