Re: [Mesa-dev] [PATCH 0/5] nir, spirv: Fix bugs uncovered by spirv-opt

2018-10-02 Thread Iago Toral
On Tue, 2018-10-02 at 12:54 +0200, Iago Toral wrote: > Letf a couple of minor comments, but otherwise the series is: > > Reviewed-by: Iago Toral Quiorga s/Quiorga/Quiroga > On Sat, 2018-09-22 at 16:39 -0500, Jason Ekstrand wrote: > > This little series fixes three bugs encountered while runnin

Re: [Mesa-dev] [PATCH 0/5] nir, spirv: Fix bugs uncovered by spirv-opt

2018-10-02 Thread Iago Toral
Letf a couple of minor comments, but otherwise the series is: Reviewed-by: Iago Toral Quiorga On Sat, 2018-09-22 at 16:39 -0500, Jason Ekstrand wrote: > This little series fixes three bugs encountered while running the > Vulkan > CTS with SPIR-V optimizations enabled. The optimizations shouldn'

Re: [Mesa-dev] [PATCH 0/5] nir, spirv: Fix bugs uncovered by spirv-opt

2018-09-27 Thread Andres Rodriguez
This series fixes the assert I was encountering with SteamVR here: https://bugs.freedesktop.org/show_bug.cgi?id=108065 Thanks for the fixes. -Andres On 2018-09-22 05:39 PM, Jason Ekstrand wrote: This little series fixes three bugs encountered while running the Vulkan CTS with SPIR-V optimizat

[Mesa-dev] [PATCH 0/5] nir,spirv: Fix bugs uncovered by spirv-opt

2018-09-22 Thread Jason Ekstrand
This little series fixes three bugs encountered while running the Vulkan CTS with SPIR-V optimizations enabled. The optimizations shouldn't, in theory, change the behavior of the shader but it does change some of the SPIR-V patterns and triggered a number of compiler bugs. I'd like to CC the whol