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