microsoft/compiler: Support DXIL validator 1.6
authorJesse Natalie <jenatali@microsoft.com>
Sun, 17 Jul 2022 17:26:49 +0000 (10:26 -0700)
committerMarge Bot <emma+marge@anholt.net>
Sat, 23 Jul 2022 14:48:17 +0000 (14:48 +0000)
Reviewed-by: Erik Faye-Lund <erik.faye-lund@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17603>

src/microsoft/compiler/nir_to_dxil.c

index d39ded4..01c332f 100644 (file)
@@ -5793,7 +5793,7 @@ dxil_validator_can_validate_shader_model(unsigned sm_minor, unsigned val_minor)
 }
 
 static const unsigned dxil_validator_min_capable_version = DXIL_VALIDATOR_1_4;
-static const unsigned dxil_validator_max_capable_version = DXIL_VALIDATOR_1_5;
+static const unsigned dxil_validator_max_capable_version = DXIL_VALIDATOR_1_6;
 
 bool
 nir_to_dxil(struct nir_shader *s, const struct nir_to_dxil_options *opts,