aboutsummaryrefslogtreecommitdiff
path: root/src/Ryujinx.Graphics.Gpu/Image/Texture.cs
AgeCommit message (Expand)AuthorFilesLines
2023-11-15Fix missing texture flush for draw then DMA copy sequence without render targ...1.1.1087gdkchan1-6/+1
2023-11-14Work around issue apparently caused by 5909 (#5926)1.1.1082gdkchan1-5/+1
2023-11-13Do not set modified flag again if texture was not modified (#5909)1.1.1080gdkchan1-11/+7
2023-10-30Skip some invalid texture flushes (#5755)1.1.1066gdkchan1-1/+14
2023-09-25GPU: Discard data when getting texture before full clear (#5719)1.1.1024riperiperi1-0/+12
2023-07-11Move support buffer update out of the backends (#5411)1.1.959gdkchan1-3/+3
2023-07-02[Ryujinx.Graphics.Gpu] Address dotnet-format issues (#5367)1.1.951TSRBerry1-22/+14
2023-05-11GPU: Remove swizzle undefined matching and rework depth aliasing (#4896)1.1.791riperiperi1-2/+4
2023-05-03Fix some invalid blits involving depth textures (#4723)1.1.748gdkchan1-1/+1
2023-05-01GPU: Keep rendered textures without any pool references alive (#4662)1.1.742riperiperi1-1/+9
2023-05-01GPU: Pre-emptively flush textures that are flushed often (to imported memory ...1.1.741riperiperi1-1/+3
2023-05-01GPU: Fix errors handling texture remapping (#4745)1.1.740riperiperi1-2/+2
2023-04-27Move solution and projects to srcTSR Berry1-0/+1705