diff options
author | Wang Zhenyu <zhenyu.z.wang@intel.com> | 2007-02-27 13:58:47 +0800 |
---|---|---|
committer | Wang Zhenyu <zhenyu.z.wang@intel.com> | 2007-02-27 13:58:47 +0800 |
commit | 1ac83f51ee46d65237eae1b5c767e106ac9e29bc (patch) | |
tree | 308080254a87a4e7cbb83dc574ee69083ca7710a | |
parent | acd9f3e28fcf5e91e09d8bdca4cc58681b1fc92a (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.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |