From 017081a3e50d2907045fdd0a4811bb83a025ba07 Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Thu, 14 Apr 2016 10:54:38 +1000 Subject: i965: make vs and fs key generation helpers available to shader cache Signed-off-by: Timothy Arceri Reviewed-by: Kenneth Graunke --- src/mesa/drivers/dri/i965/brw_vs.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/mesa/drivers/dri/i965/brw_vs.h') diff --git a/src/mesa/drivers/dri/i965/brw_vs.h b/src/mesa/drivers/dri/i965/brw_vs.h index b16e343ea45..25241a92a43 100644 --- a/src/mesa/drivers/dri/i965/brw_vs.h +++ b/src/mesa/drivers/dri/i965/brw_vs.h @@ -68,6 +68,10 @@ brw_codegen_vs_prog(struct brw_context *brw, struct brw_vertex_program *vp, struct brw_vs_prog_key *key); +void +brw_vs_populate_key(struct brw_context *brw, + struct brw_vs_prog_key *key); + #ifdef __cplusplus } /* extern "C" */ -- cgit v1.2.3