[Video] Remove grTexLodBiasValue
This commit is contained in:
parent
6b148e8ccb
commit
2737a6bec5
|
@ -719,12 +719,6 @@ void gfxTexDetailControl(GrChipID_t tmu, int lod_bias, FxU8 detail_scale, float
|
||||||
set_lambda();
|
set_lambda();
|
||||||
}
|
}
|
||||||
|
|
||||||
FX_ENTRY void FX_CALL
|
|
||||||
grTexLodBiasValue(GrChipID_t tmu, float bias)
|
|
||||||
{
|
|
||||||
WriteTrace(TraceGlitch, TraceDebug, "tmu = %d, bias: %f", tmu, bias);
|
|
||||||
}
|
|
||||||
|
|
||||||
FX_ENTRY void FX_CALL
|
FX_ENTRY void FX_CALL
|
||||||
grTexFilterMode(
|
grTexFilterMode(
|
||||||
GrChipID_t tmu,
|
GrChipID_t tmu,
|
||||||
|
|
|
@ -717,12 +717,6 @@ void gfxTexDetailControl(GrChipID_t tmu, int lod_bias, FxU8 detail_scale, float
|
||||||
set_lambda();
|
set_lambda();
|
||||||
}
|
}
|
||||||
|
|
||||||
FX_ENTRY void FX_CALL
|
|
||||||
grTexLodBiasValue(GrChipID_t tmu, float bias)
|
|
||||||
{
|
|
||||||
WriteTrace(TraceGlitch, TraceDebug, "tmu = %d, bias: %f", tmu, bias);
|
|
||||||
}
|
|
||||||
|
|
||||||
FX_ENTRY void FX_CALL
|
FX_ENTRY void FX_CALL
|
||||||
grTexFilterMode(
|
grTexFilterMode(
|
||||||
GrChipID_t tmu,
|
GrChipID_t tmu,
|
||||||
|
|
|
@ -713,7 +713,6 @@ void TexCache()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
gfxTexDetailControl(tmu_1, cmb.dc1_lodbias, cmb.dc1_detailscale, cmb.dc1_detailmax);
|
gfxTexDetailControl(tmu_1, cmb.dc1_lodbias, cmb.dc1_detailscale, cmb.dc1_detailmax);
|
||||||
grTexLodBiasValue(tmu_1, cmb.lodbias1);
|
|
||||||
}
|
}
|
||||||
if (tmu_0 < (nbTextureUnits > 2 ? 2 : 1))
|
if (tmu_0 < (nbTextureUnits > 2 ? 2 : 1))
|
||||||
{
|
{
|
||||||
|
@ -741,7 +740,6 @@ void TexCache()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
gfxTexDetailControl(tmu_0, cmb.dc0_lodbias, cmb.dc0_detailscale, cmb.dc0_detailmax);
|
gfxTexDetailControl(tmu_0, cmb.dc0_lodbias, cmb.dc0_detailscale, cmb.dc0_detailmax);
|
||||||
grTexLodBiasValue(tmu_0, cmb.lodbias0);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue