[Mesa-dev] [PATCH 1/2] i965: Replace bool aux disable with enum
Chad Versace
chadversary at chromium.org
Tue Jan 3 16:21:21 UTC 2017
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 recent patch from
> Chad:
>
> commit 1c8be049bea786c2c054a770025976beba5b8636
> Author: Chad Versace <chadversary at chromium.org>
> Date: Fri Dec 9 16:18:11 2016 -0800
>
> i965/mt: Disable aux surfaces after making miptree shareable
>
> The next patch will handle CCS and get rid of no_ccs.
>
> Signed-off-by: Ben Widawsky <ben at bwidawsk.net>
> ---
> src/mesa/drivers/dri/i965/intel_mipmap_tree.c | 24 ++++++++++++------------
> src/mesa/drivers/dri/i965/intel_mipmap_tree.h | 10 +++++++++-
> 2 files changed, 21 insertions(+), 13 deletions(-)
Patch 1 is
Reviewed-by: Chad Versace <chadversary at chromium.org>
More information about the mesa-dev
mailing list