diff options
author | Li Shao Hua <shaohua.li@intel.com> | 2009-05-19 16:27:32 +0800 |
---|---|---|
committer | Zou Nan hai <nanhai.zou@intel.com> | 2009-05-19 16:27:32 +0800 |
commit | 52054b6a4c1ca5117c9750361f71aedd91220c39 (patch) | |
tree | 14371ab2a95d6d62527b4be6502a8759efaf1674 /src/i965_hwmc.h | |
parent | b622860429e00d6ab4407980232659c283a8fe8d (diff) |
switch XvMC to gem
Diffstat (limited to 'src/i965_hwmc.h')
-rw-r--r-- | src/i965_hwmc.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/i965_hwmc.h b/src/i965_hwmc.h index 9db0f359..fb61516c 100644 --- a/src/i965_hwmc.h +++ b/src/i965_hwmc.h @@ -10,9 +10,10 @@ struct drm_memory_block { }; struct i965_xvmc_surface { - struct drm_memory_block buffer; + int w, h; unsigned int no; void *handle; + dri_bo *bo; }; struct i965_xvmc_context { |