aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Graphics.Gpu/Image
AgeCommit message (Expand)Author
2023-02-16Clear CPU side data on GPU buffer clears (#4125)gdkchan
2023-02-16Validate dimensions before creating texture (#4430)gdkchan
2023-02-12Fix partial updates for textures. (#4401)riperiperi
2023-02-10Allow partially mapped textures with unmapped start (#4394)gdkchan
2023-02-08Limit texture cache based on total texture size (#4350)gdkchan
2023-02-08Handle mismatching texture size with copy dependencies (#4364)gdkchan
2023-01-22Allow setting texture data from 1x to fix some textures resetting randomly (#...riperiperi
2023-01-17Implement support for page sizes > 4KB (#4252)gdkchan
2023-01-17Add short duration texture cache (#3754)riperiperi
2023-01-14Fix texture flush from CPU WaitSync regression on OpenGL (#4289)gdkchan
2023-01-13Fix texture modified on CPU from GPU thread after being modified on GPU not b...gdkchan
2023-01-11Remove textures from cache on unmap if not mapped and modified (#4211)gdkchan
2022-12-26GPU: Add fallback when 16-bit formats are not supported (#4108)riperiperi
2022-12-21Implement a software ETC2 texture decoder (#4121)gdkchan
2022-12-21GPU: Force rebind when pool changes (#4129)gdkchan
2022-12-05Make structs readonly when applicable (#4002)Andrey Sukharev
2022-12-04Allow SNorm buffer texture formats on Vulkan (#3957)gdkchan
2022-12-04GPU: Swap bindings array instead of copying (#4003)riperiperi
2022-11-10Minor improvement to Vulkan pipeline state and bindings management (#3829)gdkchan
2022-11-09infra: Migrate to .NET 7 (#3795)Mary-nyan
2022-11-02Vulkan: Implement multisample <-> non-multisample copies and depth-stencil re...gdkchan
2022-10-09Fix disposed textures being updated on TextureBindingsManager (#3750)gdkchan
2022-10-08GPU: Pass SpanOrArray for Texture SetData to avoid copy (#3745)riperiperi
2022-09-19Allow bindless textures with handles from unbound constant buffer (#3706)gdkchan
2022-09-10Rebind textures if format changes or they're buffer texturesriperiperi
2022-08-28Replace image format magic numbers with enums (#3631)mageven
2022-08-26Fast path for Inline-to-Memory texture data transfers (#3610)gdkchan
2022-08-18Removed unused usings. (#3593)Nicholas Rodine
2022-08-14Fix texture bindings using wrong sampler pool in some cases (#3583)gdkchan
2022-08-02Fix resolution scale values not being updated (#3514)gdkchan
2022-07-31Vulkan backend (#2518)gdkchan
2022-07-28Fix DMA linear texture copy fast path (#3496)gdkchan
2022-07-27Add a sampler pool cache and improve texture pool cache (#3487)gdkchan
2022-07-15Avoid scaling 2d textures that could be used as 3d (#3464)riperiperi
2022-07-02Bindless elimination for constant sampler handle (#3424)gdkchan
2022-06-25Account for pool change on texture bindings cache (#3420)gdkchan
2022-06-24Ensure texture ID is valid before getting texture descriptor (#3406)gdkchan
2022-06-17Account for res scale changes when updating bindings (#3403)riperiperi
2022-06-17Optimize Texture Binding and Shader Specialization Checks (#3399)riperiperi
2022-06-14Support Array/3D depth-stencil render target, and single layer clears (#3400)gdkchan
2022-06-05Copy dependency for multisample and non-multisample textures (#3382)gdkchan
2022-04-29Fix various issues with texture sync (#3302)riperiperi
2022-04-08Allow copy texture views to have mismatching multisample state (#3152)gdkchan
2022-03-20De-tile GOB when DMA copying from block linear to pitch kind memory regions (...gdkchan
2022-03-15Implement S8D24 texture format and tweak depth range detection (#2458)gdkchan
2022-02-22Allow textures to have their data partially mapped (#2629)gdkchan
2022-02-22Perform unscaled 2d engine copy on CPU if source texture isn't in cache. (#3112)riperiperi
2022-01-31Fix bug that could cause depth buffer to be missing after clear (#3067)gdkchan
2022-01-27Fix res scale parameters not being updated in vertex shader (#3046)riperiperi
2022-01-22Add support for BC1/2/3 decompression (for 3D textures) (#2987)gdkchan