fix compiler warnings
[mesa.git] / src / mesa / drivers / dri / i915tex / intel_depthstencil.h
1
2 #ifndef INTEL_DEPTH_STENCIL_H
3 #define INTEL_DEPTH_STENCIL_H
4
5
6 extern void
7 intel_unpair_depth_stencil(GLcontext * ctx, struct intel_renderbuffer *irb);
8
9 extern void
10 intel_validate_paired_depth_stencil(GLcontext * ctx,
11 struct gl_framebuffer *fb);
12
13
14 #endif /* INTEL_DEPTH_STENCIL_H */