The Fedora people have been hanging on to a patch for Mesa since 6.4.1 for the 
r300, 
I am currently using this patch without issue (for all the latest compiz 
stuff). Is there a reason this isn't in 6.5.x yet?

Thanks, 

Shawn.


--- mesa-6.5.1+git20060901/src/mesa/drivers/dri/r300/r300_tex.c.use-correct-texture-format	2006-09-03 20:37:59.000000000 -0400
+++ mesa-6.5.1+git20060901/src/mesa/drivers/dri/r300/r300_tex.c	2006-09-03 20:39:06.000000000 -0400
@@ -335,7 +335,7 @@ static const struct gl_texture_format *r
 		case GL_UNSIGNED_SHORT_1_5_5_5_REV:
 			return _dri_texformat_argb1555;
 		default:
-			return do32bpt ? _dri_texformat_rgba8888 :
+			return do32bpt ? _dri_texformat_argb8888 :
 			    _dri_texformat_argb4444;
 		}
 
@@ -353,7 +353,7 @@ static const struct gl_texture_format *r
 		case GL_UNSIGNED_SHORT_5_6_5_REV:
 			return _dri_texformat_rgb565;
 		default:
-			return do32bpt ? _dri_texformat_rgba8888 :
+			return do32bpt ? _dri_texformat_argb8888 :
 			    _dri_texformat_rgb565;
 		}
 
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Mesa3d-dev mailing list
Mesa3d-dev@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mesa3d-dev

Reply via email to