Re: [Mesa-dev] [PATCH 2/2] i965: Change the winsys MSAA blits from blorp to meta.

2014-03-24 Thread Eric Anholt
Kenneth Graunke writes: > On 03/21/2014 06:27 PM, Eric Anholt wrote: >> This gets us equivalent code paths on BDW and pre-BDW, except for stencil >> (where we don't have MSAA stencil resolve code yet) >> >> v2: Move the new meta code to brw_meta_updownsample.c, name it >> brw_meta_updownsamp

Re: [Mesa-dev] [PATCH 2/2] i965: Change the winsys MSAA blits from blorp to meta.

2014-03-24 Thread Kenneth Graunke
On 03/21/2014 06:27 PM, Eric Anholt wrote: > This gets us equivalent code paths on BDW and pre-BDW, except for stencil > (where we don't have MSAA stencil resolve code yet) > > v2: Move the new meta code to brw_meta_updownsample.c, name it > brw_meta_updownsample(), add a comment about > i

[Mesa-dev] [PATCH 2/2] i965: Change the winsys MSAA blits from blorp to meta.

2014-03-21 Thread Eric Anholt
This gets us equivalent code paths on BDW and pre-BDW, except for stencil (where we don't have MSAA stencil resolve code yet) v2: Move the new meta code to brw_meta_updownsample.c, name it brw_meta_updownsample(), add a comment about intel_rb_storage_first_mt_slice(), and rename that funct