sna/gen2: Clear STIPPLE setup before rendering with the 3D pipeline

One over-zealous removal too many.

Reported-by: Timo Kamph <timo@kamph.org>
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=55455
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
Chris Wilson 2012-10-01 11:19:41 +01:00
parent eec12faf82
commit ba1dea5e37
1 changed files with 2 additions and 0 deletions

View File

@ -503,6 +503,8 @@ static void gen2_emit_invariant(struct sna *sna)
ENABLE_COLOR_WRITE |
ENABLE_TEX_CACHE);
BATCH(_3DSTATE_STIPPLE);
sna->render_state.gen2.need_invariant = false;
}