Re: [Mesa-dev] [PATCH 11/16] intel: Support mapping multisample miptrees

2012-08-06 Thread Chad Versace
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 08/06/2012 11:35 AM, Eric Anholt wrote: > Chad Versace writes: > >> Add two new functions: intel_miptree_{map,unmap}_multisample, to which >> intel_miptree_{map,unmap} dispatch. Only mapping flat, renderbuffer-like >> miptrees are supported. >

Re: [Mesa-dev] [PATCH 11/16] intel: Support mapping multisample miptrees

2012-08-06 Thread Eric Anholt
Chad Versace writes: > Add two new functions: intel_miptree_{map,unmap}_multisample, to which > intel_miptree_{map,unmap} dispatch. Only mapping flat, renderbuffer-like > miptrees are supported. > void > @@ -1513,5 +1606,8 @@ intel_miptree_unmap(struct intel_context *intel, >

[Mesa-dev] [PATCH 11/16] intel: Support mapping multisample miptrees

2012-08-02 Thread Chad Versace
Add two new functions: intel_miptree_{map,unmap}_multisample, to which intel_miptree_{map,unmap} dispatch. Only mapping flat, renderbuffer-like miptrees are supported. CC: Eric Anholt CC: Paul Berry Signed-off-by: Chad Versace --- src/mesa/drivers/dri/intel/intel_mipmap_tree.c | 108 ++