diff options
author | Jason Ekstrand <[email protected]> | 2015-06-19 15:40:09 -0700 |
---|---|---|
committer | Jason Ekstrand <[email protected]> | 2015-06-23 15:34:59 -0700 |
commit | 1b0f6ffa15b25e8601d60fe1ea74e893f7d33cf5 (patch) | |
tree | 14d8c8d4ce25c1cb204517540fdd0c2399b7f253 /src/mesa/drivers/dri/i965/brw_vs.h | |
parent | c7893dc3c590b86787d8118e3920debaea3f16da (diff) |
i965: Pull calls to get_shader_time_index out of the visitor
Reviewed-by: Kenneth Graunke <[email protected]>
Reviewed-by: Chris Forbes <[email protected]>
Diffstat (limited to 'src/mesa/drivers/dri/i965/brw_vs.h')
-rw-r--r-- | src/mesa/drivers/dri/i965/brw_vs.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_vs.h b/src/mesa/drivers/dri/i965/brw_vs.h index 6157ae6ffa9..6f84179c694 100644 --- a/src/mesa/drivers/dri/i965/brw_vs.h +++ b/src/mesa/drivers/dri/i965/brw_vs.h @@ -94,7 +94,8 @@ public: struct brw_vs_compile *vs_compile, struct brw_vs_prog_data *vs_prog_data, struct gl_shader_program *prog, - void *mem_ctx); + void *mem_ctx, + int shader_time_index); protected: virtual dst_reg *make_reg_for_system_value(ir_variable *ir); |