Commit 25e6736400f3667b3c0c879fc1dc1bf92f5ef44e

  • avatar
  • Chia-I Wu <olvaffe @gm…l.com>
  • Wed Sep 23 06:40:41 GMT 2009
es: Add support for GL_ARB_texture_non_power_of_two.
src/mesa/es/main/specials_es1.c
(3 / 0)
  
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

Comments

Add a new comment:

Login or create an account to post a comment

Add your comment