summaryrefslogtreecommitdiff
path: root/src/i830.h
diff options
context:
space:
mode:
authorWang Zhenyu <zhenyu.z.wang@intel.com>2007-02-27 16:48:48 +0800
committerWang Zhenyu <zhenyu.z.wang@intel.com>2007-02-27 16:48:48 +0800
commit3e8e75e5d83a2fa7e9fc6e9a3fbb07dac548ea5a (patch)
treec8551e8188c85c35b09b2a97661b461021868e64 /src/i830.h
parent1ac83f51ee46d65237eae1b5c767e106ac9e29bc (diff)
Revert "EXA: enlarge 965 exa state buffer size"
This reverts commit 1ac83f51ee46d65237eae1b5c767e106ac9e29bc. oops, current exa state + kernel program size + scratch space is actually ~36KB.
Diffstat (limited to 'src/i830.h')
-rw-r--r--src/i830.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/i830.h b/src/i830.h
index 5cf9f0da..08d9e3ed 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 (80*1024)
+#define EXA_LINEAR_EXTRA (64*1024)
#endif
#ifdef I830_USE_XAA