Does not work for me to on r200, gives: Mesa: User error: GL_INVALID_VALUE in glTexImage1D(invalid width or height or depth) quasicrystal: texture error: invalid value
So that seems to be due limitation of GL_MAX_TEXTURE_SIZE to 2048x2048 on our cards , so i changed tex_width from 4096 to 2048 and it works. -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

