xf86-video-intel: src/intel_uxa.c

Chris Wilson ickle at kemper.freedesktop.org
Tue Dec 7 11:29:19 PST 2010


 src/intel_uxa.c |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit d90c8f4d0bb6b79ecdcaa82f87291169c18c64b9
Author: Chris Wilson <chris at chris-wilson.co.uk>
Date:   Tue Dec 7 19:22:30 2010 +0000

    i965: Invalidate pixmap binding location on reuse.
    
    Signed-off-by: Chris Wilson <chris at chris-wilson.co.uk>

diff --git a/src/intel_uxa.c b/src/intel_uxa.c
index a2a58fb..2be26b2 100644
--- a/src/intel_uxa.c
+++ b/src/intel_uxa.c
@@ -630,6 +630,7 @@ void intel_set_pixmap_bo(PixmapPtr pixmap, dri_bo * bo)
 		if (priv->bo == bo)
 			return;
 
+		priv->dst_bound = priv->src_bound = 0;
 		if (list_is_empty(&priv->batch)) {
 			dri_bo_unreference(priv->bo);
 		} else if (!drm_intel_bo_is_reusable(priv->bo)) {


More information about the xorg-commit mailing list