summaryrefslogtreecommitdiffstats
path: root/src/glsl/nir/nir.h
diff options
context:
space:
mode:
authorJason Ekstrand <[email protected]>2015-11-11 10:46:09 -0800
committerJason Ekstrand <[email protected]>2015-11-23 11:02:15 -0800
commit1417f6a216b46dbbaa1bfe0cef97e2b4a48224c0 (patch)
tree76081a43c4f35425327a259c8b3159e304bb1836 /src/glsl/nir/nir.h
parentce767bbdfff7c2a7829b652c111a11eb9ddba026 (diff)
nir/lower_tex: Report progress
Reviewed-by: Kenneth Graunke <[email protected]> Reviewed-by: Iago Toral Quiroga <[email protected]>
Diffstat (limited to 'src/glsl/nir/nir.h')
-rw-r--r--src/glsl/nir/nir.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/glsl/nir/nir.h b/src/glsl/nir/nir.h
index b4be145e5ec..28c85459021 100644
--- a/src/glsl/nir/nir.h
+++ b/src/glsl/nir/nir.h
@@ -1994,7 +1994,7 @@ typedef struct nir_lower_tex_options {
unsigned saturate_r;
} nir_lower_tex_options;
-void nir_lower_tex(nir_shader *shader,
+bool nir_lower_tex(nir_shader *shader,
const nir_lower_tex_options *options);
void nir_lower_idiv(nir_shader *shader);