Commit 25e6736400f3667b3c0c879fc1dc1bf92f5ef44e.patch

  • avatar
  • Chia-I Wu <olvaffe @gm…l.com>
  • Wed Sep 23 08:40:41 CEST 2009
es: Add support for GL_ARB_texture_non_power_of_two.
  
138138 if (ctx->Extensions.EXT_texture_filter_anisotropic)
139139 len += append_extension(&str, "GL_EXT_texture_filter_anisotropic");
140140
141 if (ctx->Extensions.ARB_texture_non_power_of_two)
142 len += append_extension(&str, "GL_ARB_texture_non_power_of_two");
143
141144 return len;
142145}
143146