Re: [Mesa-dev] [PATCH 05/16] meta/blit: Don't restore state of the temporary texture

2017-12-19 Thread Tapani Pälli
patches 4,5 Reviewed-by: Tapani Pälli On 12/19/2017 02:14 AM, Ian Romanick wrote: From: Ian Romanick It's about to be destroyed, so there's no point. Signed-off-by: Ian Romanick --- src/mesa/drivers/common/meta_blit.c | 48 + 1 file changed, 27 inserti

[Mesa-dev] [PATCH 05/16] meta/blit: Don't restore state of the temporary texture

2017-12-18 Thread Ian Romanick
From: Ian Romanick It's about to be destroyed, so there's no point. Signed-off-by: Ian Romanick --- src/mesa/drivers/common/meta_blit.c | 48 + 1 file changed, 27 insertions(+), 21 deletions(-) diff --git a/src/mesa/drivers/common/meta_blit.c b/src/mesa/dr