[Mesa-dev] [PATCH] i965: Store QPitch in intel_mipmap_tree.

2013-12-17 Thread Kenneth Graunke
Broadwell allows us to specify an arbitrary value for QPitch, rather than baking a specific formula into the hardware and requiring software to lay things out to match. The only restriction is that the software provided QPitch needs to be large enough so successive array slices do not overlap.

Re: [Mesa-dev] [PATCH] i965: Store QPitch in intel_mipmap_tree.

2013-12-17 Thread Paul Berry
On 17 December 2013 13:05, Kenneth Graunke kenn...@whitecape.org wrote: Broadwell allows us to specify an arbitrary value for QPitch, rather than baking a specific formula into the hardware and requiring software to lay things out to match. The only restriction is that the software provided