On Mon, 29 Aug 2011 14:58:58 -0700, "Ian Romanick" wrote:
> From: Ian Romanick
>
> The GLenum target parameter was not used in intel_copy_texsubimage, so
> remove it.
We should also stop having all 3 callers look up the internalFormat from
the texImage->InternalFormat and pass it in.
pgp5c7qs
From: Ian Romanick
The GLenum target parameter was not used in intel_copy_texsubimage, so
remove it.
---
src/mesa/drivers/dri/intel/intel_fbo.c |2 +-
src/mesa/drivers/dri/intel/intel_tex.h |1 -
src/mesa/drivers/dri/intel/intel_tex_copy.c |5 ++---
3 files changed, 3 inser