diff options
author | Timothy Arceri <[email protected]> | 2016-11-04 16:04:01 +1100 |
---|---|---|
committer | Timothy Arceri <[email protected]> | 2017-01-06 11:21:42 +1100 |
commit | 6e3f6097c995a74d4ce52f542413b01ff819c203 (patch) | |
tree | 30652be684fd54fe88c8a81e751fcf3a02c32c58 /src/mesa/drivers/dri/i965/brw_gs.h | |
parent | 5ceedefd6c32fa31e6a35831a8a7a315e009ccc3 (diff) |
i965: stop passing gl_shader_program to the precompile and codegen functions
We no longer need it.
While we are at it we mark the vs, gs, and wm codegen functions as static.
Reviewed-by: Eric Anholt <[email protected]>
Diffstat (limited to 'src/mesa/drivers/dri/i965/brw_gs.h')
-rw-r--r-- | src/mesa/drivers/dri/i965/brw_gs.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_gs.h b/src/mesa/drivers/dri/i965/brw_gs.h index e1f8c4db0d3..537a41679df 100644 --- a/src/mesa/drivers/dri/i965/brw_gs.h +++ b/src/mesa/drivers/dri/i965/brw_gs.h @@ -41,12 +41,6 @@ void brw_gs_populate_key(struct brw_context *brw, struct brw_gs_prog_key *key); -bool -brw_codegen_gs_prog(struct brw_context *brw, - struct gl_shader_program *prog, - struct brw_program *gp, - struct brw_gs_prog_key *key); - #ifdef __cplusplus } /* extern "C" */ #endif |