llvmpipe: implement support for cube map arrays
authorRoland Scheidegger <sroland@vmware.com>
Fri, 1 Aug 2014 21:50:35 +0000 (23:50 +0200)
committerRoland Scheidegger <sroland@vmware.com>
Tue, 5 Aug 2014 02:13:17 +0000 (04:13 +0200)
commitea05cfaacac29d15c9c3d939e12546eba95f05d0
tree64354a966d328b70cf08787598698c5f47a07271
parentd308f57fe796a39d7d3f547aad62540cfd520675
llvmpipe: implement support for cube map arrays

This just covers the resource side of things, not the actual sampling.
Here things are trivial as cube map arrays are identical to 2d arrays in
all respects.

Reviewed-by: Brian Paul <brianp@vmware.com>
src/gallium/drivers/llvmpipe/lp_screen.c
src/gallium/drivers/llvmpipe/lp_setup.c
src/gallium/drivers/llvmpipe/lp_state_sampler.c
src/gallium/drivers/llvmpipe/lp_texture.c
src/gallium/drivers/llvmpipe/lp_texture.h