aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Graphics.Gpu/Image/TextureManager.cs
AgeCommit message (Expand)Author
2020-01-09GPU resource disposalgdkchan
2020-01-09Fix typos pointed out by LDj3SNuDgdkchan
2020-01-09Add XML documentation to Ryujinx.Graphics.Gpu.Imagegdkchan
2020-01-09Some code cleanupgdkchan
2020-01-09Support texture rectangle targets (non-normalized coords)gdkchan
2020-01-09Initial support for the guest OpenGL driver (NVIDIA and Nouveau)gdkchan
2020-01-09Optimize RangeList by not doing an allocation on every call to the Find methodsgdk
2020-01-09Improved and simplified window texture presentationgdk
2020-01-09Share texture pool cache between graphics and computegdk
2020-01-09Use a more efficient range list on the buffer managergdk
2020-01-09Support copy of slices to 3D textures, remove old 3D render target layered re...gdk
2020-01-09Add per-source type memory change tracking, simplified state change tracking,...gdk
2020-01-09Initial support for image stores, support texture sample on computegdk
2020-01-09Calculate width from stride on texture copiesgdk
2020-01-09Initial workgdk