Re: [Mesa-dev] [PATCH v2 17/30] i965/fs: support double with shared variable loads

2016-05-13 Thread Francisco Jerez
Samuel Iglesias Gonsálvez writes: > From: Iago Toral Quiroga > > Reviewed-by: Kenneth Graunke If you change the argument ordering of do_untyped_vector_read make sure you remember to update this patch. With that taken into account: Reviewed-by: Francisco Jerez > --- > src/mesa/drivers/dri/

[Mesa-dev] [PATCH v2 17/30] i965/fs: support double with shared variable loads

2016-05-12 Thread Samuel Iglesias Gonsálvez
From: Iago Toral Quiroga Reviewed-by: Kenneth Graunke --- src/mesa/drivers/dri/i965/brw_fs_nir.cpp | 10 ++ 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/src/mesa/drivers/dri/i965/brw_fs_nir.cpp b/src/mesa/drivers/dri/i965/brw_fs_nir.cpp index 4af5979..73b9082 100644 --