From: Jakob Bornecrantz Date: Wed, 5 Aug 2009 23:01:18 +0000 (+0100) Subject: st/xorg: If we have DRI2 we should also have some sort of hw support X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b6c65516865aa331b066a6516d553c9fca314670;p=mesa.git st/xorg: If we have DRI2 we should also have some sort of hw support --- diff --git a/src/gallium/state_trackers/xorg/xorg_dri2.c b/src/gallium/state_trackers/xorg/xorg_dri2.c index 49a63def71e..301e5214e34 100644 --- a/src/gallium/state_trackers/xorg/xorg_dri2.c +++ b/src/gallium/state_trackers/xorg/xorg_dri2.c @@ -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