summaryrefslogtreecommitdiff
path: root/src/i965_hwmc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/i965_hwmc.h')
-rw-r--r--src/i965_hwmc.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/i965_hwmc.h b/src/i965_hwmc.h
deleted file mode 100644
index 7a23fc8f..00000000
--- a/src/i965_hwmc.h
+++ /dev/null
@@ -1,7 +0,0 @@
-#define I965_MC_STATIC_BUFFER_SIZE (1024*512)
-struct i965_xvmc_context {
- struct intel_xvmc_hw_context comm;
- unsigned int is_g4x:1;
- unsigned int is_965_q:1;
- unsigned int is_igdng:1;
-};