summaryrefslogtreecommitdiff
path: root/src/i965_hwmc.h
diff options
context:
space:
mode:
authorXiang, Haihao <haihao.xiang@intel.com>2009-07-23 11:09:53 +0800
committerXiang, Haihao <haihao.xiang@intel.com>2009-07-24 10:48:00 +0800
commit9a45ace207199eb40e95dc6d2670b3096e66ecd9 (patch)
treeb9a45f29f7a1239345f552db99b37a88bbbdc0e1 /src/i965_hwmc.h
parent043b4a866ab51acffc52d2d71db3475007747571 (diff)
XvMC: enable XvMC/XvMC-VLD on IGDNG
Diffstat (limited to 'src/i965_hwmc.h')
-rw-r--r--src/i965_hwmc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/i965_hwmc.h b/src/i965_hwmc.h
index fb61516c..12d977b2 100644
--- a/src/i965_hwmc.h
+++ b/src/i965_hwmc.h
@@ -24,4 +24,5 @@ struct i965_xvmc_context {
struct i965_xvmc_surface *surfaces[I965_MAX_SURFACES];
unsigned int is_g4x:1;
unsigned int is_965_q:1;
+ unsigned int is_igdng:1;
};