Re: [Mesa-dev] [PATCH] radeonsi: add loading doubles from lds and geom inputs

2015-12-08 Thread Michel Dänzer
On 09.12.2015 13:03, Dave Airlie wrote: > From: Dave Airlie > > This adds two cases of missing double handling to radeonsi, > one for loading doubles from LDS and one for fetch doubles > for geometry shader inputs. > > Signed-off-by: Dave Airlie Please split it up into two patches. Then both o

[Mesa-dev] [PATCH] radeonsi: add loading doubles from lds and geom inputs

2015-12-08 Thread Dave Airlie
From: Dave Airlie This adds two cases of missing double handling to radeonsi, one for loading doubles from LDS and one for fetch doubles for geometry shader inputs. Signed-off-by: Dave Airlie --- src/gallium/drivers/radeonsi/si_shader.c | 28 1 file changed, 24 ins