summaryrefslogtreecommitdiff
path: root/src/mesa
diff options
context:
space:
mode:
authorBrian <brian@i915.localnet.net>2007-08-07 15:27:03 -0600
committerBrian <brian@i915.localnet.net>2007-08-07 15:27:03 -0600
commitab80be0df126066c441cef5e2042b77fa6e0bdde (patch)
tree22b796e27e1e95dfecc47d58e4773a1853a6121d /src/mesa
parentd805d46a5fe1d163b299ea5934308e9264a57a29 (diff)
remove pipe_surface_sampler
Diffstat (limited to 'src/mesa')
-rw-r--r--src/mesa/pipe/p_state.h13
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