aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2024-07-07Disallow concurrent fence waits on Adreno (#7001)gdkchan
2024-07-07Disable descriptor set template updates for buffer textures on Adreno (#7002)gdkchan
2024-07-07Force Vulkan swapchain re-creation when window size changes (#7003)gdkchan
2024-06-26Resolve some Vulkan validation errors (#6915)sunshineinabox
2024-06-26Make sure the string is long enough before performing basic trim (#6982)TSRBerry
2024-06-25SetProcessMemoryPermission address and size are always 64-bit (#6977)Rafa
2024-06-19JIT: Coalesce copies on LSRA with simple register preferencing (#6950)gdkchan
2024-06-19JIT: Ensure entry block has no predecessors on RegisterUsage pass (#6951)gdkchan
2024-06-16fix: for pooled memory used for reference types, clear it on return to the po...jhorv
2024-06-16Extend bindless elimination to catch a few more specific cases (#6921)gdkchan
2024-06-15replace `ByteMemoryPool` use with `MemoryOwner<byte>` and `SpanOwner<byte>` (...jhorv
2024-06-02Vulkan separate descriptor set fixes (#6895)gdkchan
2024-06-02GPU: Remove unused dynamic state and pipeline settings (#6796)sunshineinabox
2024-06-02New pooled memory types (#6821)jhorv
2024-06-02Avoid inexact read with 'Stream.Read' (#6847)Marco Carvalho
2024-05-26Vulkan: Extend full bindless to cover cases with phi nodes (#6853)gdkchan
2024-05-26misc: Change disk shader cache compression algorithm to `Brotli` (RFC 7932) (...MutantAura
2024-05-26Allow texture arrays to use separate descriptor sets on Vulkan (#6870)gdkchan
2024-05-23Workaround bug on logic op with float framebuffer (#6858)Piplup
2024-05-23Workaround AMD bug on logic op with float framebuffer (#6852)gdkchan
2024-05-22Kernel: Wake cores from idle directly rather than through a host thread (#6837)riperiperi
2024-05-20Updating Concentus dependency to speed up Opus decoding (#6757)Logan Stromberg
2024-05-19GPU: Migrate buffers on GPU project, pre-emptively flush device local mapping...riperiperi
2024-05-17Fix another NullReferenceException (#6826)TSRBerry
2024-05-17Disable keyboard controller input while swkbd is open (foreground) (second at...TSRBerry
2024-05-17Update audio renderer to REV12: Add support for splitter biquad filter (#6813)gdkchan
2024-05-16Change Deflate compression level to `Fastest`. (#6812)MutantAura
2024-05-15Improves some log messages and fixes a typo (#6773)SamusAranX
2024-05-15Revert "Disable keyboard controller input while swkbd is open (foreground) (#...gdkchan
2024-05-14New Crowdin updates (#6590)Ac_K
2024-05-14Bump Avalonia.Svg (#6603)Isaac Marovitz
2024-05-14Add missing lock on texture cache UpdateMapping method (#6657)gdkchan
2024-05-14Disable keyboard controller input while swkbd is open (foreground) (#6646)TSRBerry
2024-05-14Make TextureGroup.ClearModified thread safe (#6686)gdkchan
2024-05-14Add the "Auto" theme option in setting (#6611)yell0wsuit
2024-05-14Add support for bindless textures from storage buffer on Vulkan (#6721)gdkchan
2024-05-14discordRPC: Truncate game title and details if they exceed discord byte limit...MutantAura
2024-05-14HID: Stub IHidServer: 134 (SetNpadAnalogStickUseCenterClamp) (#6664)Tsubasa0504
2024-05-14Update outdated Windows version warning (#6481)Luke Warner
2024-05-14Add linux specific files to local builds (#6762)TSRBerry
2024-05-08Replace "List.ForEach" for "foreach" (#6783)Marco Carvalho
2024-05-02Fix system dateTime loading in avalonia LoadCurrentConfiguration (#6676)Nicolas Abram
2024-05-01UI: Fix some MainWindow bugs and implement menubar items to change window siz...MutantAura
2024-04-29Fix alt key appearing as control in settings menus (#6742)Andrew Glaze
2024-04-28Fix Cursor States On Windows (#6725)Exhigh
2024-04-28Fix direct keyboard not working when using a Controller. (#6716)MaxLastBreath
2024-04-28HID: Correct direct mouse deltas (#6736)riperiperi
2024-04-22Add support for bindless textures from shader input (vertex buffer) on Vulkan...gdkchan
2024-04-21implement `MemoryManagerHostTracked.GetReadOnlySequence()` (#6695)jhorv
2024-04-21Use pooled memory and avoid memory copies (#6691)jhorv