On Mon, Dec 26, 2011 at 11:09 PM, Brian Paul wrote:
> From: Brian Paul
>
> As with TexSubImage(), the target, level and texObj values can be obtained
> through the texImage pointer.
cubemap broke with this, I suspect you do need to pass the target, as
the cubemap needs it.
Dave.
___
From: Brian Paul
As with TexSubImage(), the target, level and texObj values can be obtained
through the texImage pointer.
---
src/mesa/drivers/dri/intel/intel_tex_image.c | 43
src/mesa/drivers/dri/nouveau/nouveau_texture.c | 42 +--
src/mesa/drivers/dr