aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_wm.h
diff options
context:
space:
mode:
authorEric Anholt <[email protected]>2013-10-02 14:37:26 -0700
committerEric Anholt <[email protected]>2013-10-15 10:18:32 -0700
commitfbc088ee494bb73c85c13244b052dc7a7490f7f2 (patch)
tree8b089eda4ac4371d3b0f68eba6be995c13009243 /src/mesa/drivers/dri/i965/brw_wm.h
parentce8eadb6e8adc24f675b364e0620dbf1c9e079a8 (diff)
i965: Remove dead arguments from prog_data_compare.
Reviewed-by: Kenneth Graunke <[email protected]> Reviewed-by: Paul Berry <[email protected]>
Diffstat (limited to 'src/mesa/drivers/dri/i965/brw_wm.h')
-rw-r--r--src/mesa/drivers/dri/i965/brw_wm.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_wm.h b/src/mesa/drivers/dri/i965/brw_wm.h
index aa786def463..259a4b67573 100644
--- a/src/mesa/drivers/dri/i965/brw_wm.h
+++ b/src/mesa/drivers/dri/i965/brw_wm.h
@@ -114,8 +114,7 @@ bool do_wm_prog(struct brw_context *brw,
void brw_wm_debug_recompile(struct brw_context *brw,
struct gl_shader_program *prog,
const struct brw_wm_prog_key *key);
-bool brw_wm_prog_data_compare(const void *a, const void *b,
- int aux_size, const void *key);
+bool brw_wm_prog_data_compare(const void *a, const void *b);
void brw_wm_prog_data_free(const void *in_prog_data);
#endif