aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-03-01Update LibHac to 0.18.0 (#4414)Steveice10
2023-02-28Sockets: Properly convert error codes on MacOS (#4491)riperiperi
2023-02-27Add Support for Post Processing Effects (#3616)Emmanuel Hansen
2023-02-26Vulkan: Support list topology primitive restart (#4483)gdkchan
2023-02-25Logging: Redirect StdErr into logging system (#4427)merry
2023-02-25misc: Add missing DefineConstants definition in Ryujinx.CommonMary
2023-02-25macos: Add updater support (#4464)Mary
2023-02-25chore: Update OpenTK to 4.7.7 (#4478)Mary
2023-02-25Move gl_Layer to vertex shader if geometry is not supported (#4368)gdkchan
2023-02-25Perform bounds checking before list indexer to avoid frequent exceptions (#4438)jhorv
2023-02-23Account for multisample when calculating render target size hint (#4467)gdkchan
2023-02-22Fix Title Update Manager not selecting right update (#4452)Isaac Marovitz
2023-02-22nuget: bump Microsoft.NET.Test.Sdk from 17.4.1 to 17.5.0 (#4458)dependabot[bot]
2023-02-22nuget: bump UnicornEngine.Unicorn (#4459)dependabot[bot]
2023-02-22Ava: Fix Updater crashing on Linux (#4457)TSRBerry
2023-02-21Add copy dependency for some incompatible texture formats (#4380)gdkchan
2023-02-21misc: changes base application directory behaviour (#4460)Mary
2023-02-21Move Ryujinx Folder from ~/.config to ~/Library/Application Support on macOS ...Andrew Glaze
2023-02-21Use SIMD acceleration for audio upsampler (#4410)Logan Stromberg
2023-02-21Memory: Faster Split for NonOverlappingRangeList (#4451)riperiperi
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-18nuget: bump System.IdentityModel.Tokens.Jwt from 6.26.1 to 6.27.0 (#4441)dependabot[bot]
2023-02-16Clear CPU side data on GPU buffer clears (#4125)gdkchan
2023-02-16Validate dimensions before creating texture (#4430)gdkchan
2023-02-15GUI: Small Updater refactor & Set correct permissions on Linux when extractin...TSRBerry
2023-02-15vulkan: Respect VK_KHR_portability_subset vertex stride alignment (#4419)Mary
2023-02-15vulkan: Clean up MemoryAllocator (#4418)Mary
2023-02-14Infra: Issues template cleanup (#4421)Ac_K
2023-02-13vulkan: Enforce Vulkan 1.2+ at instance API level and 1.1+ at device level (#...Mary
2023-02-13vulkan: Do not call vkCmdSetViewport when viewportCount is 0 (#4406)Mary
2023-02-12Fix partial updates for textures. (#4401)riperiperi
2023-02-10Treat NpadIdType < 0 as invalid. Filter invalid SupportedPlayers inside IHidS...Logan Stromberg
2023-02-10Allow partially mapped textures with unmapped start (#4394)gdkchan
2023-02-09Fix SPIR-V when all inputs/outputs are indexed (#4389)gdkchan
2023-02-09`ObjectiveC` Helper Class (#4286)Isaac Marovitz
2023-02-09Log shader compile errors with Warning level (#2617)riperiperi
2023-02-09Replace unicorn bindings with Nuget package (#4378)TSRBerry
2023-02-09Vulkan: Flush command buffers for queries less aggressively (#4387)riperiperi
2023-02-09bug_report.yml hotfixAc_K
2023-02-09Misc: Update issues form (#4383)Ac_K
2023-02-08nuget: bump System.IdentityModel.Tokens.Jwt from 6.26.0 to 6.26.1 (#4384)dependabot[bot]
2023-02-08Replace BitConverter.ToString(bytes).Replace("-", "") with Convert.ToHexStrin...Berkan Diler
2023-02-08Fix some Vulkan validation errors (#4357)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-08Add ChangeVSyncMode() call to Avalonia render loop (#4379)TSRBerry
2023-02-07Support safe blit on non-2D textures (#4374)gdkchan
2023-02-07Accelerate NVDEC VIC surface read/write and colorspace conversion with Arm64 ...gdkchan
2023-02-06Implement safe depth-stencil blit using stencil export extension (#4356)gdkchan