Archived
1
0
Fork 0
forked from Mirror/Ryujinx
This repository has been archived on 2024-10-11. You can view files and clone it, but cannot push or open issues or pull requests.
jinx/src/ARMeilleure
riperiperi e63157cc33
GPU: Don't create tracking handles for buffer textures (#5727)
* GPU: Don't create tracking handles for buffer textures

Buffer texture memory is handled by the buffer cache - the texture shouldn't create any tracking handles as they aren't used. This change simply makes them create and iterate 0 tracking handles, while keeping the rest of the texture group around.

This prevents a possible issue where many buffer textures are created as views of overlapping buffer ranges, and virtual regions have many dependant textures that don't actually contribute anything to handle state.

Should improve performance in Mortal Kombat 1, possibly certain UE4 games when FIFO raises to 100%.

* Fix interval tree bug

* Don't check view compatibility for buffer textures
2023-09-26 12:37:10 -03:00
..
CodeGen Apply new naming rule to all projects except Vp9 (#5407) 2023-06-28 01:18:19 +02:00
Common [ARMeilleure] Address dotnet-format issues (#5357) 2023-06-26 07:25:06 +02:00
Decoders CPU (A64): Add Fmaxp & Fminp Scalar Inst.s, Fast & Slow Paths; with Tests. (#5502) 2023-07-30 20:57:37 -03:00
Diagnostics [ARMeilleure] Address dotnet-format issues (#5357) 2023-06-26 07:25:06 +02:00
Instructions "static readonly" constants should be "const" instead (#5560) 2023-08-13 19:07:57 -03:00
IntermediateRepresentation [ARMeilleure] Address dotnet-format issues (#5357) 2023-06-26 07:25:06 +02:00
Memory [ARMeilleure] Address dotnet-format issues (#5357) 2023-06-26 07:25:06 +02:00
Native [ARMeilleure] Address dotnet-format issues (#5357) 2023-06-26 07:25:06 +02:00
Signal Apply new naming rule to all projects except Vp9 (#5407) 2023-06-28 01:18:19 +02:00
State [ARMeilleure] Address dotnet-format issues (#5357) 2023-06-26 07:25:06 +02:00
Translation GPU: Don't create tracking handles for buffer textures (#5727) 2023-09-26 12:37:10 -03:00
Allocators.cs [ARMeilleure] Address dotnet-format issues (#5357) 2023-06-26 07:25:06 +02:00
ARMeilleure.csproj Move solution and projects to src 2023-04-27 23:51:14 +02:00
Optimizations.cs [ARMeilleure] Address dotnet-format issues (#5357) 2023-06-26 07:25:06 +02:00
Statistics.cs [ARMeilleure] Address dotnet-format issues (#5357) 2023-06-26 07:25:06 +02:00