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
/
Ryujinx.Graphics.Gpu
/
Image
/
TextureGroup.cs
Age
Commit message (
Expand
)
Author
2023-03-19
Remove MultiRange Min/MaxAddress and rename GetSlice to Slice (#4566)
gdkchan
2023-03-14
GPU: Fast path for adding one texture view to a group (#4528)
riperiperi
2023-03-14
Update range for remapped sparse textures instead of recreating them (#4442)
riperiperi
2023-02-16
Clear CPU side data on GPU buffer clears (#4125)
gdkchan
2023-02-12
Fix partial updates for textures. (#4401)
riperiperi
2023-02-08
Limit texture cache based on total texture size (#4350)
gdkchan
2023-01-17
Implement support for page sizes > 4KB (#4252)
gdkchan
2023-01-14
Fix texture flush from CPU WaitSync regression on OpenGL (#4289)
gdkchan
2023-01-13
Fix texture modified on CPU from GPU thread after being modified on GPU not b...
gdkchan
2023-01-11
Remove textures from cache on unmap if not mapped and modified (#4211)
gdkchan
2022-12-05
Make structs readonly when applicable (#4002)
Andrey Sukharev
2022-10-08
GPU: Pass SpanOrArray for Texture SetData to avoid copy (#3745)
riperiperi
2022-04-29
Fix various issues with texture sync (#3302)
riperiperi
2022-02-22
Allow textures to have their data partially mapped (#2629)
gdkchan
2022-01-09
Texture Sync, incompatible overlap handling, data flush improvements. (#2971)
riperiperi
2021-09-29
Force copy when auto-deleting a texture with dependencies (#2687)
riperiperi
2021-08-20
Remove pool cache entries for incompatible overlapping textures (#2568)
riperiperi
2021-08-20
Fix GetHandleInformation for mipmapped 3d textures (#2569)
riperiperi
2021-06-29
Initial support for separate GPU address spaces (#2394)
gdkchan
2021-05-24
POWER - Performance Optimizations With Extensive Ramifications (#2286)
riperiperi
2021-03-19
Improve linear texture compatibility rules (#2099)
riperiperi
2021-03-06
Improve handling for unmapped GPU resources (#2083)
riperiperi
2021-03-02
Texture Cache: "Texture Groups" and "Texture Dependencies" (#2001)
riperiperi