mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-04-15 08:58:58 +02:00
Fermi2D: Rework blit engine and add a software blitter.
This commit is contained in:
parent
1cc95c4d53
commit
f4291e4576
12 changed files with 1431 additions and 18 deletions
|
|
@ -542,8 +542,7 @@ bool RasterizerVulkan::AccelerateSurfaceCopy(const Tegra::Engines::Fermi2D::Surf
|
|||
const Tegra::Engines::Fermi2D::Surface& dst,
|
||||
const Tegra::Engines::Fermi2D::Config& copy_config) {
|
||||
std::scoped_lock lock{texture_cache.mutex};
|
||||
texture_cache.BlitImage(dst, src, copy_config);
|
||||
return true;
|
||||
return texture_cache.BlitImage(dst, src, copy_config);
|
||||
}
|
||||
|
||||
Tegra::Engines::AccelerateDMAInterface& RasterizerVulkan::AccessAccelerateDMA() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue