Re: [Mesa-dev] [PATCH v5 05/19] intel: Use Clear Color struct size.

2018-04-03 Thread Jason Ekstrand
On Thu, Mar 29, 2018 at 10:58 AM, Rafael Antognolli < rafael.antogno...@intel.com> wrote: > The size of the clear color struct (expected by the hardware) is 8 > dwords (isl_dev.ss.clear_value_state_size here). But we still need to > track the size of the clear color, used when memcopying it

[Mesa-dev] [PATCH v5 05/19] intel: Use Clear Color struct size.

2018-03-29 Thread Rafael Antognolli
The size of the clear color struct (expected by the hardware) is 8 dwords (isl_dev.ss.clear_value_state_size here). But we still need to track the size of the clear color, used when memcopying it to/from the state buffer. For that we keep isl_dev.ss.clear_value_size. v4: - Add struct to gen11