aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Graphics.Gpu/Image/Texture.cs
AgeCommit message (Expand)Author
2020-10-25Improve the speed of redundant ASTC texture data updates (#1636)gdkchan
2020-10-20Fix image binding format (#1625)gdkchan
2020-10-16Memory Read/Write Tracking using Region Handles (#1272)riperiperi
2020-10-02Supper 2D array ASTC compressed texture formats decoding (#1593)gdkchan
2020-09-21Make viewStorage still valid after view removal. (#1564)riperiperi
2020-09-10Texture/Buffer Memory Management Improvements (#1408)riperiperi
2020-09-01Fix regression on texture compatibility match checks (#1521)gdkchan
2020-08-31Fix: Issue #1475 Texture Compatibility Check methods need to be centralized (...sharmander
2020-08-04Improved Logger (#1292)mageven
2020-07-13Fix depth stencil formats copy by matching equivalent color formats (#1198)gdkchan
2020-07-07Implement Zero-Configuration Resolution Scaling (#1365)riperiperi
2020-05-06Refactor shader GPU state and memory access (#1203)gdkchan
2020-05-04Implement a new physical memory manager and replace DeviceMemory (#856)gdkchan
2020-04-25Fix texture level offset/size calculation when sparse tile width is > 1 (#1142)gdkchan
2020-04-25Implement texture buffers (#1152)gdkchan
2020-03-20Support partial invalidation on texture access (#1000)gdkchan
2020-02-07Only enumerate cached textures that are modified when flushing. (#918)riperiperi
2020-01-13Add a GetSpan method to the memory manager and use it on GPU (#877)gdkchan
2020-01-09Fix some spelling mistakesgdkchan
2020-01-09Address PR feedbackgdkchan
2020-01-09More code cleanupgdkchan
2020-01-09GPU resource disposalgdkchan
2020-01-09Change GPU errors to debug and reduce log messagesgdkchan
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-09Add basic error logging to the GPUgdkchan
2020-01-09ASTC optimizations (#845)Alex Barney
2020-01-09Initialize GPU physical memory accessor from KProcess, to allow homebrew that...gdkchan
2020-01-09Support 3D ASTC textures (using 2D blocks)gdkchan
2020-01-09Initial support for the guest OpenGL driver (NVIDIA and Nouveau)gdkchan
2020-01-09Improved and simplified window texture presentationgdk
2020-01-09Do not throw for invalid ASTC compressed texturesgdk
2020-01-09Support copy of slices to 3D textures, remove old 3D render target layered re...gdk
2020-01-09Add shader support for the round mode on the F2F instruction, support mipmaps...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-09Initial workgdk