From 3e8e75e5d83a2fa7e9fc6e9a3fbb07dac548ea5a Mon Sep 17 00:00:00 2001 From: Wang Zhenyu Date: Tue, 27 Feb 2007 16:48:48 +0800 Subject: [PATCH] Revert "EXA: enlarge 965 exa state buffer size" This reverts commit 1ac83f51ee46d65237eae1b5c767e106ac9e29bc. oops, current exa state + kernel program size + scratch space is actually ~36KB. --- src/i830.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/i830.h b/src/i830.h index 5cf9f0da..08d9e3ed 100644 --- a/src/i830.h +++ b/src/i830.h @@ -73,7 +73,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. #ifdef I830_USE_EXA #include "exa.h" Bool I830EXAInit(ScreenPtr pScreen); -#define EXA_LINEAR_EXTRA (80*1024) +#define EXA_LINEAR_EXTRA (64*1024) #endif #ifdef I830_USE_XAA