Re: [Mesa-dev] [PATCH 1/2] i965: Replace bool aux disable with enum

2017-01-03 Thread Chad Versace
On Sun 01 Jan 2017, Ben Widawsky wrote: > As CCS buffers are passed to KMS, it becomes useful to be able to > determine exactly what type of aux buffers are disabled. This was > previously not entirely needed (though the code was a little more > confusing), however it becomes very desirable after a

[Mesa-dev] [PATCH 1/2] i965: Replace bool aux disable with enum

2017-01-01 Thread Ben Widawsky
As CCS buffers are passed to KMS, it becomes useful to be able to determine exactly what type of aux buffers are disabled. This was previously not entirely needed (though the code was a little more confusing), however it becomes very desirable after a recent patch from Chad: commit 1c8be049bea786c