aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2024-02-23IPC code gen improvements (#6352)jhorv
2024-02-22Migrate Audio service to new IPC (#6285)gdkchan
2024-02-22OpenGL: Mask out all color outputs with no fragment shader (#6341)riperiperi
2024-02-22Ensure service init runs after Horizon constructor (#6342)gdkchan
2024-02-22Implement virtual buffer dependencies (#6190)gdkchan
2024-02-22Vulkan: Properly reset barrier batch when splitting due to mismatching flags ...riperiperi
2024-02-21Vulkan: Disable push descriptors on older NVIDIA GPUs (#6340)riperiperi
2024-02-21Vulkan: Fix barrier batching past limit (#6339)riperiperi
2024-02-19Avalonia UI: Update English tooltips (#6305)MetrosexualGarbodor
2024-02-19Avalonia: Fix gamescope once and for all (#6301)Mary Guillemard
2024-02-17LightningJit: Add a limit on the number of instructions per function for Arm6...gdkchan
2024-02-17hid: Stub SetTouchScreenResolution (#6322)Exhigh
2024-02-17Vulkan: Improve texture barrier usage, timing and batching (#6240)riperiperi
2024-02-16Vulkan: Use push descriptors for uniform bindings when possible (#6154)riperiperi
2024-02-15Implement X8Z24 texture format (#6315)gdkchan
2024-02-15Fix PermissionLocked check on UnmapProcessCodeMemory (#6314)gdkchan
2024-02-15Remove Vulkan SubgroupSizeControl enablement code (#6317)gdkchan
2024-02-15Stub VSMS related ioctls (#6313)gdkchan
2024-02-15Updaters: Fix ARM Linux Updater (#6316)Isaac Marovitz
2024-02-12Handle exceptions when checking user data directory for symlink (#6304)jcm
2024-02-11macOS: Stop storing user data in Documents for some users; fix symlinks (#6241)jcm
2024-02-11Old buttons (#6237)Isaac Marovitz
2024-02-11Infra: Capitalisation Consistency (#6296)Isaac Marovitz
2024-02-11Standardize logging locations across desktop platforms (#6238)jcm
2024-02-11Remove ReflectionBinding in Mod Manager (#6280)Isaac Marovitz
2024-02-11Update Avalonia About Window like requested in PR #6267 (#6278)sunshineinabox
2024-02-11Fix mip offset/size for full 3D texture upload on Vulkan (#6294)gdkchan
2024-02-10Add missing RID exclusions for linux-arm64 (#6298)Mary Guillemard
2024-02-10ci: Enable Linux ARM64 on build and release (#6291)Mary Guillemard
2024-02-10Set PointSize in shader on OpenGL (#6292)Mary Guillemard
2024-02-10Make IOpenGLContext.HasContext context dependent (#6290)Mary Guillemard
2024-02-10Load custom SDL mappings from application data folder (#6295)jcm
2024-02-10Force CPU copy for non-identity DMA remap (#6293)gdkchan
2024-02-08Revert "Bump Ava (#6271)"Mary Guillemard
2024-02-08Remove SDC (#6275)Isaac Marovitz
2024-02-08LightningJit: Reduce stack usage for Arm32 code (#6245)gdkchan
2024-02-08Remove Vic Reference to Host1x (#6277)Isaac Marovitz
2024-02-08Implement BGR10A2 render target format (#6273)gdkchan
2024-02-08Bump Ava (#6271)Isaac Marovitz
2024-02-08Replace Flex Panels in favor of Wrap Panels for Avalonia (#6267)sunshineinabox
2024-02-08Clamp vertex buffer size to mapped size if too high (#6272)gdkchan
2024-02-06Redact usernames from logs (#6255)SamusAranX
2024-02-06AccountService: Cache token data (#6260)riperiperi
2024-02-06Resolve an issue where changes to the main window's positioning could cause t...sharmander
2024-02-04Revert change to skip flush when range size is 0 (#6254)gdkchan
2024-02-04Fix depth compare value for TLD4S shader instruction with offset (#6253)gdkchan
2024-02-04Remove component operand for texture gather with depth compare (#6247)gdkchan
2024-02-03Limit remote closed session removal to SM service (#6248)gdkchan
2024-02-02Ensure SM service won't listen to closed sessions (#6246)gdkchan
2024-01-31Vulkan: Add Render Pass / Framebuffer Cache (#6182)riperiperi