diff options
author | Jason Ekstrand <[email protected]> | 2015-12-04 18:33:51 -0800 |
---|---|---|
committer | Jason Ekstrand <[email protected]> | 2015-12-07 21:51:23 -0800 |
commit | abb569ca18db159ae3e4c4b51d01e5a8b3215e04 (patch) | |
tree | 7b996a10161abec66600587d3b231f9e2d5f0d62 /src/mesa/drivers/dri/i965/brw_state.h | |
parent | 05bdc21f84edc200a0b0a695b79d12f25cc00645 (diff) |
i965/state: Get rid of dword_pitch arguments to buffer functions
Cc: "11.0" <[email protected]>
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 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_state.h b/src/mesa/drivers/dri/i965/brw_state.h index 74f513a9f02..28bea0dbfd0 100644 --- a/src/mesa/drivers/dri/i965/brw_state.h +++ b/src/mesa/drivers/dri/i965/brw_state.h @@ -361,8 +361,7 @@ brw_upload_pull_constants(struct brw_context *brw, GLbitfield64 brw_new_constbuf, const struct gl_program *prog, struct brw_stage_state *stage_state, - const struct brw_stage_prog_data *prog_data, - bool dword_pitch); + const struct brw_stage_prog_data *prog_data); /* gen7_vs_state.c */ void |