summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/intel/intel_tex.c
diff options
context:
space:
mode:
authorChia-I Wu <olvaffe@gmail.com>2010-10-12 14:26:52 -0400
committerChia-I Wu <olvaffe@gmail.com>2011-03-16 14:17:52 +0800
commitd5d833a353c6be84e1a993de8725f3117afbd1f6 (patch)
treeb430a7a3ff28262c63aeb7422648e4bb8486bc6c /src/mesa/drivers/dri/intel/intel_tex.c
parent32197c0094103d6bb06f992049306daf227f5c8e (diff)
i915c: Add GL_OES_draw_texture support.
Diffstat (limited to 'src/mesa/drivers/dri/intel/intel_tex.c')
-rw-r--r--src/mesa/drivers/dri/intel/intel_tex.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/intel/intel_tex.c b/src/mesa/drivers/dri/intel/intel_tex.c
index 2c3eab20fd..077c611901 100644
--- a/src/mesa/drivers/dri/intel/intel_tex.c
+++ b/src/mesa/drivers/dri/intel/intel_tex.c
@@ -119,4 +119,6 @@ intelInitTextureFuncs(struct dd_function_table *functions)
functions->NewTextureImage = intelNewTextureImage;
functions->DeleteTexture = intelDeleteTextureObject;
functions->FreeTexImageData = intelFreeTextureImageData;
+
+ functions->DrawTex = _mesa_meta_DrawTex;
}