summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/mesa/drivers/dri/intel_winsys/intel_surface.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/intel_winsys/intel_surface.h b/src/mesa/drivers/dri/intel_winsys/intel_surface.h
new file mode 100644
index 0000000000..90a1841efb
--- /dev/null
+++ b/src/mesa/drivers/dri/intel_winsys/intel_surface.h
@@ -0,0 +1,14 @@
+
+#ifndef INTEL_SURFACE_H
+#define INTEL_SURFACE_H
+
+
+extern struct pipe_surface *
+intel_new_surface(struct pipe_context *pipe, GLuint pipeFormat);
+
+
+extern const GLuint *
+intel_supported_formats(struct pipe_context *pipe, GLuint *numFormats);
+
+
+#endif /* INTEL_SURFACE_H */