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
/
TextureBindingsManager.cs
Age
Commit message (
Expand
)
Author
2021-10-17
Extend bindless elimination to work with masked and shifted handles (#2727)
gdkchan
2021-10-04
Relax sampler pool requirement (#2703)
gdkchan
2021-09-28
Share scales array for graphics and compute (#2653)
gdkchan
2021-09-19
Set texture/image bindings in place rather than allocating and passing an arr...
riperiperi
2021-08-27
Only reupload the texture scale array if it changes. (#2595)
riperiperi
2021-07-14
Do not require texture and sampler pools being initialized (#2476)
gdkchan
2021-07-11
Separate GPU engines (part 2/2) (#2440)
gdkchan
2021-07-07
Separate GPU engines and make state follow official docs (part 1/2) (#2422)
gdkchan
2021-06-29
Initial support for separate GPU address spaces (#2394)
gdkchan
2021-06-24
Initial support for GPU channels (#2372)
gdkchan
2021-06-20
Fix separate bindless sampler at offset 0 (#2360)
gdkchan
2021-06-09
GAL: Fix sampler leaks on exit (#2353)
Mary
2021-06-09
Support bindless textures with separate constant buffers for texture and samp...
gdkchan
2021-05-31
Do not attempt to normalize SNORM image buffers on shaders (#2317)
gdkchan
2021-05-19
Pass CbufSlot when getting info from the texture descriptor (#2291)
riperiperi
2021-03-08
Improve Buffer Textures and flush Image Stores (#2088)
riperiperi
2021-01-17
Support for resources on non-contiguous GPU memory regions (#1905)
gdkchan
2020-12-03
Extract texture Target from Info for quick access (#1774)
riperiperi
2020-11-09
Simplify logic for bindless texture handling (#1667)
gdkchan
2020-11-08
Use explicit buffer and texture bindings on shaders (#1666)
gdkchan
2020-11-02
Support res scale on images, correctly blacklist for SUST, move logic out of ...
riperiperi
2020-11-01
Remove unused texture and sampler pool invalidation code (#1648)
gdkchan
2020-10-21
Add missing null check on image binding (#1632)
gdkchan
2020-10-20
Fix image binding format (#1625)
gdkchan
2020-10-20
Ensure storage is set for Buffer Textures when binding an Image. (#1627)
riperiperi
2020-07-07
Implement Zero-Configuration Resolution Scaling (#1365)
riperiperi
2020-05-27
Support separate textures and samplers (#1216)
gdkchan
2020-04-25
Implement texture buffers (#1152)
gdkchan
2020-01-13
Add a GetSpan method to the memory manager and use it on GPU (#877)
gdkchan
2020-01-09
Address PR feedback
gdkchan
2020-01-09
Add XML documentation to Ryujinx.Graphics.Gpu.Image
gdkchan
2020-01-09
Some code cleanup
gdkchan
2020-01-09
Reimplement limited bindless textures support
gdkchan
2020-01-09
Support texture rectangle targets (non-normalized coords)
gdkchan
2020-01-09
Fix wrong maximum id on sampler pool in some cases
gdkchan
2020-01-09
Initial support for the guest OpenGL driver (NVIDIA and Nouveau)
gdkchan
2020-01-09
Share texture pool cache between graphics and compute
gdk
2020-01-09
Initial support for image stores, support texture sample on compute
gdk