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.
> >
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
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