From a98c282c7da646c9def246b2619124c51f8b4464 Mon Sep 17 00:00:00 2001 From: Chia-I Wu Date: Sun, 13 Sep 2009 19:04:37 +0800 Subject: es: Proper support for FEATURE_OES_draw_texture. Update default extensions and add DrawTex driver function. --- src/mesa/main/dd.h | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'src/mesa/main/dd.h') diff --git a/src/mesa/main/dd.h b/src/mesa/main/dd.h index ce5e158626..afcab5bf2b 100644 --- a/src/mesa/main/dd.h +++ b/src/mesa/main/dd.h @@ -1060,6 +1060,16 @@ struct dd_function_table { GLbitfield, GLuint64); /*@}*/ #endif + +#if FEATURE_OES_draw_texture + /** + * \name GL_OES_draw_texture interface + */ + /*@{*/ + void (*DrawTex)(GLcontext *ctx, GLfloat x, GLfloat y, GLfloat z, + GLfloat width, GLfloat height); + /*@}*/ +#endif }; -- cgit v1.2.3