intel: use new mipmap generation hooks in driver.
[mesa.git] / src / mesa / drivers / dri / intel / intel_depthstencil.h
1
2 #ifndef INTEL_DEPTH_STENCIL_H
3 #define INTEL_DEPTH_STENCIL_H
4
5 #include "intel_fbo.h"
6
7 extern void
8 intel_unpair_depth_stencil(GLcontext * ctx, struct intel_renderbuffer *irb);
9
10 extern void
11 intel_validate_paired_depth_stencil(GLcontext * ctx,
12 struct gl_framebuffer *fb);
13
14
15 #endif /* INTEL_DEPTH_STENCIL_H */