Re: [Mesa-dev] [PATCH 3/4] mesa: simplify parameters to GetTexImage() driver hook

2011-09-29 Thread Eric Anholt
On Thu, 29 Sep 2011 14:24:47 -0600, Brian Paul wrote: > From: Brian Paul > > The target, level and texObj can be obtained through the texImage > parameter. We could make similar changes for the TexImage() hooks too. Reviewed-by: Eric Anholt pgpKu3BHTIoyF.pgp Description: PGP signature _

[Mesa-dev] [PATCH 3/4] mesa: simplify parameters to GetTexImage() driver hook

2011-09-29 Thread Brian Paul
From: Brian Paul The target, level and texObj can be obtained through the texImage parameter. We could make similar changes for the TexImage() hooks too. --- src/mesa/drivers/common/meta.c |7 +++ src/mesa/drivers/common/meta.h |3 +-- src/mesa/main/dd.h