platform: 945g, 945gm, 915g, 915gm, OS: FC5 with kernel 2.6.19-rc3, both ia32 and ia32e running with DRI enabled, those two case FAIL on all of above platform, but PASS on G965 platform.
Created attachment 7630 [details] xorg.log
Created attachment 7631 [details] xorg.conf
Created attachment 7632 [details] xorg.log
This X.Org log shows that DRI is disabled, in that case it could be a Mesa problem. Can you check ?
I've reproduced it here. Software Mesa works (both as a forced fallback and with indirect rendering) but the hardware path doesn't work. Looking closer...
Fixed in CVS. The problem was ctx->Color._LogicOpEnabled was being referenced before the value was properly computed. Use new RGBA_LOGICOP_ENABLED() macro instead. Fix applied to all DRI drivers.
Verified. Thanks Brian.
Mass version move, cvs -> git
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.