1
0
Fork 0
mirror of https://github.com/Ryujinx/Ryujinx.git synced 2024-09-20 05:53:30 +01:00
Ryujinx/Ryujinx.Graphics.Gpu
riperiperi 1623ab524f
Improve Buffer Textures and flush Image Stores (#2088)
* Improve Buffer Textures and flush Image Stores

Fixes a number of issues with buffer textures:

- Reworked Buffer Textures to create their buffers in the TextureManager, then bind them with the BufferManager later.
  - Fixes an issue where a buffer texture's buffer could be invalidated after it is bound, but before use.
- Fixed width unpacking for large buffer textures. The width is now 32-bit rather than 16.
- Force buffer textures to be rebound whenever any buffer is created, as using the handle id wasn't reliable, and the cost of binding isn't too high.

Fixes vertex explosions and flickering animations in UE4 games.

* Set ImageStore flag... for ImageStore.

* Check the offset and size.
2021-03-08 18:43:39 -03:00
..
Engine Improve Buffer Textures and flush Image Stores (#2088) 2021-03-08 18:43:39 -03:00
Image Improve Buffer Textures and flush Image Stores (#2088) 2021-03-08 18:43:39 -03:00
Memory Improve Buffer Textures and flush Image Stores (#2088) 2021-03-08 18:43:39 -03:00
Shader Improve Buffer Textures and flush Image Stores (#2088) 2021-03-08 18:43:39 -03:00
State Implement clear buffer (fast path) (#1902) 2021-01-13 08:50:54 +11:00
Synchronization Improved Logger (#1292) 2020-08-04 01:32:53 +02:00
ClassId.cs
Constants.cs
GpuContext.cs Add progress reporting to PTC and Shader Cache (#2057) 2021-03-03 01:39:36 +01:00
GraphicsConfig.cs
MethodParams.cs
Ryujinx.Graphics.Gpu.csproj infra: Migrate to .NET 5 (#1694) 2020-11-15 19:27:15 +01:00
ShadowRamControl.cs
Window.cs Support for resources on non-contiguous GPU memory regions (#1905) 2021-01-17 19:44:34 +01:00