Ryujinx/src/Ryujinx.Graphics.Gpu
riperiperi 36f10df775
GPU: Fix errors handling texture remapping (#4745)
* GPU: Fix errors handling texture remapping

- Fixes an error where a pool entry and memory mapping changing at the same time could cause a texture to rebind its data from the wrong GPU VA (data swaps)
- Fixes an error where the texture pool could act on a mapping change before the mapping has actually been changed ("Unmapped" event happens before change, we need to signal it changed _after_ it completes)

TODO: remove textures from partially mapped list... if they aren't.

* Add Remap actions for handling post-mapping behaviours

* Remove unused code.

* Address feedback

* Nit
2023-05-01 15:32:32 -03:00
..
Engine Uneven frame pacing with vsync (#4744) 2023-04-29 21:54:41 +01:00
Image GPU: Fix errors handling texture remapping (#4745) 2023-05-01 15:32:32 -03:00
Memory GPU: Fix errors handling texture remapping (#4745) 2023-05-01 15:32:32 -03:00
Shader Move solution and projects to src 2023-04-27 23:51:14 +02:00
Synchronization Move solution and projects to src 2023-04-27 23:51:14 +02:00
ClassId.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
Constants.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
GpuChannel.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
GpuContext.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
GraphicsConfig.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
Ryujinx.Graphics.Gpu.csproj Move solution and projects to src 2023-04-27 23:51:14 +02:00
Window.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00