Re: [Mesa-dev] [PATCH] st/mesa: Fix source miptree level for copying data to finalized miptree.

2012-10-19 Thread Benoit Jacob
That is fantastic news! Congrats to Michael, Andreas and all involved! Benoit On 12-10-19 11:22 AM, Andreas Boll wrote: > 2012/10/19 Andreas Boll : >> 2012/10/19 Michel Dänzer : >>> From: Michel Dänzer >>> >>> Fixes WebGL texture mips conformance test, no piglit regressions. >>> >>> Bugzilla: ht

Re: [Mesa-dev] [PATCH] st/mesa: Fix source miptree level for copying data to finalized miptree.

2012-10-19 Thread Brian Paul
On 10/19/2012 09:57 AM, Michel Dänzer wrote: On Fre, 2012-10-19 at 08:43 -0600, Brian Paul wrote: On 10/19/2012 08:00 AM, Michel Dänzer wrote: From: Michel Dänzer Fixes WebGL texture mips conformance test, no piglit regressions. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=44912 NO

Re: [Mesa-dev] [PATCH] st/mesa: Fix source miptree level for copying data to finalized miptree.

2012-10-19 Thread Michel Dänzer
On Fre, 2012-10-19 at 08:43 -0600, Brian Paul wrote: > On 10/19/2012 08:00 AM, Michel Dänzer wrote: > > From: Michel Dänzer > > > > Fixes WebGL texture mips conformance test, no piglit regressions. > > > > Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=44912 > > > > NOTE: This is a candida

Re: [Mesa-dev] [PATCH] st/mesa: Fix source miptree level for copying data to finalized miptree.

2012-10-19 Thread Andreas Boll
2012/10/19 Andreas Boll : > 2012/10/19 Michel Dänzer : >> From: Michel Dänzer >> >> Fixes WebGL texture mips conformance test, no piglit regressions. >> >> Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=44912 >> >> NOTE: This is a candidate for the stable branches. >> >> Signed-off-by: Mic

Re: [Mesa-dev] [PATCH] st/mesa: Fix source miptree level for copying data to finalized miptree.

2012-10-19 Thread Andreas Boll
2012/10/19 Michel Dänzer : > From: Michel Dänzer > > Fixes WebGL texture mips conformance test, no piglit regressions. > > Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=44912 > > NOTE: This is a candidate for the stable branches. > > Signed-off-by: Michel Dänzer Tested-by: Andreas Boll

Re: [Mesa-dev] [PATCH] st/mesa: Fix source miptree level for copying data to finalized miptree.

2012-10-19 Thread Brian Paul
On 10/19/2012 08:00 AM, Michel Dänzer wrote: From: Michel Dänzer Fixes WebGL texture mips conformance test, no piglit regressions. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=44912 NOTE: This is a candidate for the stable branches. Signed-off-by: Michel Dänzer --- src/mesa/state_

[Mesa-dev] [PATCH] st/mesa: Fix source miptree level for copying data to finalized miptree.

2012-10-19 Thread Michel Dänzer
From: Michel Dänzer Fixes WebGL texture mips conformance test, no piglit regressions. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=44912 NOTE: This is a candidate for the stable branches. Signed-off-by: Michel Dänzer --- src/mesa/state_tracker/st_cb_texture.c | 12 1