Re: [Mesa-dev] [PATCH 11/12] intel: Rely on miptree mapping for all renderbuffer maps.

2011-12-06 Thread Chad Versace
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 12/05/2011 11:42 AM, Eric Anholt wrote: > Now that all RBs have miptrees, and miptree mapping covered these last > two code paths, consistently use them. > --- > src/mesa/drivers/dri/intel/intel_fbo.c | 219 > +++- > s

[Mesa-dev] [PATCH 11/12] intel: Rely on miptree mapping for all renderbuffer maps.

2011-12-05 Thread Eric Anholt
Now that all RBs have miptrees, and miptree mapping covered these last two code paths, consistently use them. --- src/mesa/drivers/dri/intel/intel_fbo.c | 219 +++- src/mesa/drivers/dri/intel/intel_fbo.h |4 - 2 files changed, 21 insertions(+), 202 deletions(-) di