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 (
Collapse
)
Author
2020-05-27
Support separate textures and samplers (#1216)
gdkchan
* Support separate textures and samplers * Add missing bindless flag, fix SNORM format on buffer textures * Add missing separation * Add comments about the new handles
2020-04-25
Implement texture buffers (#1152)
gdkchan
* Implement texture buffers * Throw NotSupportedException where appropriate
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