diff options
author | Eric Anholt <[email protected]> | 2010-09-21 10:35:50 -0700 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2010-09-21 12:29:57 -0700 |
commit | 23c507f1358833585de330ed313dffafabbbd3cd (patch) | |
tree | f42605986764c66dc92aa7a95e9cff502d4a673a /src/mesa/drivers/dri/i965/brw_wm.h | |
parent | 6048be89697fe27e30ef0f45594daba4e896362c (diff) |
i965: Share the KIL_NV implementation between glsl and non-glsl.
Diffstat (limited to 'src/mesa/drivers/dri/i965/brw_wm.h')
-rw-r--r-- | src/mesa/drivers/dri/i965/brw_wm.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_wm.h b/src/mesa/drivers/dri/i965/brw_wm.h index 2639d4f26b3..c28acad24b5 100644 --- a/src/mesa/drivers/dri/i965/brw_wm.h +++ b/src/mesa/drivers/dri/i965/brw_wm.h @@ -373,6 +373,7 @@ void emit_fb_write(struct brw_wm_compile *c, void emit_frontfacing(struct brw_compile *p, const struct brw_reg *dst, GLuint mask); +void emit_kil_nv(struct brw_wm_compile *c); void emit_linterp(struct brw_compile *p, const struct brw_reg *dst, GLuint mask, |