aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Graphics.Gpu/Engine/Threed
AgeCommit message (Expand)Author
2023-04-05Use index fragment shader output when dual source blend is enabled (#4404)gdkchan
2023-03-24Batch inline index buffer update (#4587)gdkchan
2023-03-12GPU: Scale counter results before addition (#4471)riperiperi
2023-02-23Account for multisample when calculating render target size hint (#4467)gdkchan
2023-02-19Add support for advanced blend (part 1/2) (#2801)gdkchan
2023-02-08Handle mismatching texture size with copy dependencies (#4364)gdkchan
2023-01-13Vulkan: Add workarounds for MoltenVK (#4202)riperiperi
2022-12-29Vulkan: Don't flush commands when creating most sync (#4087)riperiperi
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-12Use method overloads that support trimming. Mark some types to be trimming fr...Andrey Sukharev
2022-12-09Fix HasUnalignedStorageBuffers value when buffers are always unaligned (#4078)gdkchan
2022-12-05Make structs readonly when applicable (#4002)Andrey Sukharev
2022-12-04GPU: Use lazy checks for specialization state (#4004)riperiperi
2022-12-04GPU: Swap bindings array instead of copying (#4003)riperiperi
2022-11-30Ensure that vertex attribute buffer index is valid on GPU (#3942)gdkchan
2022-11-24GPU: Don't trigger uploads for redundant buffer updates (#3828)riperiperi
2022-11-21Do not update shader state for DrawTextures (#3876)gdkchan
2022-11-17GPU: Eliminate CB0 accesses when storage buffer accesses are resolved (#3847)riperiperi
2022-11-16Implement HLE macro for DrawElementsIndirect (#3748)gdkchan
2022-09-11Scale SamplesPassed counter by RT scale on report (#3680)riperiperi
2022-08-20Use RGBA16 vertex format if RGB16 is not supported on Vulkan (#3552)gdkchan
2022-08-18Removed unused usings. (#3593)Nicholas Rodine
2022-08-11Fix blend with RGBX color formats (#3553)gdkchan
2022-08-11Rename ToSpan to AsSpan (#3556)gdkchan
2022-08-04Implement HLE macros for render target clears (#3528)gdkchan
2022-07-31Vulkan backend (#2518)gdkchan
2022-07-05Add support for alpha to coverage dithering (#3069)gdkchan
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-10Fix instanced indexed inline draw index count (#3389)gdkchan
2022-06-05Fix instanced indexed inline draws (#3383)gdkchan
2022-06-02Fix 3D semaphore counter type 0 handling (#3380)Billy Laws
2022-05-12Implement Viewport Transform Disable (#3328)riperiperi
2022-05-01Restrict cases where vertex buffer size from index buffer type is used (#3304)gdkchan
2022-04-10New shader cache implementation (#3194)gdkchan
2022-04-08Calculate vertex buffer size from index buffer type (#3253)gdkchan
2022-04-04Implement primitive restart draw arrays properly on OpenGL (#3256)gdkchan
2022-04-04Do not force scissor on clear if scissor is disabled (#3258)gdkchan
2022-01-31Fix bug that could cause depth buffer to be missing after clear (#3067)gdkchan
2022-01-27Add timestamp to 16-byte/4-word semaphore releases. (#3049)riperiperi
2022-01-16Scale scissor used for clears (#3002)gdkchan
2022-01-11Fix render target clear when sizes mismatch (#2994)gdkchan
2022-01-09Texture Sync, incompatible overlap handling, data flush improvements. (#2971)riperiperi
2021-12-28Flip scissor box when the YNegate bit is set (#2941)gdkchan
2021-12-19Fix for texture pool not being updated when it should + buffer texture relate...gdkchan
2021-11-21Better depth range detection (#2754)gdkchan
2021-11-13Limit Custom Anisotropic Filtering to mipmapped textures with many levels (#2...riperiperi
2021-11-10Implement DrawTexture functionality (#2747)gdkchan