summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/intel/intel_depthstencil.h
blob: 740eb0d9895164dc22bd11b23c17428365e1d3a0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15

#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 */