[Openchrome-users] texture size limitations

Benno Schulenberg bensberg
Fri Aug 17 14:47:30 PDT 2007


Bill McGonigle wrote:
> Hi, Folks,
> For instance, my app uses 1024x1024 textures.  From the 3DStatus
> page it says there is missing support for 'large textures', but
> I'm not sure what defines what a large texture is, or what causes
> the limitations.  A quick test shows that 1024x1024 textures
> won't render while a 512x512 texture does.

See https://bugs.freedesktop.org/show_bug.cgi?id=3130

You can use 'driconf' to enable 1024x1024 textures.  But since a few 
months (since Mesa-6.5.3) 'glxinfo' segfaults (for me at least), so 
'driconf' doesn't work any more.  You can maybe get away with 
putting this into your .drirc:

<driconf>
    <device screen="0" driver="unichrome">
        <application name="Default">
            <option name="no_rast" value="false" />
            <option name="vblank_mode" value="0" />
            <option name="excess_mipmap" value="true" />
        </application>
    </device>
</driconf>

> If it's "simply a matter of programming", maybe
> somebody could point me to the right place to get started on
> handling larger textures.

You might want to join #unichrome on irc.freenode.net.

Benno




More information about the Openchrome-users mailing list