Re: [Mesa-dev] [PATCH] st/glsl_to_nir: disable io lowering to temps for tess

2018-01-16 Thread Marek Olšák
Reviewed-by: Marek Olšák Marek On Thu, Jan 11, 2018 at 3:47 AM, Timothy Arceri wrote: > Lowering these to temps makes a big mess, and results in some > piglit test failures. Also the radeonsi backend (the only backend > to support tess) has support

[Mesa-dev] [PATCH] st/glsl_to_nir: disable io lowering to temps for tess

2018-01-10 Thread Timothy Arceri
Lowering these to temps makes a big mess, and results in some piglit test failures. Also the radeonsi backend (the only backend to support tess) has support for indirects so there is no need to lower them anyway. Fixes the following piglit tests on radeonsi: