gallium: squash-merge of gallium screen context
[mesa.git] / src / gallium / drivers / identity / id_context.h
index 75b73fc7df6a28f6def843f3f30d3c104c95722f..6d3c1899d596547cd3a3986dfc240bf89df16275 100644 (file)
@@ -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)
 {