summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/TextureCacheBase.cpp
diff options
context:
space:
mode:
authorJosJuice <josjuice@gmail.com>2023-11-05 09:21:58 +0100
committerJosJuice <josjuice@gmail.com>2023-11-05 09:21:58 +0100
commitf9dd13a3092d414836dd99119dbf70952655d22a (patch)
tree8d4781e104f4cfaad46c101e107086e5c75d7c02 /Source/Core/VideoCommon/TextureCacheBase.cpp
parent1b7bd32ac1daa90a0f9f6dfdd6c7289845a3cbad (diff)
JitArm64: Preserve dirty flag when materializing immediate
Before dbf5dca, the dirty flag had no meaning for an immediate value, so we made sure to always set the dirty flag when switching a register from Immediate to Register. But after dbf5dca, that is no longer the case. If an immediate is marked as not dirty, we can keep the register marked as not dirty after materializing the value. This way we skip having to write it back to ppcState later.
Diffstat (limited to 'Source/Core/VideoCommon/TextureCacheBase.cpp')
0 files changed, 0 insertions, 0 deletions