Skip to content

llvmpipe,nir: Emit debug information (shader debugging using GDB)

Konstantin Seurer requested to merge KonstantinSeurer/mesa:llvmpipe-di into main

Based on !18903 . Introduces GALLIVM_DEBUG=symbols for emitting debug info. NIR shaders are written to a temporary file in case the application does not provide source locations.

image

Merge request reports