Re: [Mesa-dev] [PATCH] anv: fix writemask on blit fragment shader.

2016-08-15 Thread Kenneth Graunke
On Tuesday, August 16, 2016 10:01:47 AM PDT Dave Airlie wrote: > From: Dave Airlie > > I'm not sure if anything even uses this, but I found this on radv, so > just fix it on anv for consistency. > > Signed-off-by: Dave Airlie > --- > src/intel/vulkan/anv_meta_blit.c | 2 +- > 1 file changed, 1

Re: [Mesa-dev] [PATCH] anv: fix writemask on blit fragment shader.

2016-08-15 Thread Jason Ekstrand
Drp... Thanks! Cc: "12.0" Reviewed-by: Jason Ekstrand On Mon, Aug 15, 2016 at 5:01 PM, Dave Airlie wrote: > From: Dave Airlie > > I'm not sure if anything even uses this, but I found this on radv, so > just fix it on anv for consistency. > > Signed-off-by: Dave Airlie > --- > src/intel/vul

[Mesa-dev] [PATCH] anv: fix writemask on blit fragment shader.

2016-08-15 Thread Dave Airlie
From: Dave Airlie I'm not sure if anything even uses this, but I found this on radv, so just fix it on anv for consistency. Signed-off-by: Dave Airlie --- src/intel/vulkan/anv_meta_blit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/intel/vulkan/anv_meta_blit.c b/src