Re: [Mesa-dev] [PATCH v2 26/27] i965/miptree: More conservatively resolve external images

2017-07-12 Thread Jason Ekstrand
On Wed, Jul 12, 2017 at 11:39 AM, Chad Versace wrote: > On Thu 29 Jun 2017, Jason Ekstrand wrote: > > Instead of always doing a full resolve, only resolve the bits that are > > needed. This means that we only do a partial resolve when the miptree > > modifier is I915_FORMAT_MOD_Y_TILED_CCS. > >

Re: [Mesa-dev] [PATCH v2 26/27] i965/miptree: More conservatively resolve external images

2017-07-12 Thread Chad Versace
On Thu 29 Jun 2017, Jason Ekstrand wrote: > Instead of always doing a full resolve, only resolve the bits that are > needed. This means that we only do a partial resolve when the miptree > modifier is I915_FORMAT_MOD_Y_TILED_CCS. > > Reviewed-by: Topi Pohjolainen > --- > src/mesa/drivers/dri/i9

[Mesa-dev] [PATCH v2 26/27] i965/miptree: More conservatively resolve external images

2017-06-29 Thread Jason Ekstrand
Instead of always doing a full resolve, only resolve the bits that are needed. This means that we only do a partial resolve when the miptree modifier is I915_FORMAT_MOD_Y_TILED_CCS. Reviewed-by: Topi Pohjolainen --- src/mesa/drivers/dri/i965/brw_context.c | 2 +- src/mesa/drivers/dri/i96