summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/brw_wm.h
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2010-12-08 10:59:58 -0800
committerEric Anholt <eric@anholt.net>2010-12-08 11:14:52 -0800
commitd547ab150ae8db64caebbae2b2414a3988b2f089 (patch)
tree87bda5542804f0850089d019fd48a97887b9299c /src/mesa/drivers/dri/i965/brw_wm.h
parentdba6fde08cca22187ac7bf23462a22147a596683 (diff)
i965: Drop KIL_NV from the ff/ARB_fp path since it was only used for GLSL.
Diffstat (limited to 'src/mesa/drivers/dri/i965/brw_wm.h')
-rw-r--r--src/mesa/drivers/dri/i965/brw_wm.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_wm.h b/src/mesa/drivers/dri/i965/brw_wm.h
index 937b0edd70..e7f3cfbb75 100644
--- a/src/mesa/drivers/dri/i965/brw_wm.h
+++ b/src/mesa/drivers/dri/i965/brw_wm.h
@@ -380,7 +380,6 @@ 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,