diff options
Diffstat (limited to 'src/gallium/auxiliary/tgsi/tgsi_lowering.h')
-rw-r--r-- | src/gallium/auxiliary/tgsi/tgsi_lowering.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/tgsi/tgsi_lowering.h b/src/gallium/auxiliary/tgsi/tgsi_lowering.h index a96d85dd155..20e4f843a92 100644 --- a/src/gallium/auxiliary/tgsi/tgsi_lowering.h +++ b/src/gallium/auxiliary/tgsi/tgsi_lowering.h @@ -70,6 +70,7 @@ struct tgsi_lowering_config unsigned lower_DP2A:1; unsigned lower_FLR:1; unsigned lower_CEIL:1; + unsigned lower_TRUNC:1; /* bitmask of (1 << TGSI_TEXTURE_type): */ unsigned lower_TXP; |