diff options
Diffstat (limited to 'src/mesa')
-rw-r--r-- | src/mesa/pipe/p_state.h | 13 |
1 files changed, 0 insertions, 13 deletions
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 @@ -273,19 +273,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. */ struct pipe_mipmap_level |