Re: [Mesa-dev] [PATCH 03/16] intel: Add singlesample fields to intel_mipmap_tree

2012-08-06 Thread Chad Versace
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 08/06/2012 11:05 AM, Eric Anholt wrote: > Chad Versace writes: > >> Add the following fields: singlesamle_width0 singlesample_height0 >> singlesample_mt needs_downsample >> >> These will all be used by later commits that implement MSAA for windo

Re: [Mesa-dev] [PATCH 03/16] intel: Add singlesample fields to intel_mipmap_tree

2012-08-06 Thread Eric Anholt
Chad Versace writes: > Add the following fields: > singlesamle_width0 > singlesample_height0 > singlesample_mt > needs_downsample > > These will all be used by later commits that implement MSAA for window > system buffers. I really don't like splitting the commits for creation of

[Mesa-dev] [PATCH 03/16] intel: Add singlesample fields to intel_mipmap_tree

2012-08-02 Thread Chad Versace
Add the following fields: singlesamle_width0 singlesample_height0 singlesample_mt needs_downsample These will all be used by later commits that implement MSAA for window system buffers. CC: Paul Berry Signed-off-by: Chad Versace --- src/mesa/drivers/dri/intel/intel_mipmap_tree.