X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=src%2Fgallium%2Fauxiliary%2Ftgsi%2Ftgsi_lowering.h;h=fd4c38f016e3882d338dfc74e0ba7cbf94e3381e;hb=c9af7701d1be791752fafcbe19169851bcdf1336;hp=20e4f843a9240be2f57c1183238883374e565bcd;hpb=65460cf4c87b9b0c423db80fbd31fd44fbfde7ce;p=mesa.git diff --git a/src/gallium/auxiliary/tgsi/tgsi_lowering.h b/src/gallium/auxiliary/tgsi/tgsi_lowering.h index 20e4f843a92..fd4c38f016e 100644 --- a/src/gallium/auxiliary/tgsi/tgsi_lowering.h +++ b/src/gallium/auxiliary/tgsi/tgsi_lowering.h @@ -55,8 +55,6 @@ struct tgsi_lowering_config * enable lowering of TGSI_OPCODE_ */ unsigned lower_DST:1; - unsigned lower_XPD:1; - unsigned lower_SCS:1; unsigned lower_LRP:1; unsigned lower_FRC:1; unsigned lower_POW:1; @@ -65,9 +63,7 @@ struct tgsi_lowering_config unsigned lower_LOG:1; unsigned lower_DP4:1; unsigned lower_DP3:1; - unsigned lower_DPH:1; unsigned lower_DP2:1; - unsigned lower_DP2A:1; unsigned lower_FLR:1; unsigned lower_CEIL:1; unsigned lower_TRUNC:1;