summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian <brian@i915.localnet.net>2007-08-09 12:36:19 -0600
committerBrian <brian@i915.localnet.net>2007-08-09 14:28:41 -0600
commit01ee12cc5faa447d5542d00970e8bc3867bd5c60 (patch)
treedad1330801d6741093cfddb1ab489bd84eeea11e
parent64da7515009f3551796c90acc74eb0a2ffdb68a0 (diff)
surface-related prototypes
-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 */