summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i915-tex/intel_depthstencil.h
blob: 336995356648c14cf438836ef7e3b53b0dfb2fee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13

#ifndef INTEL_DEPTH_STENCIL_H
#define INTEL_DEPTH_STENCIL_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 */