Message ID | e5b0b28c7ca4a5fc248162713d0fe39b2cd6123a.1267517278.git.daniel.vetter@ffwll.ch (mailing list archive) |
---|---|
State | Deferred, archived |
Headers | show |
diff --git a/src/i965_video.c b/src/i965_video.c index 0ba9511..05dd2c3 100644 --- a/src/i965_video.c +++ b/src/i965_video.c @@ -1228,7 +1228,7 @@ I965DisplayVideoTextured(ScrnInfoPtr scrn, OUT_RELOC(vb_bo, I915_GEM_DOMAIN_VERTEX, 0, 0); if (IS_IGDNG(intel)) OUT_RELOC(vb_bo, I915_GEM_DOMAIN_VERTEX, 0, - (vb_bo->offset + i) * 4); + i * 4); else OUT_BATCH(3); /* four corners to our rectangle */ OUT_BATCH(0); /* reserved */