Re: [Mesa-dev] [PATCH 32/34] i965/miptree: Remove dead code assertion

2017-01-25 Thread Pohjolainen, Topi
On Mon, Jan 23, 2017 at 10:21:55PM -0800, Ben Widawsky wrote: > We no longer allocate a miptree for the mcs_buf, so this is not a useful > assertion. > > While here, move the CCS disabling so that we only conditionally shut it > off. This helps us dtrt later when CCS is used in more places. > > R

[Mesa-dev] [PATCH 32/34] i965/miptree: Remove dead code assertion

2017-01-23 Thread Ben Widawsky
We no longer allocate a miptree for the mcs_buf, so this is not a useful assertion. While here, move the CCS disabling so that we only conditionally shut it off. This helps us dtrt later when CCS is used in more places. Recommended-by: Topi Pohjolainen Signed-off-by: Ben Widawsky --- src/mesa/