xf86-video-ati: Branch 'master'

Dave Airlie airlied at kemper.freedesktop.org
Wed Jul 1 22:30:43 PDT 2009


 src/radeon_dri2.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 2b671adba54ebff1756dd990123f4bade6e35d61
Author: Dave Airlie <airlied at redhat.com>
Date:   Thu Jul 2 15:25:19 2009 +1000

    radeon/dri2: call proper gem bo function

diff --git a/src/radeon_dri2.c b/src/radeon_dri2.c
index 0a30f8f..133859f 100644
--- a/src/radeon_dri2.c
+++ b/src/radeon_dri2.c
@@ -156,7 +156,7 @@ radeon_dri2_create_buffer(DrawablePtr drawable,
         depth_pixmap = pixmap;
     }
     driver_priv = exaGetPixmapDriverPrivate(pixmap);
-    buffers->name = radeon_bo_name_bo(driver_priv->bo);
+    buffers->name = radeon_gem_name_bo(driver_priv->bo);
     buffers->attachment = attachment;
     buffers->pitch = pixmap->devKind;
     buffers->cpp = pixmap->drawable.bitsPerPixel / 8;


More information about the xorg-commit mailing list