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

2015-12-22 Thread Marek Olšák
For the series: Reviewed-by: Marek Olšák On Mon, Dec 21, 2015 at 10:18 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,

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

2015-12-21 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