summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/p_context.h
diff options
context:
space:
mode:
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 bfae55a4ba..b48c7775de 100644
--- a/src/mesa/pipe/p_context.h
+++ b/src/mesa/pipe/p_context.h
@@ -117,6 +117,14 @@ struct pipe_context {
/*
+ * Surface functions
+ * This might go away...
+ */
+ struct pipe_surface *(*surface_alloc)(struct pipe_context *pipe,
+ GLuint format);
+
+
+ /*
* Memory region functions
* Some of these may go away...
*/