summaryrefslogtreecommitdiff
path: root/shared/intel_depthstencil.h
diff options
context:
space:
mode:
Diffstat (limited to 'shared/intel_depthstencil.h')
-rw-r--r--shared/intel_depthstencil.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/shared/intel_depthstencil.h b/shared/intel_depthstencil.h
deleted file mode 100644
index 740eb0d..0000000
--- a/shared/intel_depthstencil.h
+++ /dev/null
@@ -1,15 +0,0 @@
-
-#ifndef INTEL_DEPTH_STENCIL_H
-#define INTEL_DEPTH_STENCIL_H
-
-#include "intel_fbo.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 */