diff options
author | Jason Ekstrand <[email protected]> | 2015-09-29 18:06:49 -0700 |
---|---|---|
committer | Jason Ekstrand <[email protected]> | 2015-09-30 08:35:32 -0700 |
commit | 3948ac19a40663bd00deb84518ac747daa5f401f (patch) | |
tree | f96bfbe002dc9052ed97d6ebef703f38572cbf5e /src/mesa/drivers/dri/i965/brw_wm.h | |
parent | bfdc76c133bb9e91049824b7480f862f142e4195 (diff) |
i965: Get rid of prog_data compare functions
They are no longer used.
Reviewed-by: Kenneth Graunke <[email protected]>
Diffstat (limited to 'src/mesa/drivers/dri/i965/brw_wm.h')
-rw-r--r-- | src/mesa/drivers/dri/i965/brw_wm.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_wm.h b/src/mesa/drivers/dri/i965/brw_wm.h index 0a8a97b2f5e..77b83b0a3f8 100644 --- a/src/mesa/drivers/dri/i965/brw_wm.h +++ b/src/mesa/drivers/dri/i965/brw_wm.h @@ -85,7 +85,6 @@ bool brw_codegen_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); void brw_upload_wm_prog(struct brw_context *brw); |