Skip to content

Graphics Driver Issues

Ani edited this page Nov 28, 2025 · 73 revisions

Graphics Driver Issues

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

» AMD (Proprietary)
» Intel (Proprietary)
» NVIDIA (Proprietary)

» AMD (Mesa)
» Intel (Mesa)
» NVIDIA (Mesa)

» Hall of Fame (List of fixed issues)

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

  • Primitive restart is 'broken', this seems to be a GCN hardware bug as it affects both proprietary and open-source drivers
    » Workaround implemented: Yes (automatic)
    » Note: Confirmed, see eae8f49f@mesa3d/mesa

  • LLVM 8 generates broken code on Mesa
    » Workaround implemented: No, use newer versions of Mesa that are based on LLVM 9 or above
    » Reported: Yes, on 2019-06-22. Quick reply.
    » Note: This is caused by a dependency (LLVM), and not a bug on the driver's implementation.

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