summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2023-08-18Shader Recomnpiler: implement textuzreGrad 3D emulation constant propagationFernando Sahmkow
2023-08-18Merge pull request #11278 from Kelebek1/dma_syncliamwhite
Mark accelerated DMA destination buffers and images as GPU-modified
2023-08-18Merge pull request #11288 from liamwhite/svc-tickliamwhite
kernel: remove relative task registration
2023-08-18video_core: Fix vulkan assert errorFeng Chen
2023-08-17Merge pull request #10989 from comex/epipeliamwhite
sockets: Improve behavior when sending to closed connection
2023-08-17cmake: mark warning disable for gcc 11 (#11301)liamwhite
2023-08-15Improve behavior when sending to closed connectioncomex
- On Unix, this would previously kill the Yuzu process with SIGPIPE. Send MSG_NOSIGNAL to opt out of this. - Add support for the proper error code in this situation, EPIPE. - Windows has nonstandard behavior in this situation; translate it to the standard behavior. Kind of pointless, but isn't it nice to be correct?
2023-08-15Merge pull request #11287 from liamwhite/replaced-bytesFernando S
gdbstub: fixup replaced instruction bytes in memory reads
2023-08-14Merge pull request #11256 from FearlessTobi/revert-10075bunnei
Partially Revert "Silence nifm spam"
2023-08-14Merge pull request #11273 from t895/setup-completionbunnei
android: Setup additions
2023-08-14kernel: remove relative task registrationLiam
2023-08-14gdbstub: fixup replaced instruction bytes in memory readsLiam
2023-08-14Revert "Silence nifm spam"FearlessTobi
This reverts commit 4da4ecb1ff79798fe245a0c6c483405f998cd093.
2023-08-14Merge pull request #11271 from t895/settings-tweaksbunnei
android: Settings tweaks
2023-08-14Merge pull request #11282 from ameerj/glasm-xfbliamwhite
gl_graphics_pipeline: GLASM: Fix transform feedback with multiple buffers
2023-08-14Merge pull request #11283 from ameerj/glasm-pipeline-detectionliamwhite
gl_graphics_pipeline: Fix GLASM storage buffer detection
2023-08-14Merge pull request #11281 from liamwhite/vi-scale-modeliamwhite
nvnflinger: add missing scale mode
2023-08-14Merge pull request #11259 from german77/hidliamwhite
service: hid: Implement functions needed by QLaunch
2023-08-14Merge pull request #11263 from liamwhite/my-feature-branchliamwhite
vulkan_device: disable features associated with unloaded extensions
2023-08-13gl_graphics_pipeline: Fix GLASM storage buffer detectionAmeer J
2023-08-13gl_graphics_pipeline: GLASM: Fix transform feedback with multiple buffersAmeer J
2023-08-13nvnflinger: add missing scale modeLiam
2023-08-13Mark accelerted DMA destination buffers and images as GPU-modifiedKelebek1
2023-08-12android: Page forward on setup step completionCharles Lombardo
2023-08-12android: Adjust setup fragment layoutCharles Lombardo
Fixes padding issues in small and large layouts and allows viewpager to reach into system insets.
2023-08-12android: Show complete indicator during setupCharles Lombardo
2023-08-12android: Remove redundant option from slider dialogCharles Lombardo
You can already reset any setting by long pressing the settings item.
2023-08-12android: Reduce opacity of non-editable settingsCharles Lombardo
2023-08-12android: Use string resource for slider value/unitsCharles Lombardo
2023-08-12android: Display setting value in setting list itemsCharles Lombardo
2023-08-12android: Set switch listener before assigning new valueCharles Lombardo
Previously the switch could have its old listener triggered when recycled.
2023-08-11ssl_backend_securetransport: remove stray .Code()Liam
2023-08-11Merge pull request #11219 from zeltermann/title-id-searchliamwhite
Allow searching by a substring of the title ID
2023-08-11Merge pull request #11253 from liamwhite/i-hate-this-toolchainliamwhite
general: fix apple clang build
2023-08-11vulkan_device: disable features associated with unloaded extensionsLiam
2023-08-11service: hid: Implement functions needed by QLaunchNarr the Reg
2023-08-11Allow searching by a substring of the title IDzeltermann
2023-08-09Merge pull request #11093 from liamwhite/result-ergonomicsbunnei
core: remove ResultVal type
2023-08-09general: fix apple clang buildLiam
2023-08-08service: pctl: Partially revert 11221Narr the Reg
2023-08-08fs: return result on null outputsLiam
2023-08-08general: fix incorrect conversionsLiam
2023-08-08ssl: remove ResultVal useLiam
2023-08-08core: remove ResultVal typeLiam
2023-08-07Merge pull request #11216 from lat9nq/no-mesa-astcliamwhite
gl_device: Detect Mesa to disable their ASTC
2023-08-07Merge pull request #11217 from german77/olscliamwhite
service: olsc: Implement IOlscServiceForSystemService ITransferTaskListController interfaces for QLaunch
2023-08-07Merge pull request #11221 from german77/pctlliamwhite
service: pctl: Implement functions needed for QLaunch
2023-08-05service: audctl: Stub functions needed by Qlaunchgerman77
2023-08-05gl_device: Filter more specifically for slow ASTClat9nq
Adds a check to find if the renderer is Intel DG (i.e. DG2). gl_device: Detect Mesa to disable their ASTC In our testing, our own ASTC decoder has shown itself to perform faster than the included one from the driver. Disable theirs when Mesa is detected. Mesa detection depends on the vendor string. Some drivers never appear outside of *nix contexts, so only check those in the *nix context. gl_device: Internalize Intel DG detection
2023-08-05service: olsc: Implement IOlscServiceForSystemService ↵german77
ITransferTaskListController interfaces for QLaunch