diff options
author | Kenneth Graunke <[email protected]> | 2012-11-13 19:36:18 -0800 |
---|---|---|
committer | Kenneth Graunke <[email protected]> | 2012-11-26 19:52:33 -0800 |
commit | 2429c9d347fe1c6e98a248c1039041f6a59fd749 (patch) | |
tree | 2b056a68b9edeb05353ef647bf9c8bf88fcc029d /src/mesa/drivers/dri/i965/brw_wm.h | |
parent | ce96f6db9028f8488faf778444597b1a3d26433f (diff) |
i965/fs: Move brw_wm_payload_setup() to fs_visitor::setup_payload_gen6()
Now that we only have the one backend, there's no real point in keeping
this separate. Moving it should allow some future simplifications.
Reviewed-by: Eric Anholt <[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.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_wm.h b/src/mesa/drivers/dri/i965/brw_wm.h index c017866c421..7b5f44ffb61 100644 --- a/src/mesa/drivers/dri/i965/brw_wm.h +++ b/src/mesa/drivers/dri/i965/brw_wm.h @@ -110,8 +110,6 @@ struct gl_shader_program *brw_new_shader_program(struct gl_context *ctx, GLuint bool brw_color_buffer_write_enabled(struct brw_context *brw); bool brw_render_target_supported(struct intel_context *intel, struct gl_renderbuffer *rb); -void brw_wm_payload_setup(struct brw_context *brw, - struct brw_wm_compile *c); bool do_wm_prog(struct brw_context *brw, struct gl_shader_program *prog, struct brw_fragment_program *fp, |