llvmpipe/gallivm: checkpoint: array of pointers to mipmap levels
authorBrian Paul <brianp@vmware.com>
Mon, 8 Mar 2010 22:19:13 +0000 (15:19 -0700)
committerBrian Paul <brianp@vmware.com>
Mon, 8 Mar 2010 23:26:44 +0000 (16:26 -0700)
commitf027d5612901de8e6167e6288c4e24d91d964e7f
tree279896ca1f4af62cd5eb7e8d0d48c096db82f6fa
parent891f7f4d52656ddbb445ef1992e8de05763ce680
llvmpipe/gallivm: checkpoint: array of pointers to mipmap levels

Change the texture data_ptr from just a single image pointer to an
array of image pointers, indexed by mipmap level.
We'll use this for mipmap filtering.
For now, the mipmap level is hard-coded to zero.
src/gallium/auxiliary/gallivm/lp_bld_sample.c
src/gallium/auxiliary/gallivm/lp_bld_sample.h
src/gallium/auxiliary/gallivm/lp_bld_sample_soa.c
src/gallium/drivers/llvmpipe/lp_jit.c
src/gallium/drivers/llvmpipe/lp_jit.h
src/gallium/drivers/llvmpipe/lp_setup.c
src/gallium/drivers/llvmpipe/lp_tex_sample_llvm.c