index
:
Ryujinx
master
A backup of the Ryujinx master git branch.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
Ryujinx.Graphics.Gpu
/
Image
/
TextureCache.cs
Age
Commit message (
Expand
)
Author
2024-09-01
Fix incorrect depth texture 3D flag (#7262)
gdkchan
2024-05-14
Add missing lock on texture cache UpdateMapping method (#6657)
gdkchan
2024-01-22
Fix missing data for new copy dependency textures with mismatching size (#6161)
gdkchan
2023-10-31
Implement copy dependency for depth and color textures (#4365)
gdkchan
2023-10-30
Skip some invalid texture flushes (#5755)
gdkchan
2023-09-26
GPU: Don't create tracking handles for buffer textures (#5727)
riperiperi
2023-09-25
GPU: Discard data when getting texture before full clear (#5719)
riperiperi
2023-07-02
[Ryujinx.Graphics.Gpu] Address dotnet-format issues (#5367)
TSRBerry
2023-05-11
GPU: Remove swizzle undefined matching and rework depth aliasing (#4896)
riperiperi
2023-05-03
Fix some invalid blits involving depth textures (#4723)
gdkchan
2023-05-01
GPU: Keep rendered textures without any pool references alive (#4662)
riperiperi
2023-05-01
GPU: Fix errors handling texture remapping (#4745)
riperiperi
2023-04-27
Move solution and projects to src
TSR Berry