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