xf86-video-intel: src/intel_dri.c

Chris Wilson ickle at kemper.freedesktop.org
Wed Jun 6 07:19:43 PDT 2012


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

New commits:
commit c433fb4521e2fb65a555489bd09ba6bb9448b72f
Author: Chris Wilson <chris at chris-wilson.co.uk>
Date:   Wed Jun 6 15:17:30 2012 +0100

    uxa/dri: Fix up typo from f2513cb0f
    
    s/true/FALSE/? Wrong.
    
    Reported-by: Zdenek Kabelac <zkabelac at redhat.com>
    Signed-off-by: Chris Wilson <chris at chris-wilson.co.uk>

diff --git a/src/intel_dri.c b/src/intel_dri.c
index a30c62d..2ed5559 100644
--- a/src/intel_dri.c
+++ b/src/intel_dri.c
@@ -406,7 +406,7 @@ I830DRI2CreateBuffer(DrawablePtr drawable, unsigned int attachment,
 		pixmap = get_front_buffer(drawable);
 
 		if (pixmap && intel_get_pixmap_private(pixmap) == NULL) {
-			is_glamor_pixmap = FALSE;
+			is_glamor_pixmap = TRUE;
 			drawable = &pixmap->drawable;
 			pixmap = NULL;
 		}


More information about the xorg-commit mailing list