[Mesa-dev] [PATCH 2/4] mesa: simplify Driver.TexImage() parameters

Dave Airlie airlied at gmail.com
Fri Dec 30 13:35:57 PST 2011


On Mon, Dec 26, 2011 at 11:09 PM, Brian Paul <brian.e.paul at gmail.com> wrote:
> From: Brian Paul <brianp at vmware.com>
>
> 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.


More information about the mesa-dev mailing list