summaryrefslogtreecommitdiff
path: root/src/compiler/nir/nir.h
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2017-03-02 11:14:36 -0800
committerMatt Turner <mattst88@gmail.com>2017-03-23 14:34:44 -0700
commit4e4927cd9552b6fa40ef526029215a3d57dd6df9 (patch)
tree7da908923dc697359e0a2119103f7b4e575a5438 /src/compiler/nir/nir.h
parent6077cc75aa6d8460c6c79380800e9a4fd1072a5f (diff)
nir: Return progress from nir_lower_clip_vs().
Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
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 f4d706a49f..8cd9d85996 100644
--- a/src/compiler/nir/nir.h
+++ b/src/compiler/nir/nir.h
@@ -2497,7 +2497,7 @@ bool nir_lower_tex(nir_shader *shader,
bool nir_lower_idiv(nir_shader *shader);
-void nir_lower_clip_vs(nir_shader *shader, unsigned ucp_enables);
+bool nir_lower_clip_vs(nir_shader *shader, unsigned ucp_enables);
void nir_lower_clip_fs(nir_shader *shader, unsigned ucp_enables);
bool nir_lower_clip_cull_distance_arrays(nir_shader *nir);