summaryrefslogtreecommitdiff
path: root/mesa/main/teximage.h
diff options
context:
space:
mode:
authorLuc Verhaegen <libv@skynet.be>2010-03-13 04:52:25 +0100
committerLuc Verhaegen <libv@skynet.be>2010-03-13 04:52:25 +0100
commit6c5f2b79233343b5b0a2443a70e0aa13c5cb15ae (patch)
tree43909577a684e6587ff6c4c43263052affcddc84 /mesa/main/teximage.h
parentde485ad9f1d983e0e9233a8d622cb3532ce9a31e (diff)
DRI SDK headers from mesa 7.7.0.
Diffstat (limited to 'mesa/main/teximage.h')
-rw-r--r--mesa/main/teximage.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/mesa/main/teximage.h b/mesa/main/teximage.h
index 094177d..97c9018 100644
--- a/mesa/main/teximage.h
+++ b/mesa/main/teximage.h
@@ -86,6 +86,9 @@ extern struct gl_texture_object *
_mesa_select_tex_object(GLcontext *ctx, const struct gl_texture_unit *texUnit,
GLenum target);
+extern struct gl_texture_object *
+_mesa_get_current_tex_object(GLcontext *ctx, GLenum target);
+
extern struct gl_texture_image *
_mesa_select_tex_image(GLcontext *ctx, const struct gl_texture_object *texObj,