summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/identity/id_context.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallium/drivers/identity/id_context.h')
-rw-r--r--src/gallium/drivers/identity/id_context.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gallium/drivers/identity/id_context.h b/src/gallium/drivers/identity/id_context.h
index 75b73fc7df..6d3c1899d5 100644
--- a/src/gallium/drivers/identity/id_context.h
+++ b/src/gallium/drivers/identity/id_context.h
@@ -39,6 +39,10 @@ struct identity_context {
};
+struct pipe_context *
+identity_context_create(struct pipe_screen *screen, struct pipe_context *pipe);
+
+
static INLINE struct identity_context *
identity_context(struct pipe_context *pipe)
{