intel-gem: Disable spantmp sse/mmx functions when tile swizzling.
authorEric Anholt <eric@anholt.net>
Tue, 15 Jul 2008 20:14:18 +0000 (13:14 -0700)
committerEric Anholt <eric@anholt.net>
Tue, 15 Jul 2008 20:21:37 +0000 (13:21 -0700)
commita5f02368d2a9ab1f814eba2c997729c6c655fc5e
tree4a87427efc4c2695dcb72f812c717770add2f469
parent946abd9b5a55f999ef21f807769f5fb81b10a426
intel-gem: Disable spantmp sse/mmx functions when tile swizzling.

Those functions rely on being able to treat the GET_PTR returned value as an
array indexed by x, but that's not the case for our tiling.

Bug #16387
src/mesa/drivers/dri/common/spantmp2.h
src/mesa/drivers/dri/intel/intel_span.c