EXA: enlarge 965 exa state buffer size

Origin size seems break all render, be sure to assign enough
mem. 80k works fine for me.
This commit is contained in:
Wang Zhenyu 2007-02-27 13:58:47 +08:00
parent acd9f3e28f
commit 1ac83f51ee
1 changed files with 1 additions and 1 deletions

View File

@ -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