r200: fix some cube map issues
authorRoland Scheidegger <sroland@vmware.com>
Tue, 5 May 2009 19:01:36 +0000 (21:01 +0200)
committerRoland Scheidegger <sroland@vmware.com>
Tue, 5 May 2009 19:01:36 +0000 (21:01 +0200)
commit5f8381724e81b594d6f11bb2d59964fbdbf22e90
tree050d6e4085a46fe7ef6cf6f53f917d31608f07fb
parent3503af07c4b7624252890e229cb6efd0ede2b7d6
r200: fix some cube map issues

remove the r100-ism of swapping cube faces which doesn't apply to r200,
and also use precalculated offsets.
Note that cube textures will still not work on r100 and r200 since mipmap
layout is level-first order (for r300) whereas r100/r200 require
face-first (and possibly also 2k alignment for face at least with tiling).
src/mesa/drivers/dri/r200/r200_state_init.c