Cleanup of derived state calculation prior to seperating software T&L
[mesa.git] / src / mesa / swrast / swrast.h
index 88689499fd2495f4d90c64b34505068732e40b90..82a0add00ed257411566e4fac4173539daed2cc6 100644 (file)
@@ -150,5 +150,12 @@ _swrast_flush( GLcontext *ctx );
 extern void
 _swrast_InvalidateState( GLcontext *ctx, GLuint new_state );
 
+/* Configure software rasterizer to match hardware rasterizer characteristics:
+ */
+extern void
+_swrast_allow_vertex_fog( GLcontext *ctx, GLboolean value );
+
+extern void
+_swrast_allow_pixel_fog( GLcontext *ctx, GLboolean value );
 
 #endif