Re: [Mesa-dev] [PATCH 1/3] mesa: make update_fbo_texture() non-static

2011-12-16 Thread Ian Romanick
On 12/15/2011 04:46 PM, Brian Paul wrote: Nice refactor. For the series, Reviewed-by: Ian Romanick We'll call this from the mipmap generation code. --- src/mesa/main/teximage.c | 11 ++- src/mesa/main/teximage.h |4 2 files changed, 10 insertions(+), 5 deletions(-) di

Re: [Mesa-dev] [PATCH 1/3] mesa: make update_fbo_texture() non-static

2011-12-16 Thread Eric Anholt
On Thu, 15 Dec 2011 17:46:59 -0700, Brian Paul wrote: > We'll call this from the mipmap generation code. series is: Reviewed-by: Eric Anholt pgpjx3nPINuYd.pgp Description: PGP signature ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org http:/

[Mesa-dev] [PATCH 1/3] mesa: make update_fbo_texture() non-static

2011-12-15 Thread Brian Paul
We'll call this from the mipmap generation code. --- src/mesa/main/teximage.c | 11 ++- src/mesa/main/teximage.h |4 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/src/mesa/main/teximage.c b/src/mesa/main/teximage.c index 8a002b6..eccc0fd 100644 --- a/src/mesa/m