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>2010-12-09 20:01:34 -0500
commit7aceb74db73e72f13328672733836818e3979052 (patch)
tree59563295c97b9b388e30da6c2d5a9e2863cedb85 /src/mesa/drivers/dri/intel/intel_tex.c
parent88e9712a68eb4944924a37b59ced1beeea11b6ed (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 2c21ea0576..646e55bdff 100644
--- a/src/mesa/drivers/dri/intel/intel_tex.c
+++ b/src/mesa/drivers/dri/intel/intel_tex.c
@@ -120,4 +120,6 @@ intelInitTextureFuncs(struct dd_function_table *functions)
functions->NewTextureImage = intelNewTextureImage;
functions->DeleteTexture = intelDeleteTextureObject;
functions->FreeTexImageData = intelFreeTextureImageData;
+
+ functions->DrawTex = _mesa_meta_DrawTex;
}