On Mon, 26 Dec 2011 16:09:35 -0700, Brian Paul wrote:
> From: Brian Paul
>
> There's no need to pass the target, level and texObj parameters since
> they can be easily obtained from the texImage pointer.
This series is:
Reviewed-by: Eric Anholt
pgpgksR1zxWzi.pgp
Description: PGP signature
_
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 12/26/2011 03:09 PM, Brian Paul wrote:
> From: Brian Paul
>
> There's no need to pass the target, level and texObj parameters since
> they can be easily obtained from the texImage pointer.
> ---
> src/mesa/drivers/common/meta.c |
From: Brian Paul
There's no need to pass the target, level and texObj parameters since
they can be easily obtained from the texImage pointer.
---
src/mesa/drivers/common/meta.c | 18 +-
src/mesa/drivers/dri/intel/intel_tex_subimage.c | 31 ++--
src/mesa/d