summaryrefslogtreecommitdiff
path: root/src/xvmc/i915_xvmc.h
diff options
context:
space:
mode:
authorDaniel Vetter <daniel.vetter@ffwll.ch>2010-03-10 15:13:41 +0100
committerOwain G. Ainsworth <oga@openbsd.org>2010-05-16 19:59:27 +0100
commit9624af63f0a149f73c10a13f89de3be3423d41d0 (patch)
tree5f9ed0db131b9a862a7c856f2eb8e29819f12d73 /src/xvmc/i915_xvmc.h
parent4760fe22710d4b1701ccbfff5f747b1501b22c1c (diff)
libXvMC: move drm_intel_bo to common intel_xvmc_surface
i965 lost the last field in it's private surface struct. Kill it and any associated headers. Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch> (cherry picked from commit 4edff6c972311df2370a8323e346eeabd49ced35) Signed-off-by: Owain G. Ainsworth <oga@openbsd.org>
Diffstat (limited to 'src/xvmc/i915_xvmc.h')
-rw-r--r--src/xvmc/i915_xvmc.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/xvmc/i915_xvmc.h b/src/xvmc/i915_xvmc.h
index af4e2047..4a5a98da 100644
--- a/src/xvmc/i915_xvmc.h
+++ b/src/xvmc/i915_xvmc.h
@@ -103,7 +103,6 @@ typedef struct _i915XvMCSurface {
unsigned int uvStride;
unsigned int width; /* Dimensions */
unsigned int height;
- drm_intel_bo *bo;
i915XvMCContext *privContext;
i915XvMCSubpicture *privSubPic; /* Subpicture to be blended when
* displaying. NULL if none. */