diff options
| author | 2019-05-07 17:30:36 -0400 | |
|---|---|---|
| committer | 2019-06-20 21:36:12 -0300 | |
| commit | d86f9cd70910d4b96ec301e7d532b11d18a290a4 (patch) | |
| tree | b284db029f1532f5135a243b027b53cc27f30b94 /src/video_core/rasterizer_interface.h | |
| parent | Corrections to Structural Matching (diff) | |
| download | yuzu-d86f9cd70910d4b96ec301e7d532b11d18a290a4.tar.gz yuzu-d86f9cd70910d4b96ec301e7d532b11d18a290a4.tar.xz yuzu-d86f9cd70910d4b96ec301e7d532b11d18a290a4.zip | |
Change texture_cache chaching from GPUAddr to CacheAddr
This also reverses the changes to make invalidation and flushing through
the GPU address.
Diffstat (limited to 'src/video_core/rasterizer_interface.h')
| -rw-r--r-- | src/video_core/rasterizer_interface.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/video_core/rasterizer_interface.h b/src/video_core/rasterizer_interface.h index d5505ef9c..3c18d3b1f 100644 --- a/src/video_core/rasterizer_interface.h +++ b/src/video_core/rasterizer_interface.h | |||
| @@ -49,10 +49,6 @@ public: | |||
| 49 | /// and invalidated | 49 | /// and invalidated |
| 50 | virtual void FlushAndInvalidateRegion(CacheAddr addr, u64 size) = 0; | 50 | virtual void FlushAndInvalidateRegion(CacheAddr addr, u64 size) = 0; |
| 51 | 51 | ||
| 52 | /// Notify rasterizer that any caches of the specified region should be flushed to Switch memory | ||
| 53 | /// and invalidated | ||
| 54 | virtual void FlushAndInvalidateRegionEx(GPUVAddr gpu_addr, CacheAddr addr, u64 size) = 0; | ||
| 55 | |||
| 56 | /// Attempt to use a faster method to perform a surface copy | 52 | /// Attempt to use a faster method to perform a surface copy |
| 57 | virtual bool AccelerateSurfaceCopy(const Tegra::Engines::Fermi2D::Regs::Surface& src, | 53 | virtual bool AccelerateSurfaceCopy(const Tegra::Engines::Fermi2D::Regs::Surface& src, |
| 58 | const Tegra::Engines::Fermi2D::Regs::Surface& dst, | 54 | const Tegra::Engines::Fermi2D::Regs::Surface& dst, |