r600g: move to per-miplevel array mode.
authorDave Airlie <airlied@redhat.com>
Thu, 21 Oct 2010 03:26:04 +0000 (13:26 +1000)
committerDave Airlie <airlied@redhat.com>
Thu, 21 Oct 2010 03:32:08 +0000 (13:32 +1000)
commitea5aab85fd195074189832c2d6870dd78f0f8966
treed8923fe97dba55746ce7f87841c67530d65d2b95
parent206fbd9640f076ada23368edf158b6d40f673ba7
r600g: move to per-miplevel array mode.

Since the hw transitions from 2D->1D sampling below the 2D macrotile
size we need to keep track of the array mode per level so we can
render to it using the CB.
src/gallium/drivers/r600/evergreen_state.c
src/gallium/drivers/r600/r600_resource.h
src/gallium/drivers/r600/r600_state.c
src/gallium/drivers/r600/r600_texture.c