summaryrefslogtreecommitdiffstats
path: root/src/compiler/nir/nir.h
diff options
context:
space:
mode:
authorMatt Turner <[email protected]>2017-03-02 11:28:14 -0800
committerMatt Turner <[email protected]>2017-03-23 14:34:44 -0700
commitb0e72defc2a0687cec8bf731c6b897ff293a26da (patch)
tree40cac25c0ec0f9b03e0888dea59c86165afe0d05 /src/compiler/nir/nir.h
parent01548f9f01644623ff7eb9778fc78f2eb90fc99a (diff)
nir: Return progress from nir_lower_samplers().
Reviewed-by: Jason Ekstrand <[email protected]>
Diffstat (limited to 'src/compiler/nir/nir.h')
-rw-r--r--src/compiler/nir/nir.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler/nir/nir.h b/src/compiler/nir/nir.h
index 703d5d2dd18..8bf517c3335 100644
--- a/src/compiler/nir/nir.h
+++ b/src/compiler/nir/nir.h
@@ -2405,7 +2405,7 @@ bool nir_lower_load_const_to_scalar(nir_shader *shader);
bool nir_lower_phis_to_scalar(nir_shader *shader);
void nir_lower_io_to_scalar(nir_shader *shader, nir_variable_mode mask);
-void nir_lower_samplers(nir_shader *shader,
+bool nir_lower_samplers(nir_shader *shader,
const struct gl_shader_program *shader_program);
bool nir_lower_system_values(nir_shader *shader);