http://bugs.freedesktop.org/show_bug.cgi?id=10178
------- Comment #2 from [EMAIL PROTECTED] 2007-03-04 14:56 PST ------- looks like a phenomen nicknamed "checkerboarding" to me. This is likely caused by the driver enabling all 8 pipelines of the r300 chip, whereas the 9500 only has 4 which are guaranteed to work (and apparently on your specific card indeed not all 8 work). The driver needs some fixes in that area, it will enable always all pipes of a given chip family (though I think it's less of a problem for r4xx cards, those are typically hard-locked IIRC and you can't increase the pipe count beyond what is officially supported). If we're lucky it's possible to detect the "official" pipe count by pci id and change the driver accordingly. Note there may be needed some other subtle configuration changes, for example r9500 does not (opposed to r9500pro or 9700) support hierarchical-z. -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV -- _______________________________________________ Dri-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dri-devel
