Re: [Mesa-dev] [PATCH 19/19] radeonsi: enable ARB_shader_ballot

2017-04-02 Thread Marek Olšák
For the series: Reviewed-by: Marek Olšák Marek On Fri, Mar 31, 2017 at 7:14 PM, Nicolai Hähnle wrote: > From: Nicolai Hähnle > > Require LLVM 5.0 or later because LLVM 4.0 is easily fooled into > putting the lane select of llvm.amdgcn.readlane into a VGPR and then > fails to continue to compi

[Mesa-dev] [PATCH 19/19] radeonsi: enable ARB_shader_ballot

2017-03-31 Thread Nicolai Hähnle
From: Nicolai Hähnle Require LLVM 5.0 or later because LLVM 4.0 is easily fooled into putting the lane select of llvm.amdgcn.readlane into a VGPR and then fails to continue to compile. --- docs/features.txt | 2 +- docs/relnotes/17.1.0.html | 1 + src/gallium/dr