http://bugs.freedesktop.org/show_bug.cgi?id=16998
--- Comment #1 from Thomas Hellström <[EMAIL PROTECTED]> 2008-08-05 11:03:50 PST --- Actually there are two things needed for the unichrome driver to support this stuff 1) Accelerated copypixels. 2) NPOT textures. The unichromes do not natively support NPOT textures, however they allow the level0 mipmap stride to be arbitrarily specified (if 32 bytes aligned). But the texture width and height still needs to be a power of two. So the driver can fake support quite easily if texture coordinates are within 0 <= s <= width and 0 <= t <= height. For primitives with vertex texture coordinates outside of these limits the driver either would need to fall back to software or split the primitive to do wrapping correctly. /Thomas -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ -- _______________________________________________ Dri-devel mailing list Dri-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/dri-devel