From ab80be0df126066c441cef5e2042b77fa6e0bdde Mon Sep 17 00:00:00 2001 From: Brian Date: Tue, 7 Aug 2007 15:27:03 -0600 Subject: remove pipe_surface_sampler --- src/mesa/pipe/p_state.h | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'src/mesa') diff --git a/src/mesa/pipe/p_state.h b/src/mesa/pipe/p_state.h index e51b9c460f..68616cf767 100644 --- a/src/mesa/pipe/p_state.h +++ b/src/mesa/pipe/p_state.h @@ -272,19 +272,6 @@ struct pipe_surface }; -/** - * surface sampler object - * XXX prototype - */ -struct pipe_surface_sampler -{ - struct pipe_sampler_state state; - struct pipe_mipmap_tree *texture; - void (*get_sample)(struct pipe_surface_sampler *sampler, - const GLfloat strq[4], GLfloat rgba[4]); -}; - - /** * Describes the location of each texture image within a texture region. */ -- cgit v1.2.3