Re: [Mesa-dev] [PATCH] radv: Add LLVM version to the device name string

2017-12-06 Thread Dieter Nützel
Tested-by: Dieter Nützel strings .cache/mesa_shader_cache/6b/cfcb91f4d2f22197b938220fc7ff370d066750 ee8f285a5a6a275a400072616476 AMD RADV POLARIS10 (LLVM 6.0.0) RP$# oggfu3 w}xhP QNQ&# JbTb kL8,uP?;_ Dieter Am 06.12.2017 11:32, schrieb Alex Smith: Allows apps to determine the LLVM versi

Re: [Mesa-dev] [PATCH] radv: Add LLVM version to the device name string

2017-12-06 Thread Samuel Pitoiset
Reviewed-by: Samuel Pitoiset On 12/06/2017 11:32 AM, Alex Smith wrote: Allows apps to determine the LLVM version so that they can decide whether or not to enable workarounds for LLVM issues. Signed-off-by: Alex Smith Cc: "17.2 17.3" --- src/amd/vulkan/radv_device.c | 61 ++

[Mesa-dev] [PATCH] radv: Add LLVM version to the device name string

2017-12-06 Thread Alex Smith
Allows apps to determine the LLVM version so that they can decide whether or not to enable workarounds for LLVM issues. Signed-off-by: Alex Smith Cc: "17.2 17.3" --- src/amd/vulkan/radv_device.c | 61 +-- src/amd/vulkan/radv_private.h | 2 +- 2 files ch