Re: [Mesa-dev] [PATCH 3/4] i965: Replace draw_aux_buffer_disabled with draw_aux_usage

2018-01-24 Thread Jason Ekstrand
On Wed, Jan 24, 2018 at 11:13 AM, Kenneth Graunke wrote: > On Wednesday, January 24, 2018 2:03:41 AM PST Jason Ekstrand wrote: > > Instead of keeping an array of booleans, we now hang onto an array of > > isl_aux_usage enums. This means that the thing we are passing from

Re: [Mesa-dev] [PATCH 3/4] i965: Replace draw_aux_buffer_disabled with draw_aux_usage

2018-01-24 Thread Kenneth Graunke
On Wednesday, January 24, 2018 2:03:41 AM PST Jason Ekstrand wrote: > Instead of keeping an array of booleans, we now hang onto an array of > isl_aux_usage enums. This means that the thing we are passing from > brw_draw.c to surface state setup is the thing that surface state setup > actually

Re: [Mesa-dev] [PATCH 3/4] i965: Replace draw_aux_buffer_disabled with draw_aux_usage

2018-01-24 Thread Pohjolainen, Topi
On Wed, Jan 24, 2018 at 02:03:41AM -0800, Jason Ekstrand wrote: > Instead of keeping an array of booleans, we now hang onto an array of > isl_aux_usage enums. This means that the thing we are passing from > brw_draw.c to surface state setup is the thing that surface state setup > actually needs