xf86-video-ati: Branch 'master'

Michel Dänzer daenzer at kemper.freedesktop.org
Fri Jan 11 06:52:50 PST 2013


 src/radeon_glamor.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 47689ef8b878a56ea094e21a6090b228e67d605e
Author: Michel Dänzer <michel.daenzer at amd.com>
Date:   Fri Jan 11 15:41:48 2013 +0100

    Make radeon_glamor_create_textured_pixmap() return TRUE without USE_GLAMOR.
    
    Otherwise rotation won't work when glamor support isn't built in.
    
    Signed-off-by: Michel Dänzer <michel.daenzer at amd.com>

diff --git a/src/radeon_glamor.h b/src/radeon_glamor.h
index 40c9092..cb76ff4 100644
--- a/src/radeon_glamor.h
+++ b/src/radeon_glamor.h
@@ -80,7 +80,7 @@ static inline void radeon_glamor_free_screen(int scrnIndex, int flags) { }
 
 static inline void radeon_glamor_flush(ScrnInfoPtr pScrn) { }
 
-static inline Bool radeon_glamor_create_textured_pixmap(PixmapPtr pixmap) { return FALSE; }
+static inline Bool radeon_glamor_create_textured_pixmap(PixmapPtr pixmap) { return TRUE; }
 
 static inline void radeon_glamor_exchange_buffers(PixmapPtr src, PixmapPtr dst) {}
 


More information about the xorg-commit mailing list