diff options
author | Carl Worth <[email protected]> | 2016-04-14 10:54:38 +1000 |
---|---|---|
committer | Timothy Arceri <[email protected]> | 2016-09-27 11:11:15 +1000 |
commit | 017081a3e50d2907045fdd0a4811bb83a025ba07 (patch) | |
tree | 7ca1fefbac40c45111d483de76ea9348cbc0db02 /src/mesa/drivers/dri/i965/brw_vs.h | |
parent | f61669f9976750c4ecc751d54a4937a3ff179270 (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_vs.h')
-rw-r--r-- | src/mesa/drivers/dri/i965/brw_vs.h | 4 |
1 files changed, 4 insertions, 0 deletions
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" */ |