diff options
author | Kenneth Graunke <[email protected]> | 2012-11-19 14:59:14 -0800 |
---|---|---|
committer | Kenneth Graunke <[email protected]> | 2012-11-26 19:52:33 -0800 |
commit | 47a6a7b51b774091f46aed264b3591fd36c8baed (patch) | |
tree | 29338d8e01b05ef516d21d5b570d4cdf13f1012a /src/mesa/drivers/dri/i965/brw_wm.h | |
parent | 2429c9d347fe1c6e98a248c1039041f6a59fd749 (diff) |
i965/fs: Move brw_wm_lookup_iz() to fs_visitor::setup_payload_gen4().
This necessitates compiling brw_wm_iz.c as C++.
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 | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_wm.h b/src/mesa/drivers/dri/i965/brw_wm.h index 7b5f44ffb61..b8d8df3e012 100644 --- a/src/mesa/drivers/dri/i965/brw_wm.h +++ b/src/mesa/drivers/dri/i965/brw_wm.h @@ -97,9 +97,6 @@ struct brw_wm_compile { GLuint dispatch_width; }; -void brw_wm_lookup_iz(struct intel_context *intel, - struct brw_wm_compile *c); - bool brw_wm_fs_emit(struct brw_context *brw, struct brw_wm_compile *c, struct gl_shader_program *prog); |