summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_state.h
diff options
context:
space:
mode:
authorJason Ekstrand <[email protected]>2015-12-04 18:33:51 -0800
committerJason Ekstrand <[email protected]>2015-12-07 21:51:23 -0800
commitabb569ca18db159ae3e4c4b51d01e5a8b3215e04 (patch)
tree7b996a10161abec66600587d3b231f9e2d5f0d62 /src/mesa/drivers/dri/i965/brw_state.h
parent05bdc21f84edc200a0b0a695b79d12f25cc00645 (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.h3
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