aboutsummaryrefslogtreecommitdiff
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-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
2023-02-05Insert bitcast for assignment of fragment integer outputs on GLSL (#4369)gdkchan
2023-02-01Implement Account LoadOpenContext (#4359)gdkchan
2023-01-31nuget: bump SharpZipLib from 1.4.1 to 1.4.2 (#4353)dependabot[bot]
2023-01-29Initial Apple Hypervisor based CPU emulation (#4332)gdkchan
2023-01-27converts the templates into forms (#4068)Piplup
2023-01-26Relax Vulkan requirements (#4282)gdkchan
2023-01-24Vulkan: Reset queries on same command buffer (#4329)riperiperi
2023-01-23Remove use of GetFunctionPointerForDelegate to get JIT cache function pointer...gdkchan
2023-01-23SPIR-V: Change BitfieldExtract and BitfieldInsert for SPIRV-Cross (#4336)gdkchan
2023-01-22GUI: Add option to register file types (#4250)TSRBerry
2023-01-22Handle parsing of corrupt Config.json and prevent crash on launch (#4309)gnisman
2023-01-22Arm64: Simplify TryEncodeBitMask and use for constants (#4328)merry
2023-01-22AvaloniaKeyboardDriver: Swallow TextInput events to avoid bell (#4320)merry
2023-01-22Allow setting texture data from 1x to fix some textures resetting randomly (#...riperiperi
2023-01-22Ava UI: Various Fixes (#4326)Ac_K
2023-01-22Remove use of reflection on GAL multithreading (#4287)gdkchan
2023-01-21nuget: bump Microsoft.CodeAnalysis.Analyzers from 3.3.3 to 3.3.4 (#4310)dependabot[bot]
2023-01-21Use volatile read/writes for GAL threading (#4327)riperiperi
2023-01-21Implement CSET and CSETP shader instructions (#4318)gdkchan
2023-01-21nuget: bump System.IdentityModel.Tokens.Jwt from 6.25.1 to 6.26.0 (#4322)dependabot[bot]
2023-01-21Ava UI: Add Notifications and Cleanup (#4275)Ac_K
2023-01-21Ava UI: Fix `string.Format` issues in Locale (#4305)Ac_K
2023-01-21Catch Profile.json parse to prevent crash on launch (#3393)Phi