From: Brian Paul Date: Tue, 13 Jan 2009 17:26:25 +0000 (-0700) Subject: i965: comment for emit_kil() X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=658ab3c3ae4c99e841a6639f6d012c23deeb5371;p=mesa.git i965: comment for emit_kil() --- diff --git a/src/mesa/drivers/dri/i965/brw_wm_glsl.c b/src/mesa/drivers/dri/i965/brw_wm_glsl.c index 22a8cb833fc..8fd776ac393 100644 --- a/src/mesa/drivers/dri/i965/brw_wm_glsl.c +++ b/src/mesa/drivers/dri/i965/brw_wm_glsl.c @@ -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;