diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2010-06-09 10:03:08 +0100 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2010-06-09 10:03:29 +0100 |
commit | 8c1a8d22978f143044cc3cd0ff2ade5736ee9d48 (patch) | |
tree | da63b3fd81cd3fd00fcb758afa3f16feff4f54b1 /src/i915_video.c | |
parent | 994aa1ef571ac2ab05f6588f9068d33b536c7a37 (diff) |
Revert "xp:trapezoids"
This reverts commit f429fb9d872950705e11171d0e7407fb7673c786.
An experimental patch I forgot was on my main branch as I was bugfixing.
ARGH!
Diffstat (limited to 'src/i915_video.c')
-rw-r--r-- | src/i915_video.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/i915_video.c b/src/i915_video.c index ad0bba93..893855bd 100644 --- a/src/i915_video.c +++ b/src/i915_video.c @@ -101,6 +101,8 @@ I915DisplayVideoTextured(ScrnInfoPtr scrn, nbox_total -= nbox_this_time; intel_batch_start_atomic(scrn, 200 + 20 * nbox_this_time); + + IntelEmitInvarientState(scrn); intel->last_3d = LAST_3D_VIDEO; /* draw rect -- just clipping */ |