Re: [Mesa-dev] [PATCH 4/6] mesa: remove redundant buffer checks in copytexture_error_check()

2011-10-12 Thread Eric Anholt
On Mon, 10 Oct 2011 21:05:34 -0600, Brian Paul wrote: > From: Brian Paul > > There was already a call to _mesa_source_buffer_exists() earlier in > the function. Reviewed-by: Eric Anholt pgpCtpDmdjpXR.pgp Description: PGP signature ___ mesa-dev mail

[Mesa-dev] [PATCH 4/6] mesa: remove redundant buffer checks in copytexture_error_check()

2011-10-10 Thread Brian Paul
From: Brian Paul There was already a call to _mesa_source_buffer_exists() earlier in the function. --- src/mesa/main/teximage.c | 16 1 files changed, 0 insertions(+), 16 deletions(-) diff --git a/src/mesa/main/teximage.c b/src/mesa/main/teximage.c index 8efe715..28c9705 1006