summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/intel_winsys/intel_depthstencil.h
diff options
context:
space:
mode:
authorKeith Whitwell <keith@tungstengraphics.com>2007-08-08 09:41:52 +0100
committerKeith Whitwell <keith@tungstengraphics.com>2007-08-08 09:42:19 +0100
commit8a475cb791a0e66fcdc3fcd12c517fcb98d75957 (patch)
treef40e33b13dbf708942a9c561884d1c9da3a0a019 /src/mesa/drivers/dri/intel_winsys/intel_depthstencil.h
parentf62b573922dd5274c01250fa941f9b1a151e6c45 (diff)
Rename drivers/dri/i915pipe --> drivers/dri/intel_winsys.
This is appropriate as this is not a "pipe driver for the i915" as the old name would suggest, but rather a dri driver that can provide "winsys" backends to softpipe/i915/i965/etc pipe drivers, running under the intel DDX, drm, etc. It also frees up the i915pipe name for something more appropriate, ie mesa/pipe/i915pipe.
Diffstat (limited to 'src/mesa/drivers/dri/intel_winsys/intel_depthstencil.h')
-rw-r--r--src/mesa/drivers/dri/intel_winsys/intel_depthstencil.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/intel_winsys/intel_depthstencil.h b/src/mesa/drivers/dri/intel_winsys/intel_depthstencil.h
new file mode 100644
index 0000000000..2d3fc48b3a
--- /dev/null
+++ b/src/mesa/drivers/dri/intel_winsys/intel_depthstencil.h
@@ -0,0 +1,14 @@
+
+#ifndef INTEL_DEPTH_STENCIL_H
+#define INTEL_DEPTH_STENCIL_H
+
+
+extern void
+intel_unpair_depth_stencil(GLcontext * ctx, struct intel_renderbuffer *irb);
+
+extern void
+intel_validate_paired_depth_stencil(GLcontext * ctx,
+ struct gl_framebuffer *fb);
+
+
+#endif /* INTEL_DEPTH_STENCIL_H */