aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2023-01-20Ava UI: Add Control+Cmd+F HotKey for Mac OS (#4317)gnisman
2023-01-20Audio: Implement PCM24 output (#4321)merry
2023-01-20Ava UI: Fixes and cleanup Updater (#4269)Ac_K
2023-01-19Vulkan: Destroy old swapchain on swapchain recreation (#3889)Fliperworld
2023-01-19Vulkan: Explicitly enable precise occlusion queries (#4292)riperiperi
2023-01-19NativeSignalHandler: Fix write flag (#4306)merry
2023-01-18Optimize string memory usage. Use Spans and StringBuilders where possible (#3...Andrey Sukharev
2023-01-18HOS: Load RomFs by pid (#4301)Ac_K
2023-01-17Fix NRE when disposing AddressSpace with 4KB pages support (#4307)TSRBerry
2023-01-17ConfigurationState: Default to Vulkan on macOS (#4299)merry
2023-01-17Implement support for page sizes > 4KB (#4252)gdkchan
2023-01-17Ava UI: Readd some infos to the GameList (#4302)Ac_K
2023-01-17Add short duration texture cache (#3754)riperiperi
2023-01-16Ava: Fix Linux Vulkan renderer regression (#4303)TSRBerry
2023-01-16UI: Fixes GTK sorting regression of #4294Ac_K
2023-01-16Ava UI: `Renderer` refactoring (#4297)Ac_K
2023-01-16UI: Fix applications times (#4294)Ac_K
2023-01-15Specify image view usage flags on Vulkan (#4283)gdkchan
2023-01-15Implement missing service calls in `pm` (#4210)Isaac Marovitz
2023-01-15Ava UI: `TitleUpdateWindow` Refactor (#4276)Isaac Marovitz
2023-01-15Audren: Implement polyphase upsampler (#4256)merry
2023-01-15Ava UI: Fixes "Hide Cursor on Idle" for Windows (#4266)Ac_K
2023-01-14Change GetPageSize to use Environment.SystemPageSize (#4291)gnisman
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-13Update Program.csAc_K