Re: [Mesa-dev] [PATCH 2/2] radeonsi: add RADEON_REPLACE_SHADERS debug option

2015-12-18 Thread Marek Olšák
On Thu, Dec 17, 2015 at 11:01 PM, Nicolai Hähnle wrote: > From: Nicolai Hähnle > > This option allows replacing a single shader by a pre-compiled ELF object > as generated by LLVM's llc, for example. This can be useful for debugging a >

[Mesa-dev] [PATCH 2/2] radeonsi: add RADEON_REPLACE_SHADERS debug option

2015-12-17 Thread Nicolai Hähnle
From: Nicolai Hähnle This option allows replacing a single shader by a pre-compiled ELF object as generated by LLVM's llc, for example. This can be useful for debugging a deterministically occuring error in shaders (and has in fact helped find the causes of