Re: [Mesa-dev] [PATCH 10/41] intel: Refactor intel_miptree_copy_teximage()

2011-11-18 Thread Kenneth Graunke
On 11/18/2011 04:04 PM, Chad Versace wrote: > On 11/18/2011 03:42 PM, Kenneth Graunke wrote: >> On 11/17/2011 07:58 PM, Chad Versace wrote: >>> Extract the body of the inner loop into a new function, >>> intel_miptree_copy_slice(). >>> >>> This is in preparation for adding support for separate sten

Re: [Mesa-dev] [PATCH 10/41] intel: Refactor intel_miptree_copy_teximage()

2011-11-18 Thread Chad Versace
On 11/18/2011 03:42 PM, Kenneth Graunke wrote: > On 11/17/2011 07:58 PM, Chad Versace wrote: >> Extract the body of the inner loop into a new function, >> intel_miptree_copy_slice(). >> >> This is in preparation for adding support for separate stencil and HiZ to >> intel_miptree_copy_teximage(). Wh

Re: [Mesa-dev] [PATCH 10/41] intel: Refactor intel_miptree_copy_teximage()

2011-11-18 Thread Kenneth Graunke
On 11/17/2011 07:58 PM, Chad Versace wrote: > Extract the body of the inner loop into a new function, > intel_miptree_copy_slice(). > > This is in preparation for adding support for separate stencil and HiZ to > intel_miptree_copy_teximage(). When copying a slice of a depthstencil > miptree that u

[Mesa-dev] [PATCH 10/41] intel: Refactor intel_miptree_copy_teximage()

2011-11-17 Thread Chad Versace
Extract the body of the inner loop into a new function, intel_miptree_copy_slice(). This is in preparation for adding support for separate stencil and HiZ to intel_miptree_copy_teximage(). When copying a slice of a depthstencil miptree that uses separate stencil, we will also need to copy the corr