mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-18 05:08:06 +02:00
This prevents the compiler to access the logical/physical devices and the instance during compilation. The main goal is to make it more robust against cache related issues when something isn't hashed correctly (this used to happen a lot in the past). Also it would be much more robust for sharing binaries between two GPUs in the same generation (eg. Vangogh/Rembrandt) because everything needed for compilation is in radv_compiler_info. There is still some work to do to achieve that but it's making good progress. Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/40992> |
||
|---|---|---|
| .. | ||
| addrlib | ||
| ci | ||
| common | ||
| compiler | ||
| drm-shim | ||
| gmlib | ||
| lanczoslib | ||
| llvm | ||
| packets | ||
| registers | ||
| vpelib | ||
| vulkan | ||
| meson.build | ||