Re: [Mesa-dev] [PATCH 20/41] intel: Define struct intel_resolve_map

2011-11-18 Thread Chad Versace
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 11/18/2011 03:27 PM, Eric Anholt wrote: > On Thu, 17 Nov 2011 19:58:47 -0800, Chad Versace > wrote: >> This is a map of miptree slices to needed resolves, implemented as >> a linked list. A future commit will embed such a list in >> intel_mipmap_t

Re: [Mesa-dev] [PATCH 20/41] intel: Define struct intel_resolve_map

2011-11-18 Thread Eric Anholt
On Thu, 17 Nov 2011 19:58:47 -0800, Chad Versace wrote: > This is a map of miptree slices to needed resolves, implemented as > a linked list. A future commit will embed such a list in > intel_mipmap_tree. > > If you think I'm crazy to put a list in a miptree, read the Doxygen in > this patch for

[Mesa-dev] [PATCH 20/41] intel: Define struct intel_resolve_map

2011-11-17 Thread Chad Versace
This is a map of miptree slices to needed resolves, implemented as a linked list. A future commit will embed such a list in intel_mipmap_tree. If you think I'm crazy to put a list in a miptree, read the Doxygen in this patch for intel_resolve_map. Signed-off-by: Chad Versace --- src/mesa/driver