i965g: add constant buffer setter
[mesa.git] / src / mesa / swrast / s_depth.h
index d1ed050efd69d847055f7d4a15c776dd2e98b955..7eae36674283fdbeef26de0f6264e70ac37b6fbf 100644 (file)
 #define S_DEPTH_H
 
 
-#include "mtypes.h"
 #include "s_context.h"
 
 
 extern GLuint
 _swrast_depth_test_span( GLcontext *ctx, SWspan *span);
 
+extern void
+_swrast_depth_clamp_span( GLcontext *ctx, SWspan *span );
 
 extern GLboolean
 _swrast_depth_bounds_test( GLcontext *ctx, SWspan *span );