gallium/draw: initial code to properly support llvm in the draw module
[mesa.git] / src / mesa / drivers / dri / ffb / ffb_depth.h
1
2 #ifndef _FFB_DEPTH_H
3 #define _FFB_DEPTH_H
4
5 void ffbSetDepthFunctions(driRenderbuffer *drb, const GLvisual *vis);
6
7 #endif /* !(_FFB_DEPTH_H) */