From 320ec1deacd97fd32f14331030660f8fceb7235c Mon Sep 17 00:00:00 2001 From: Courtney Goeltzenleuchter Date: Mon, 4 Nov 2013 14:09:22 -0700 Subject: mesa: Add driver entry point for ARB_texture_view Signed-off-by: Courtney Goeltzenleuchter Reviewed-by: Brian Paul --- src/mesa/main/dd.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/mesa/main/dd.h') diff --git a/src/mesa/main/dd.h b/src/mesa/main/dd.h index b5b874f47ac..3e263f4ac31 100644 --- a/src/mesa/main/dd.h +++ b/src/mesa/main/dd.h @@ -375,6 +375,11 @@ struct dd_function_table { GLsizei levels, GLsizei width, GLsizei height, GLsizei depth); + /** Called as part of glTextureView to add views to origTexObj */ + GLboolean (*TextureView)(struct gl_context *ctx, + struct gl_texture_object *texObj, + struct gl_texture_object *origTexObj); + /** * Map a renderbuffer into user space. * \param mode bitmask of GL_MAP_READ_BIT, GL_MAP_WRITE_BIT and -- cgit v1.2.3