Re: [Mesa-dev] [PATCH] radeonsi/nir: collect more accurate output_usagemask

2018-02-21 Thread Marek Olšák
Reviewed-by: Marek Olšák Marek On Wed, Feb 21, 2018 at 7:03 AM, Timothy Arceri wrote: > Fixes assert in glsl-1.50-gs-max-output-components piglit test. > > Note that the double handling will only work for doubles that > don't take up multiple slots i.e. double and dvec2. However > dual slot dou

[Mesa-dev] [PATCH] radeonsi/nir: collect more accurate output_usagemask

2018-02-20 Thread Timothy Arceri
Fixes assert in glsl-1.50-gs-max-output-components piglit test. Note that the double handling will only work for doubles that don't take up multiple slots i.e. double and dvec2. However dual slot double handling is an existing bug which is made no worse by this patch. --- src/gallium/drivers/rade