aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Graphics.Gpu
AgeCommit message (Expand)Author
2023-02-21Mark texture as modified and sync on I2M fast path (#4449)gdkchan
2023-02-19Add support for advanced blend (part 1/2) (#2801)gdkchan
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-02-05Insert bitcast for assignment of fragment integer outputs on GLSL (#4369)gdkchan
2023-01-23SPIR-V: Change BitfieldExtract and BitfieldInsert for SPIRV-Cross (#4336)gdkchan
2023-01-22Allow setting texture data from 1x to fix some textures resetting randomly (#...riperiperi
2023-01-21Implement CSET and CSETP shader instructions (#4318)gdkchan
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-14Fix NRE when MemoryUnmappedHandler is called for a destroyed channel (#4285)gdkchan
2023-01-13Fix texture modified on CPU from GPU thread after being modified on GPU not b...gdkchan
2023-01-13Vulkan: Add workarounds for MoltenVK (#4202)riperiperi
2023-01-11Remove textures from cache on unmap if not mapped and modified (#4211)gdkchan
2022-12-29Use vector outputs for texture operations (#3939)gdkchan
2022-12-29Vulkan: Don't flush commands when creating most sync (#4087)riperiperi
2022-12-26GPU: Add fallback when 16-bit formats are not supported (#4108)riperiperi
2022-12-26Added Generic Math to BitUtils (#3929)Hunter
2022-12-21Implement a software ETC2 texture decoder (#4121)gdkchan
2022-12-21GPU: Force rebind when pool changes (#4129)gdkchan
2022-12-21Fix DrawArrays vertex buffer size (#4141)gdkchan
2022-12-16Implement another non-indexed draw method on GPU (#4123)gdkchan
2022-12-16GPU: Fix layered attachment write (#4131)riperiperi
2022-12-15Fix NRE when loading Vulkan shader cache with Vertex A shaders (#4124)gdkchan
2022-12-14Remove Half Conversion (#4106)Isaac Marovitz
2022-12-12Use method overloads that support trimming. Mark some types to be trimming fr...Andrey Sukharev
2022-12-10Fix Redundant Qualifer Warnings (#4091)Isaac Marovitz
2022-12-09Fix HasUnalignedStorageBuffers value when buffers are always unaligned (#4078)gdkchan
2022-12-08Fix shader FSWZADD instruction (#4069)gdkchan
2022-12-08Shader: Implement PrimitiveID (#4067)gdkchan
2022-12-06Shader: Add fallback for LDG from "ube" buffer ranges. (#4027)riperiperi
2022-12-06Fix storage buffer access when match fails (#4037)gdkchan
2022-12-06Fix shaders with global memory access from unknown locations (#4029)gdkchan
2022-12-05Restrict shader storage buffer search when match fails (#4011)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: Use lazy checks for specialization state (#4004)riperiperi
2022-12-04GPU: Swap bindings array instead of copying (#4003)riperiperi
2022-12-01GPU: Track buffer migrations and flush source on incomplete copy (#3952)riperiperi
2022-11-30Remove shader dependency on SPV_KHR_shader_ballot and SPV_KHR_subgroup_vote e...gdkchan
2022-11-30Ensure that vertex attribute buffer index is valid on GPU (#3942)gdkchan
2022-11-25Fix CB0 alignment with addresses used for 8/16-bit LDG/STG (#3897)riperiperi
2022-11-24GPU: Don't trigger uploads for redundant buffer updates (#3828)riperiperi
2022-11-24GAL: Send all buffer assignments at once rather than individually (#3881)riperiperi
2022-11-24GPU: Access non-prefetch command buffers directly (#3882)riperiperi