Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-08-18 | Shader Recomnpiler: implement textuzreGrad 3D emulation constant propagation | Fernando Sahmkow | |
2023-08-18 | Merge pull request #11278 from Kelebek1/dma_sync | liamwhite | |
Mark accelerated DMA destination buffers and images as GPU-modified | |||
2023-08-18 | Merge pull request #11288 from liamwhite/svc-tick | liamwhite | |
kernel: remove relative task registration | |||
2023-08-18 | video_core: Fix vulkan assert error | Feng Chen | |
2023-08-17 | Merge pull request #10989 from comex/epipe | liamwhite | |
sockets: Improve behavior when sending to closed connection | |||
2023-08-17 | cmake: mark warning disable for gcc 11 (#11301) | liamwhite | |
2023-08-15 | Improve behavior when sending to closed connection | comex | |
- 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-15 | Merge pull request #11287 from liamwhite/replaced-bytes | Fernando S | |
gdbstub: fixup replaced instruction bytes in memory reads | |||
2023-08-14 | Merge pull request #11256 from FearlessTobi/revert-10075 | bunnei | |
Partially Revert "Silence nifm spam" | |||
2023-08-14 | Merge pull request #11273 from t895/setup-completion | bunnei | |
android: Setup additions | |||
2023-08-14 | kernel: remove relative task registration | Liam | |
2023-08-14 | gdbstub: fixup replaced instruction bytes in memory reads | Liam | |
2023-08-14 | Revert "Silence nifm spam" | FearlessTobi | |
This reverts commit 4da4ecb1ff79798fe245a0c6c483405f998cd093. | |||
2023-08-14 | Merge pull request #11271 from t895/settings-tweaks | bunnei | |
android: Settings tweaks | |||
2023-08-14 | Merge pull request #11282 from ameerj/glasm-xfb | liamwhite | |
gl_graphics_pipeline: GLASM: Fix transform feedback with multiple buffers | |||
2023-08-14 | Merge pull request #11283 from ameerj/glasm-pipeline-detection | liamwhite | |
gl_graphics_pipeline: Fix GLASM storage buffer detection | |||
2023-08-14 | Merge pull request #11281 from liamwhite/vi-scale-mode | liamwhite | |
nvnflinger: add missing scale mode | |||
2023-08-14 | Merge pull request #11259 from german77/hid | liamwhite | |
service: hid: Implement functions needed by QLaunch | |||
2023-08-14 | Merge pull request #11263 from liamwhite/my-feature-branch | liamwhite | |
vulkan_device: disable features associated with unloaded extensions | |||
2023-08-13 | gl_graphics_pipeline: Fix GLASM storage buffer detection | Ameer J | |
2023-08-13 | gl_graphics_pipeline: GLASM: Fix transform feedback with multiple buffers | Ameer J | |
2023-08-13 | nvnflinger: add missing scale mode | Liam | |
2023-08-13 | Mark accelerted DMA destination buffers and images as GPU-modified | Kelebek1 | |
2023-08-12 | android: Page forward on setup step completion | Charles Lombardo | |
2023-08-12 | android: Adjust setup fragment layout | Charles Lombardo | |
Fixes padding issues in small and large layouts and allows viewpager to reach into system insets. | |||
2023-08-12 | android: Show complete indicator during setup | Charles Lombardo | |
2023-08-12 | android: Remove redundant option from slider dialog | Charles Lombardo | |
You can already reset any setting by long pressing the settings item. | |||
2023-08-12 | android: Reduce opacity of non-editable settings | Charles Lombardo | |
2023-08-12 | android: Use string resource for slider value/units | Charles Lombardo | |
2023-08-12 | android: Display setting value in setting list items | Charles Lombardo | |
2023-08-12 | android: Set switch listener before assigning new value | Charles Lombardo | |
Previously the switch could have its old listener triggered when recycled. | |||
2023-08-11 | ssl_backend_securetransport: remove stray .Code() | Liam | |
2023-08-11 | Merge pull request #11219 from zeltermann/title-id-search | liamwhite | |
Allow searching by a substring of the title ID | |||
2023-08-11 | Merge pull request #11253 from liamwhite/i-hate-this-toolchain | liamwhite | |
general: fix apple clang build | |||
2023-08-11 | vulkan_device: disable features associated with unloaded extensions | Liam | |
2023-08-11 | service: hid: Implement functions needed by QLaunch | Narr the Reg | |
2023-08-11 | Allow searching by a substring of the title ID | zeltermann | |
2023-08-09 | Merge pull request #11093 from liamwhite/result-ergonomics | bunnei | |
core: remove ResultVal type | |||
2023-08-09 | general: fix apple clang build | Liam | |
2023-08-08 | service: pctl: Partially revert 11221 | Narr the Reg | |
2023-08-08 | fs: return result on null outputs | Liam | |
2023-08-08 | general: fix incorrect conversions | Liam | |
2023-08-08 | ssl: remove ResultVal use | Liam | |
2023-08-08 | core: remove ResultVal type | Liam | |
2023-08-07 | Merge pull request #11216 from lat9nq/no-mesa-astc | liamwhite | |
gl_device: Detect Mesa to disable their ASTC | |||
2023-08-07 | Merge pull request #11217 from german77/olsc | liamwhite | |
service: olsc: Implement IOlscServiceForSystemService ITransferTaskListController interfaces for QLaunch | |||
2023-08-07 | Merge pull request #11221 from german77/pctl | liamwhite | |
service: pctl: Implement functions needed for QLaunch | |||
2023-08-05 | service: audctl: Stub functions needed by Qlaunch | german77 | |
2023-08-05 | gl_device: Filter more specifically for slow ASTC | lat9nq | |
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-05 | service: olsc: Implement IOlscServiceForSystemService ↵ | german77 | |
ITransferTaskListController interfaces for QLaunch |