aboutsummaryrefslogtreecommitdiffstats
path: root/src/compiler/nir/nir.h
diff options
context:
space:
mode:
authorRob Clark <[email protected]>2016-02-01 17:34:12 -0500
committerRob Clark <[email protected]>2016-05-11 12:20:11 -0400
commitb10cc245198d375b940a49b4f93a73bc75e47ce8 (patch)
tree65838b8ffa4cbd42a4307bfc4118a8822b2f1661 /src/compiler/nir/nir.h
parent3a939d034e41755b46b51fbe9071f5d31cdf1f81 (diff)
nir: passthrough-edgeflags support
Handled by tgsi_emulate for glsl->tgsi case. Signed-off-by: Rob Clark <[email protected]> Reviewed-by: Connor Abbott <[email protected]> Reviewed-by: Eric Anholt <[email protected]>
Diffstat (limited to 'src/compiler/nir/nir.h')
-rw-r--r--src/compiler/nir/nir.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/compiler/nir/nir.h b/src/compiler/nir/nir.h
index 4075a5f0fc2..51773412d20 100644
--- a/src/compiler/nir/nir.h
+++ b/src/compiler/nir/nir.h
@@ -2374,6 +2374,8 @@ void nir_lower_two_sided_color(nir_shader *shader);
void nir_lower_clamp_color_outputs(nir_shader *shader);
+void nir_lower_passthrough_edgeflags(nir_shader *shader);
+
typedef struct nir_lower_wpos_ytransform_options {
int state_tokens[5];
bool fs_coord_origin_upper_left :1;