From: Wu N. <ni...@in...> - 2007-07-27 02:51:48
|
I965 3D driver has implemented texture's NPOT status. But with i915 driver, glxinfo does not list "GL_ARB_texture_non_power_of_two" in supported extension list. And when I call glTexImage1D with width that is not power of two, it will set the GL Error to GL_INVALID_VALUE. So I guess i915 driver does not support NPOT extension, right? Thanks, Nian Wu |