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:
parent
eec12faf82
commit
ba1dea5e37
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue