mesa: simplify Driver.CompressedTex[Sub]Image function parameters
authorBrian Paul <brianp@vmware.com>
Fri, 30 Dec 2011 15:24:56 +0000 (08:24 -0700)
committerBrian Paul <brianp@vmware.com>
Fri, 30 Dec 2011 15:24:56 +0000 (08:24 -0700)
commit94a0c518dc90a24cb4c44ce0a5e6abeba57cbb08
treeb33467fc42ec8201ee7915c76af8b41d9409485a
parent92c64624cd7533cde466dbec8722f7f72f275fd8
mesa: simplify Driver.CompressedTex[Sub]Image function parameters

As with previous commits, the target, level and texObj info can be
obtained through the texImage pointer.

Reviewed-by: Chad Versace <chad.versace@linux.intel.com>
Reviewed-by: Eric Anholt <eric@anholt.net>
src/mesa/main/dd.h
src/mesa/main/teximage.c
src/mesa/main/texstore.c
src/mesa/main/texstore.h
src/mesa/state_tracker/st_cb_texture.c