i965: Fix source depth reg setting for FSes reading and writing to depth.
[mesa.git] / src / mesa / drivers / dri / i965 / brw_wm.h
index 295fed851bb609d13294f1be1ce75d69e9afe749..307b5e59ddecb349ab43e118c9f59ee9fccc8a8d 100644 (file)
@@ -286,6 +286,7 @@ void brw_wm_print_program( struct brw_wm_compile *c,
 
 void brw_wm_lookup_iz( GLuint line_aa,
                       GLuint lookup,
+                      GLboolean ps_uses_depth,
                       struct brw_wm_prog_key *key );
 
 GLboolean brw_wm_is_glsl(const struct gl_fragment_program *fp);