Re: [Mesa-dev] [PATCH 11/15] intel: Downsample during glReadPixels

2012-07-26 Thread Chad Versace
On 07/23/2012 03:49 PM, Paul Berry wrote: > On 21 July 2012 17:36, Chad Versace > wrote: > > Actually, this patch forces an automatic downsample during > intel_miptree_map. And this should occur only due to glReadPixels. > > CC: Eric Anholt mailt

Re: [Mesa-dev] [PATCH 11/15] intel: Downsample during glReadPixels

2012-07-23 Thread Paul Berry
On 21 July 2012 17:36, Chad Versace wrote: > Actually, this patch forces an automatic downsample during > intel_miptree_map. And this should occur only due to glReadPixels. > > CC: Eric Anholt > CC: Paul Berry > Signed-off-by: Chad Versace > --- > src/mesa/drivers/dri/intel/intel_mipmap_tree

[Mesa-dev] [PATCH 11/15] intel: Downsample during glReadPixels

2012-07-21 Thread Chad Versace
Actually, this patch forces an automatic downsample during intel_miptree_map. And this should occur only due to glReadPixels. CC: Eric Anholt CC: Paul Berry Signed-off-by: Chad Versace --- src/mesa/drivers/dri/intel/intel_mipmap_tree.c | 10 ++ 1 file changed, 10 insertions(+) diff -