summaryrefslogtreecommitdiffstats
path: root/src/mesa
diff options
context:
space:
mode:
authorKenneth Graunke <[email protected]>2016-11-18 00:28:44 -0800
committerKenneth Graunke <[email protected]>2016-11-18 00:29:11 -0800
commit14af96007f42acd7f8dd8569b1a5cee1d47c08a8 (patch)
tree34119339cb65a4a3eeb5dfe23c6eb083f0f85106 /src/mesa
parentec4e71f75e9b8a1c427994efa32a61593e3172f9 (diff)
i965: Delete fs_visitor::nir_setup_single_output_varying prototype.
I deleted this function in 59864e8e02057cc6fa0448a8af067a3cf53389da. Signed-off-by: Kenneth Graunke <[email protected]>
Diffstat (limited to 'src/mesa')
-rw-r--r--src/mesa/drivers/dri/i965/brw_fs.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_fs.h b/src/mesa/drivers/dri/i965/brw_fs.h
index da011744c09..002cee817cd 100644
--- a/src/mesa/drivers/dri/i965/brw_fs.h
+++ b/src/mesa/drivers/dri/i965/brw_fs.h
@@ -190,8 +190,6 @@ public:
bool opt_zero_samples();
void emit_nir_code();
- void nir_setup_single_output_varying(fs_reg *reg, const glsl_type *type,
- unsigned *location);
void nir_setup_outputs();
void nir_setup_uniforms();
void nir_emit_system_values();