<div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div class="im"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
</blockquote></div>
i'm not sure about what the opengl specs say about this. texture size has to be power of 2 on older cards. so 2x2 should work. with npot (non-power-of-two) texture capable cards, i think the specs does not mention any restrictions. most cards support npot textures nowadays. this bug was bothering me as well some time ago, when i found out about this size restriction by experiment. so i'm not really sure if it's an opengl requirement or not.<br>
<font class="Apple-style-span" color="#888888"><br></font></blockquote><div><br></div><div>Ok, so that makes a warning a bit inconvenient because what we may need to warn against will depend on the card used. Then a note about the various possible restrictions in the docs will need to do.</div>
<div><br></div><div>Kas.</div></div>