From: Brian Date: Tue, 7 Aug 2007 21:27:03 +0000 (-0600) Subject: remove pipe_surface_sampler X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ab80be0df126066c441cef5e2042b77fa6e0bdde;p=mesa.git remove pipe_surface_sampler --- diff --git a/src/mesa/pipe/p_state.h b/src/mesa/pipe/p_state.h index e51b9c460f2..68616cf767d 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. */