i915: Fix logic !gen >= 3
authorChris Wilson <chris@chris-wilson.co.uk>
Mon, 22 Feb 2010 09:51:33 +0000 (09:51 +0000)
committerChris Wilson <chris@chris-wilson.co.uk>
Mon, 22 Feb 2010 09:55:41 +0000 (09:55 +0000)
commit415b7c7775dd7240abd2c929ea3335304a790d39
tree62a44869507b68e7ed68fb903c52652540cedf84
parentac6ce53af7f67d01afd8e33d297f95c21aa3405e
i915: Fix logic !gen >= 3

The effect of this was that all objects were aligned to 128 bytes
on all generations, rather than just gen2.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
src/mesa/drivers/dri/i915/intel_tris.c