diff options
author | Owain Ainsworth <oga@cvs.openbsd.org> | 2010-05-10 22:32:31 +0000 |
---|---|---|
committer | Owain Ainsworth <oga@cvs.openbsd.org> | 2010-05-10 22:32:31 +0000 |
commit | 874c3f202a3a8633ba9af4ae0920c6e4b419085d (patch) | |
tree | a8a85f244568acbdb79508a538ee73b0451fa718 /driver/xf86-video-intel/config.h.in | |
parent | b3e95d7d69646862364768b6a4aa6ed0b54e17ff (diff) |
Update the intel driver to 2.9.1 plus backports.
2.9.1 is the last version of the intel DDX that supports UMS (User
modesetting), with 2.10 onwards being purely KMS only. As such, this
driver contains backports of almost every correctness or performance
related fix to the rendering layer in later intel drivers. This driver
*REQUIRES* a GEM enabled kernel. it claims to support non-gem mode but
this is essentially unmaintained and due to the way the abstraciton
works is slow, if it works at all (it often does not). You have been
warned.
tested by many many people on tech over the last few weeks.
Diffstat (limited to 'driver/xf86-video-intel/config.h.in')
-rw-r--r-- | driver/xf86-video-intel/config.h.in | 18 |
1 files changed, 6 insertions, 12 deletions
diff --git a/driver/xf86-video-intel/config.h.in b/driver/xf86-video-intel/config.h.in index 84e21a4f9..bc7b00d7a 100644 --- a/driver/xf86-video-intel/config.h.in +++ b/driver/xf86-video-intel/config.h.in @@ -8,9 +8,6 @@ /* Define to 1 if you have the <dlfcn.h> header file. */ #undef HAVE_DLFCN_H -/* have new FreeShadow API */ -#undef HAVE_FREE_SHADOW - /* Define to 1 if you have the <inttypes.h> header file. */ #undef HAVE_INTTYPES_H @@ -44,6 +41,12 @@ /* Define to 1 if you have the <unistd.h> header file. */ #undef HAVE_UNISTD_H +/* xextproto 7.1 available */ +#undef HAVE_XEXTPROTO_71 + +/* Assume KMS support */ +#undef KMS_ONLY + /* Define to 1 if your C compiler doesn't accept -c and -o together. */ #undef NO_MINUS_C_MINUS_O @@ -74,9 +77,6 @@ /* Patch version of this package */ #undef PACKAGE_VERSION_PATCHLEVEL -/* Building against server 1.5 */ -#undef SERVER_1_5 - /* Define to 1 if you have the ANSI C header files. */ #undef STDC_HEADERS @@ -91,9 +91,3 @@ /* Enable developmental DRI driver support */ #undef XF86DRI_DEVEL - -/* DRM kernel modesetting */ -#undef XF86DRM_MODE - -/* X server has built-in mode code */ -#undef XMODES |