Commit 4e547d5155d1943576cc6127e537f78fdb7c6ab7
intel: Add support for GL_OES_draw_texture.
| |   |
| 604 | 604 | intelInitBufferObjectFuncs(functions); |
| 605 | 605 | intel_init_syncobj_functions(functions); |
| 606 | 606 | |
| #if FEATURE_OES_draw_texture |
| functions->DrawTex = _mesa_meta_draw_tex; |
| #endif |
| 607 | 610 | intelInitEGLImageFuncs(functions); |
| 608 | 611 | } |
| 609 | 612 | |
| |   |
| 182 | 182 | #if FEATURE_OES_EGL_image |
| 183 | 183 | { "GL_OES_EGL_image", NULL }, |
| 184 | 184 | #endif |
| #if FEATURE_OES_draw_texture |
| { "GL_OES_draw_texture", NULL }, |
| #endif |
| 185 | 188 | { NULL, NULL } |
| 186 | 189 | }; |
| 187 | 190 | |