blob: 740eb0d9895164dc22bd11b23c17428365e1d3a0 [file] [log] [blame]
#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 */