Commit 4e547d5155d1943576cc6127e537f78fdb7c6ab7

  • avatar
  • Chia-I Wu <olvaffe @gm…l.com>
  • Tue Sep 15 11:51:25 CEST 2009
intel: Add support for GL_OES_draw_texture.
  
604604 intelInitBufferObjectFuncs(functions);
605605 intel_init_syncobj_functions(functions);
606606
607#if FEATURE_OES_draw_texture
608 functions->DrawTex = _mesa_meta_draw_tex;
609#endif
607610 intelInitEGLImageFuncs(functions);
608611}
609612
  
182182#if FEATURE_OES_EGL_image
183183 { "GL_OES_EGL_image", NULL },
184184#endif
185#if FEATURE_OES_draw_texture
186 { "GL_OES_draw_texture", NULL },
187#endif
185188 { NULL, NULL }
186189};
187190