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:
parent
acd9f3e28f
commit
1ac83f51ee
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue