Revert "EXA: enlarge 965 exa state buffer size"
This reverts commit 1ac83f51ee.
oops, current exa state + kernel program size + scratch space
is actually ~36KB.
This commit is contained in:
parent
1ac83f51ee
commit
3e8e75e5d8
|
|
@ -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 (80*1024)
|
||||
#define EXA_LINEAR_EXTRA (64*1024)
|
||||
#endif
|
||||
|
||||
#ifdef I830_USE_XAA
|
||||
|
|
|
|||
Loading…
Reference in New Issue