diff options
author | Carl Worth <cworth@cworth.org> | 2009-03-19 10:06:03 -0700 |
---|---|---|
committer | Carl Worth <cworth@cworth.org> | 2009-03-19 10:06:03 -0700 |
commit | d92e6158c86d7da873913461ef7e828bd411d8c4 (patch) | |
tree | ca856ff60888ae951116c223ae7d0e59c7330978 | |
parent | 85e6b528582c2397ee9eb2132cd0d05ce12eb43d (diff) |
Revert the rest of the EXA_VERSION_MAJOR bump
This was mistakenly added in the unrelated change in revision
fe08b81d0f5d6f96e0124e6286bd24aba6e140ad
and wasn't completely reverted in the later revision
78a60e1b66fe2e8449702dd43d9b062d279af8f1
-rw-r--r-- | src/i830_exa.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/i830_exa.c b/src/i830_exa.c index 18d8cde1..0a224864 100644 --- a/src/i830_exa.c +++ b/src/i830_exa.c @@ -675,10 +675,6 @@ I830EXAInit(ScreenPtr pScreen) memset(pI830->EXADriverPtr, 0, sizeof(*pI830->EXADriverPtr)); pI830->bufferOffset = 0; -#if EXA_VERSION_MAJOR > 2 - pI830->EXADriverPtr->exa_major = 3; - pI830->EXADriverPtr->exa_minor = 0; -#else pI830->EXADriverPtr->exa_major = 2; /* If compiled against EXA 2.2, require 2.2 so we can use the * PixmapIsOffscreen hook. @@ -691,7 +687,6 @@ I830EXAInit(ScreenPtr pScreen) "EXA compatibility mode. Output rotation rendering " "performance may suffer\n"); #endif -#endif if (!pI830->use_drm_mode) { pI830->EXADriverPtr->memoryBase = pI830->FbBase; if (pI830->exa_offscreen) { |