Re: [Mesa-dev] [PATCH 20/34] i965: Restructure CCS disable

2017-02-06 Thread Ben Widawsky
On 17-02-06 10:00:16, Topi Pohjolainen Topi Pohjolainen wrote: On Sun, Feb 05, 2017 at 10:48:11PM -0800, Ben Widawsky wrote: On 17-01-25 20:53:44, Topi Pohjolainen Topi Pohjolainen wrote: > On Mon, Jan 23, 2017 at 10:21:43PM -0800, Ben Widawsky wrote: > > Make the code only disable CCS when it h

Re: [Mesa-dev] [PATCH 20/34] i965: Restructure CCS disable

2017-02-06 Thread Pohjolainen, Topi
On Sun, Feb 05, 2017 at 10:48:11PM -0800, Ben Widawsky wrote: > On 17-01-25 20:53:44, Topi Pohjolainen Topi Pohjolainen wrote: > > On Mon, Jan 23, 2017 at 10:21:43PM -0800, Ben Widawsky wrote: > > > Make the code only disable CCS when it has to, unlike before where it > > > disabled CCS and enabled

Re: [Mesa-dev] [PATCH 20/34] i965: Restructure CCS disable

2017-02-05 Thread Ben Widawsky
On 17-01-25 20:53:44, Topi Pohjolainen Topi Pohjolainen wrote: On Mon, Jan 23, 2017 at 10:21:43PM -0800, Ben Widawsky wrote: Make the code only disable CCS when it has to, unlike before where it disabled CCS and enabled it when it could. This is much more inline with how it should work in a few

Re: [Mesa-dev] [PATCH 20/34] i965: Restructure CCS disable

2017-01-25 Thread Pohjolainen, Topi
On Mon, Jan 23, 2017 at 10:21:43PM -0800, Ben Widawsky wrote: > Make the code only disable CCS when it has to, unlike before where it > disabled CCS and enabled it when it could. This is much more inline with > how it should work in a few patches, where we have fewer restrictions as > to when we di

[Mesa-dev] [PATCH 20/34] i965: Restructure CCS disable

2017-01-23 Thread Ben Widawsky
Make the code only disable CCS when it has to, unlike before where it disabled CCS and enabled it when it could. This is much more inline with how it should work in a few patches, where we have fewer restrictions as to when we disable CCS. Signed-off-by: Ben Widawsky --- src/mesa/drivers/dri/i96