summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWang Zhenyu <zhenyu.z.wang@intel.com>2007-02-27 13:58:47 +0800
committerWang Zhenyu <zhenyu.z.wang@intel.com>2007-02-27 13:58:47 +0800
commit1ac83f51ee46d65237eae1b5c767e106ac9e29bc (patch)
tree308080254a87a4e7cbb83dc574ee69083ca7710a
parentacd9f3e28fcf5e91e09d8bdca4cc58681b1fc92a (diff)
EXA: enlarge 965 exa state buffer size
Origin size seems break all render, be sure to assign enough mem. 80k works fine for me.
-rw-r--r--src/i830.h2
1 files changed, 1 insertions, 1 deletions
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