diff options
author | Zhenyu Wang <zhenyu.z.wang@intel.com> | 2007-08-08 09:06:47 +0800 |
---|---|---|
committer | Zhenyu Wang <zhenyu.z.wang@intel.com> | 2007-08-08 09:06:47 +0800 |
commit | cfc614b1f9143ed1407733aaa81c4a980c613a63 (patch) | |
tree | cf637a9d117646d90dc00d96818dee82ff7ca66e /src/i915_hwmc.h | |
parent | b29a932bec2a3cc5a38e9c09c012cfdc1b6209c1 (diff) |
remove xvmc attributes
We don't have extra attributes than Xv port.
Diffstat (limited to 'src/i915_hwmc.h')
-rw-r--r-- | src/i915_hwmc.h | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/src/i915_hwmc.h b/src/i915_hwmc.h index 529636e3..61c7c4bc 100644 --- a/src/i915_hwmc.h +++ b/src/i915_hwmc.h @@ -44,19 +44,6 @@ #define I915_XVMC_COMMAND_DISPLAY 0x00 #define I915_XVMC_COMMAND_UNDISPLAY 0x01 -#define I915_XVMC_COMMAND_ATTRIBUTES 0x02 - -typedef struct -{ - INT32 attribute; - INT32 value; -} I915AttrPair; - -typedef struct -{ - unsigned numAttr; - I915AttrPair attributes[I915_NUM_XVMC_ATTRIBUTES]; -} I915XvMCAttrHolder; typedef struct { @@ -64,7 +51,6 @@ typedef struct unsigned ctxNo; unsigned srfNo; unsigned subPicNo; - I915XvMCAttrHolder attrib; int real_id; unsigned pad; } I915XvMCCommandBuffer; @@ -92,7 +78,6 @@ typedef struct unsigned screen; unsigned depth; int deviceID; - I915XvMCAttrHolder initAttrs; } I915XvMCCreateContextRec; typedef struct |