summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/p_context.h
diff options
context:
space:
mode:
authorBrian <brian@i915.localnet.net>2007-08-06 11:22:00 -0600
committerBrian <brian@i915.localnet.net>2007-08-06 11:22:00 -0600
commitd9605cdf7cbbd3c81c506d01eb8e88a11ccfc09b (patch)
tree3aeebfa5447ad4d794a5d92d567d12ff7907d76d /src/mesa/pipe/p_context.h
parent95794abec4bdc5cda9f2e7d139a70c3acf372fe3 (diff)
Checkpoint lifting of intel_mipmap_tree (intel_mipmap_tree -> pipe_mipmap_tree and move some code)
Diffstat (limited to 'src/mesa/pipe/p_context.h')
-rw-r--r--src/mesa/pipe/p_context.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/mesa/pipe/p_context.h b/src/mesa/pipe/p_context.h
index 76a2593567..db9429f8d3 100644
--- a/src/mesa/pipe/p_context.h
+++ b/src/mesa/pipe/p_context.h
@@ -207,6 +207,14 @@ struct pipe_context {
unsigned long offset,
unsigned long size,
void *data);
+
+ /*
+ * Texture functions
+ */
+ GLboolean (*mipmap_tree_layout)( struct pipe_context *pipe,
+ struct pipe_mipmap_tree *mt );
+
+
};