From 1ac83f51ee46d65237eae1b5c767e106ac9e29bc Mon Sep 17 00:00:00 2001 From: Wang Zhenyu Date: Tue, 27 Feb 2007 13:58:47 +0800 Subject: [PATCH] EXA: enlarge 965 exa state buffer size Origin size seems break all render, be sure to assign enough mem. 80k works fine for me. --- src/i830.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/i830.h b/src/i830.h index 08d9e3ed..5cf9f0da 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 (64*1024) +#define EXA_LINEAR_EXTRA (80*1024) #endif #ifdef I830_USE_XAA