diff options
author | Paul Berry <[email protected]> | 2013-08-24 13:08:57 -0700 |
---|---|---|
committer | Paul Berry <[email protected]> | 2013-08-31 17:12:09 -0700 |
commit | 1b19f2c576a343aca946494cf3486395b03b3531 (patch) | |
tree | f0ee1e57bf2824c8c6170ded58ed77caf5ed5455 /src/mesa/drivers/dri/i965/brw_state.h | |
parent | 555f9cf46d2108d1f9cdb52c112e5568f2a2ee2e (diff) |
i965: generalize brw_vs_pull_constants in preparation for GS.
v2: Use GLbitfield instead of GLbitfield64 in
brw_upload_vec4_pull_constants.
Reviewed-by: Kenneth Graunke <[email protected]>
Diffstat (limited to 'src/mesa/drivers/dri/i965/brw_state.h')
-rw-r--r-- | src/mesa/drivers/dri/i965/brw_state.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_state.h b/src/mesa/drivers/dri/i965/brw_state.h index 481463991ae..695a84c473b 100644 --- a/src/mesa/drivers/dri/i965/brw_state.h +++ b/src/mesa/drivers/dri/i965/brw_state.h @@ -221,6 +221,14 @@ uint32_t get_attr_override(const struct brw_vue_map *vue_map, int urb_entry_read_offset, int fs_attr, bool two_side_color, uint32_t *max_source_attr); +/* brw_vs_surface_state.c */ +void +brw_upload_vec4_pull_constants(struct brw_context *brw, + GLbitfield brw_new_constbuf, + const struct gl_program *prog, + struct brw_stage_state *stage_state, + const struct brw_vec4_prog_data *prog_data); + #ifdef __cplusplus } #endif |