st/xorg: If we have DRI2 we should also have some sort of hw support

This commit is contained in:
Jakob Bornecrantz
2009-08-06 00:01:18 +01:00
parent b6c9401f13
commit b6c6551686
+1 -1
View File
@@ -178,7 +178,7 @@ driCopyRegion(DrawablePtr pDraw, RegionPtr pRegion,
ms->screen->get_tex_surface(ms->screen, src_priv->tex, 0, 0, 0,
PIPE_BUFFER_USAGE_GPU_READ);
#if 0
#if 1
ms->ctx->surface_copy(ms->ctx, dst_surf, 0, 0, src_surf,
0, 0, pDraw->width, pDraw->height);
#else