Re: [Mesa-dev] [PATCH v5 12/19] i965: Add aux_buf variable to simplify code.

2018-04-03 Thread Jason Ekstrand
On Thu, Mar 29, 2018 at 10:58 AM, Rafael Antognolli < rafael.antogno...@intel.com> wrote: > In a follow up patch, we make use of clear_color_bo, which is in > mt->mcs_buf or mt->hiz_buf. To avoid duplicating more code that does the > same thing on both aux buffers, just use aux_buf already. > > v5

[Mesa-dev] [PATCH v5 12/19] i965: Add aux_buf variable to simplify code.

2018-03-29 Thread Rafael Antognolli
In a follow up patch, we make use of clear_color_bo, which is in mt->mcs_buf or mt->hiz_buf. To avoid duplicating more code that does the same thing on both aux buffers, just use aux_buf already. v5: Add aux_buf to brw_wm_surface_state too. Signed-off-by: Rafael Antognolli --- src/mesa/drivers/