*The off-screen buffer is 256KB in previous default setting. But when we do the PictOpOver rendering first pass, we need more than 256KB off-screen buffer. And for the 14MB framebuffer size, there still some remaining space for this.I allocate 2MB right now.
Signed-off-by: Frank Huang <[email protected]> --- src/geode.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/geode.h b/src/geode.h index 8fe67b5..205bdd3 100644 --- a/src/geode.h +++ b/src/geode.h @@ -91,7 +91,7 @@ #define GEODEPTR(p) ((GeodeRec *)((p)->driverPrivate)) -#define DEFAULT_EXA_SCRATCH_BFRSZ 0x40000 +#define DEFAULT_EXA_SCRATCH_BFRSZ 0x200000 /* the LX hardware (and Cimarron) require a cursor memory size of 48x64.. */ #define LX_CURSOR_HW_WIDTH 48 -- 1.7.1 _______________________________________________ Xorg-driver-geode mailing list [email protected] http://lists.x.org/mailman/listinfo/xorg-driver-geode
