diff options
author | Kristian Høgsberg <krh@redhat.com> | 2008-10-14 23:57:10 -0400 |
---|---|---|
committer | Kristian Høgsberg <krh@redhat.com> | 2008-10-14 23:57:10 -0400 |
commit | 3dd7f0f9423bb891bc99cd3b77dc3d57e057a7ef (patch) | |
tree | afd089e9653e172cf1a9e28a216d834d5b69b2b7 /src/i830_accel.c | |
parent | 282f51c3f0e5bc2cedd2f60f458ca2662290d471 (diff) |
Update to DRI2 changes.dri2
Implement DRI2CopyRegion and provide drm device filename to DRI2 module.
Diffstat (limited to 'src/i830_accel.c')
-rw-r--r-- | src/i830_accel.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/i830_accel.c b/src/i830_accel.c index c935af63..52e22ba8 100644 --- a/src/i830_accel.c +++ b/src/i830_accel.c @@ -322,7 +322,7 @@ I830AccelInit(ScreenPtr pScreen) */ if (IS_I965G(pI830)) { pI830->accel_pixmap_offset_alignment = 4 * 2; - pI830->accel_pixmap_pitch_alignment = 16; + pI830->accel_pixmap_pitch_alignment = 64; pI830->accel_max_x = 8192; pI830->accel_max_y = 8192; } else { |