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.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/mesa/pipe/p_context.h b/src/mesa/pipe/p_context.h
index 4f8bdae140..7acaabbdfd 100644
--- a/src/mesa/pipe/p_context.h
+++ b/src/mesa/pipe/p_context.h
@@ -50,6 +50,12 @@ struct pipe_context {
void (*destroy)( struct pipe_context * );
/*
+ * Queries
+ */
+ const GLuint *(*supported_formats)(struct pipe_context *pipe,
+ GLuint *numFormats);
+
+ /*
* Drawing
*/
void (*draw_vb)( struct pipe_context *pipe,