Roland Scheidegger wrote:
> CVSROOT:      /cvs/mesa
> Module name:  Mesa
> Repository:   Mesa/src/mesa/drivers/dri/radeon/
> Changes by:   [EMAIL PROTECTED]       06/10/15 21:47:56
> 
> Log message:
>   fix handling of textures with a base internal format that does not have all 
> four rgba values set for radeon and r200 (discovered with a modified glean 
> pixelFormats test, noone ever noticed in over 2 years). For radeon, use hw 
> format I8 as previously, and change tex env to make the correct default 
> values appear for both GL_ALPHA and GL_LUMINANCE textures. For r200, which 
> supports GL_LUMINANCE just fine,  use the AL88 hw format for GL_ALPHA 
> textures, since it seems like it's probably not worth the effort to fix up 
> the texture environment (certainly complicated in case of ATI_fragment_shader 
> programs).
> 

I don't know if you've done it already, but it might be worth submitting 
the modified glean test back into glean so that this gets caught in 
other drivers.

Keith

-------------------------------------------------------------------------
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