wgpu/documentation/internals/reporting_driver_bugs.rs
1/*!
2# Reporting Driver Bugs
3
4It can sometimes be hard to figure out where to report driver bugs to the
5vendor. Here is a collection of known places for issues to go, and whether
6reports have been successful.
7
8Proprietary:
9
10- NVIDIA Windows/Linux:
11 [forum](https://forums.developer.nvidia.com/c/gaming-and-visualization-technologies/apis/489)
12 (success)
13- AMD (Windows — GL/VK):
14 [forum](https://community.amd.com/t5/opengl-vulkan/bd-p/opengl-and-vulkan-discussions)
15 (unknown)
16- Intel (Windows):
17 [GitHub](https://github.com/IGCIT/Intel-GPU-Community-Issue-Tracker-IGCIT)
18 (unknown)
19- Qualcomm:
20 [forum](https://developer.qualcomm.com/forums/software/adreno-gpu-sdk)
21 (success)
22- WARP: ping `@soldieroflight` in `#dx12-developers` on the
23 [DX12 Discord](https://discord.gg/directx)
24
25Open source:
26
27- AMDVLK (Linux): [GitHub](https://github.com/GPUOpen-Drivers/AMDVLK)
28- Mesa: [GitLab](https://gitlab.freedesktop.org/mesa/mesa)
29 - AMD (Linux) RADV
30 - Intel (Linux)
31 - Raspberry Pi
32 - llvmpipe
33 - lavapipe
34- MoltenVK: [GitHub](https://github.com/KhronosGroup/MoltenVK)
35*/