Re: [Mesa-dev] [PATCH V2 10/10] i965/Gen7: Allow CMS layout for multisample textures

2013-12-18 Thread Anuj Phogat
On Sat, Nov 30, 2013 at 3:30 PM, Chris Forbes wrote: > Now that all the pieces are in place, this should provide > a nice performance boost for apps using multisample textures. > > Signed-off-by: Chris Forbes > --- > src/mesa/drivers/dri/i965/intel_mipmap_tree.c | 18 +- > 1 file

[Mesa-dev] [PATCH V2 10/10] i965/Gen7: Allow CMS layout for multisample textures

2013-11-30 Thread Chris Forbes
Now that all the pieces are in place, this should provide a nice performance boost for apps using multisample textures. Signed-off-by: Chris Forbes --- src/mesa/drivers/dri/i965/intel_mipmap_tree.c | 18 +- 1 file changed, 1 insertion(+), 17 deletions(-) diff --git a/src/mesa/dr