summaryrefslogtreecommitdiff
path: root/driver/xf86-video-intel/src/intel_options.h
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2014-02-03 15:54:56 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2014-02-03 15:54:56 +0000
commita8a9ad2eadd024d9350219461add15b4e64ffa3c (patch)
tree8f088cec9d28701fcfd2912879669f38559e1fde /driver/xf86-video-intel/src/intel_options.h
parenta19c20895ddea33a894970b82e26255ffe571217 (diff)
Update to xf86-video-intel 2.99.909
Tested by jsg@, kettenis@ and myself on a wide range of intel cards.
Diffstat (limited to 'driver/xf86-video-intel/src/intel_options.h')
-rw-r--r--driver/xf86-video-intel/src/intel_options.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/driver/xf86-video-intel/src/intel_options.h b/driver/xf86-video-intel/src/intel_options.h
index 8fa7a8fb8..77f0c45f8 100644
--- a/driver/xf86-video-intel/src/intel_options.h
+++ b/driver/xf86-video-intel/src/intel_options.h
@@ -1,6 +1,7 @@
#ifndef INTEL_OPTIONS_H
#define INTEL_OPTIONS_H
+#include <xorg-server.h>
#include <xf86.h>
#include <xf86Opt.h>
@@ -19,17 +20,20 @@ enum intel_options {
OPTION_COLOR_KEY,
OPTION_TILING_2D,
OPTION_TILING_FB,
+ OPTION_VSYNC,
+ OPTION_PAGEFLIP,
OPTION_SWAPBUFFERS_WAIT,
OPTION_TRIPLE_BUFFER,
OPTION_PREFER_OVERLAY,
OPTION_HOTPLUG,
- OPTION_RELAXED_FENCING,
+ OPTION_REPROBE,
#if defined(XvMCExtension) && defined(ENABLE_XVMC)
OPTION_XVMC,
#define INTEL_XVMC 1
#endif
#ifdef USE_SNA
OPTION_ZAPHOD,
+ OPTION_VIRTUAL,
OPTION_TEAR_FREE,
OPTION_CRTC_PIXMAPS,
#endif