diff mbox

XvMC: hook up bo passthrough for i915 class hw

Message ID 1259753332-21766-2-git-send-email-daniel.vetter@ffwll.ch (mailing list archive)
State Deferred, archived
Headers show

Commit Message

Daniel Vetter Dec. 2, 2009, 11:28 a.m. UTC
None
diff mbox

Patch

diff --git a/src/i830_video.h b/src/i830_video.h
index a2beae0..69887a5 100644
--- a/src/i830_video.h
+++ b/src/i830_video.h
@@ -52,6 +52,8 @@  typedef struct {
 	Time freeTime;
 	/** YUV data buffers */
 	drm_intel_bo *buf;
+	drm_intel_bo *old_buf;
+	drm_intel_bo *old_buf2;
 
 	Bool textured;
 	Rotation rotation;	/* should remove intel->rotation later */