Re: [Mesa-dev] [PATCH 41/59] i965/fs: fix is_copy_payload() for doubles

2016-05-03 Thread Francisco Jerez
Samuel Iglesias Gonsálvez writes: > From: Connor Abbott > > --- > src/mesa/drivers/dri/i965/brw_fs.cpp | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/src/mesa/drivers/dri/i965/brw_fs.cpp > b/src/mesa/drivers/dri/i965/brw_fs.cpp > index 729c7a0..45afd1a 100644 > --

[Mesa-dev] [PATCH 41/59] i965/fs: fix is_copy_payload() for doubles

2016-04-29 Thread Samuel Iglesias Gonsálvez
From: Connor Abbott --- src/mesa/drivers/dri/i965/brw_fs.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mesa/drivers/dri/i965/brw_fs.cpp b/src/mesa/drivers/dri/i965/brw_fs.cpp index 729c7a0..45afd1a 100644 --- a/src/mesa/drivers/dri/i965/brw_fs.cpp +++ b/src/mes