Re: [Mesa-dev] [PATCH] mesa: only copy requested compressed teximage faces

2017-08-20 Thread Ilia Mirkin
On Sun, Aug 20, 2017 at 3:42 AM, Christoph Haag wrote: > On 20.08.2017 02:07, Ilia Mirkin wrote: >> Reviewed-by: Ilia Mirkin >> >> Will push this out tomorrow unless there are any objections. > > It would probably be also good for mesa stable, right? > Yep, I have it tagged as such in my tree. _

Re: [Mesa-dev] [PATCH] mesa: only copy requested compressed teximage faces

2017-08-20 Thread Christoph Haag
It would probably be also good for mesa stable, right? On 20.08.2017 02:07, Ilia Mirkin wrote: > Reviewed-by: Ilia Mirkin > > Will push this out tomorrow unless there are any objections. > > On Sat, Aug 19, 2017 at 7:59 PM, Christoph Haag > wrote: >> From: Christoph Haag >> >> This is analogo

Re: [Mesa-dev] [PATCH] mesa: only copy requested compressed teximage faces

2017-08-19 Thread Ilia Mirkin
Reviewed-by: Ilia Mirkin Will push this out tomorrow unless there are any objections. On Sat, Aug 19, 2017 at 7:59 PM, Christoph Haag wrote: > From: Christoph Haag > > This is analogous to commit 2259b11 which missed the compressed case > > Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?i

[Mesa-dev] [PATCH] mesa: only copy requested compressed teximage faces

2017-08-19 Thread Christoph Haag
From: Christoph Haag This is analogous to commit 2259b11 which missed the compressed case Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=102308 Signed-off-by: Christoph Haag --- src/mesa/main/teximage.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mesa/ma