Re: [Mesa-dev] [PATCH 24/26] i965: Disable aux buffers with non-compatible copies

2016-10-31 Thread Pohjolainen, Topi
On Mon, Oct 31, 2016 at 11:35:36AM -0700, Jason Ekstrand wrote: >Instead, I think we just want to start using my "CCS-correct copy >patches" I agree. > >On Tue, Oct 11, 2016 at 12:26 PM, Topi Pohjolainen ><[1]topi.pohjolai...@gmail.com> wrote: > > Signed-off-by: Topi Pohjol

Re: [Mesa-dev] [PATCH 24/26] i965: Disable aux buffers with non-compatible copies

2016-10-31 Thread Jason Ekstrand
Instead, I think we just want to start using my "CCS-correct copy patches" On Tue, Oct 11, 2016 at 12:26 PM, Topi Pohjolainen < topi.pohjolai...@gmail.com> wrote: > Signed-off-by: Topi Pohjolainen > --- > src/intel/blorp/blorp.h | 2 ++ > src/intel/blorp/blorp_blit.c |

[Mesa-dev] [PATCH 24/26] i965: Disable aux buffers with non-compatible copies

2016-10-11 Thread Topi Pohjolainen
Signed-off-by: Topi Pohjolainen --- src/intel/blorp/blorp.h | 2 ++ src/intel/blorp/blorp_blit.c | 6 ++ src/mesa/drivers/dri/i965/brw_blorp.c | 25 - 3 files changed, 28 insertions(+), 5 deletions(-) diff --git a/src/intel/blorp/blorp.h b/src