summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Deucher <alexdeucher@gmail.com>2009-05-26 17:47:01 -0400
committerAlex Deucher <alexdeucher@gmail.com>2009-05-26 17:47:01 -0400
commitb34df233115c0d82d7bcf82e041afbc55981ce82 (patch)
treef39aef39c8dda08ffcf7c348ca77026d426a042e
parent1457bc089d1395d18cf582a4d52444005f013753 (diff)
R3xx/R4xx: increase EXA render target limits
now that we are using 1/12 subpixel mode
-rw-r--r--src/radeon_exa_render.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/radeon_exa_render.c b/src/radeon_exa_render.c
index 68f95147..bbe3a682 100644
--- a/src/radeon_exa_render.c
+++ b/src/radeon_exa_render.c
@@ -1245,8 +1245,8 @@ static Bool R300CheckComposite(int op, PicturePtr pSrcPicture, PicturePtr pMaskP
} else {
max_tex_w = 2048;
max_tex_h = 2048;
- max_dst_w = 2560;
- max_dst_h = 2560;
+ max_dst_w = 4021;
+ max_dst_h = 4021;
}
if (pSrcPixmap->drawable.width > max_tex_w ||