You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if (format_features & RSX_FORMAT_FEATURE_GAMMA_CORRECTION)
2341
2368
{
2369
+
// Tests show this is applied post-readout. It's a property of the final value stored in the register and is not remapped. It overwrites even constant channels (REMAP_ZERO | REMAP_ONE)
2342
2370
gamma = tex.gamma() & ~(argb8_signed);
2343
2371
}
2344
2372
2345
2373
if (format_features & RSX_FORMAT_FEATURE_BIASED_NORMALIZATION)
2346
2374
{
2347
-
// The renormalization flag applies to all channels
2375
+
// The renormalization flag applies to all channels. It is weaker than the other flags.
0 commit comments