i965: comment for emit_kil()
authorBrian Paul <brianp@vmware.com>
Tue, 13 Jan 2009 17:26:25 +0000 (10:26 -0700)
committerBrian Paul <brianp@vmware.com>
Wed, 14 Jan 2009 15:34:06 +0000 (08:34 -0700)
src/mesa/drivers/dri/i965/brw_wm_glsl.c

index 22a8cb833fc07ef59a821d6e93a03ae96e765213..8fd776ac3932f69988c09a5b18e634971691c539 100644 (file)
@@ -892,6 +892,10 @@ static void emit_lrp(struct brw_wm_compile *c,
     }
 }
 
+/**
+ * For GLSL shaders, this KIL will be unconditional.
+ * It may be contained inside an IF/ENDIF structure of course.
+ */
 static void emit_kil(struct brw_wm_compile *c)
 {
     struct brw_compile *p = &c->func;