aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_wm.c
diff options
context:
space:
mode:
authorCarl Worth <[email protected]>2016-04-14 10:54:38 +1000
committerTimothy Arceri <[email protected]>2016-09-27 11:11:15 +1000
commit017081a3e50d2907045fdd0a4811bb83a025ba07 (patch)
tree7ca1fefbac40c45111d483de76ea9348cbc0db02 /src/mesa/drivers/dri/i965/brw_wm.c
parentf61669f9976750c4ecc751d54a4937a3ff179270 (diff)
i965: make vs and fs key generation helpers available to shader cache
Signed-off-by: Timothy Arceri <[email protected]> Reviewed-by: Kenneth Graunke <kenneth at whitecape.org>
Diffstat (limited to 'src/mesa/drivers/dri/i965/brw_wm.c')
-rw-r--r--src/mesa/drivers/dri/i965/brw_wm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_wm.c b/src/mesa/drivers/dri/i965/brw_wm.c
index 6ffe7c8b9cf..64cfd986d8f 100644
--- a/src/mesa/drivers/dri/i965/brw_wm.c
+++ b/src/mesa/drivers/dri/i965/brw_wm.c
@@ -430,7 +430,7 @@ brw_wm_state_dirty(const struct brw_context *brw)
BRW_NEW_VUE_MAP_GEOM_OUT);
}
-static void
+void
brw_wm_populate_key(struct brw_context *brw, struct brw_wm_prog_key *key)
{
struct gl_context *ctx = &brw->ctx;