Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-10-20 | Merge pull request #11806 from liamwhite/needs-more-locking | liamwhite | |
renderer_vulkan: add locks to avoid scheduler flushes from CPU | |||
2023-10-19 | Merge pull request #11822 from german77/no-name | liamwhite | |
service: mii: Create random mii with name | |||
2023-10-19 | service: mii: Create random mii with name | Narr the Reg | |
2023-10-18 | Merge pull request #11810 from liamwhite/clang-17 | liamwhite | |
general: fix build failure on clang 17 | |||
2023-10-18 | Merge pull request #11795 from Squall-Leonhart/D32FToOther | liamwhite | |
[Vulkan]Implement missing copy formats for D32, ARGB8_SRGB and BGRA8_Unorm/SRGB | |||
2023-10-18 | Merge pull request #11791 from german77/bufferx | liamwhite | |
service: hle: Allow to access read buffer A and X directly | |||
2023-10-17 | general: fix build failure on clang 17 | Liam | |
2023-10-17 | Merge pull request #11774 from liamwhite/refcount-issue | liamwhite | |
fsmitm_romfsbuild: avoid unnecessary copies of vfs pointers | |||
2023-10-17 | Merge pull request #11747 from Kelebek1/image_alias_sample_names | liamwhite | |
Small things | |||
2023-10-17 | Merge pull request #11349 from vonchenplus/buffer_cache_crash | liamwhite | |
video_core: Fix moltenvk crash on macos | |||
2023-10-17 | renderer_vulkan: add locks to avoid scheduler flushes from CPU | Liam | |
2023-10-17 | Merge pull request #11788 from Squall-Leonhart/IFREMOVED | Fernando S | |
[crash fix]brings back the removed if statement in util.cpp and adds the num_level test to it like previous discontinued PR | |||
2023-10-16 | service: hle: Allow to access read buffer A and X directly | german77 | |
2023-10-17 | service: acc: Implement functions needed for profile select (#11653) | Narr the Reg | |
2023-10-17 | Changes based on hardware tests | Squall-Leonhart | |
Removes unnecessary d32f to bgra shader and blit functions, update vk_texture_cache to use abgr shader for d32f to BGRA formats updates abgr to d32f shader to comply with hardware tests | |||
2023-10-17 | Make Clang happy. | Squall Leonhart | |
2023-10-17 | Added missing BuildShader line | Squall Leonhart | |
Adds `convert_abgr8_to_d32f_frag(BuildShader(device, CONVERT_ABGR8_TO_D32F_FRAG_SPV)),` | |||
2023-10-15 | Merge pull request #11786 from v1993/cuda-on-linux | liamwhite | |
host1x/codecs: enable CUDA on Linux | |||
2023-10-15 | Merge pull request #11794 from german77/linemot | liamwhite | |
input_common: udp: Avoid crash when trying to map motion before client is ready | |||
2023-10-16 | added missing trailing line. | Squall Leonhart | |
2023-10-16 | meant to add the unorms as well | Squall Leonhart | |
2023-10-16 | use texelfetch instead of texturelod | Squall-Leonhart | |
2023-10-16 | appease the format gods | Squall Leonhart | |
2023-10-16 | Another missing copy connected to Bravely Default II | Squall-Leonhart | |
adds blit_image_helper.ConvertABGR8ToD32F and fragment shader for performing ABGR and BGRA to D32F copies | |||
2023-10-15 | missed this line when editing the copypasta | Squall-Leonhart | |
2023-10-15 | moved line to appease the format gods | Squall-Leonhart | |
2023-10-15 | Implement missing formats for Bravely Default 2 | Squall-Leonhart | |
2023-10-15 | input_common: udp: Avoid crash when trying to map motion before client is ready | german77 | |
2023-10-15 | brings back the removed If statement and adds the num_level test | Squall Leonhart | |
This resolves the out of bounds read/writes in the linear swizzler, it brings back the scaled TOTK Recall bug however, pending further work in the block size calculation. Recall is not glitched in the Dynamic FPS resolution mod to the degree that it is in the native yuzu scaler, this can be a workaround for the time being. The recall effect is constructed from multiple 320x180 texture slices, it breaking may have a similar origin to https://github.com/Ryujinx/Ryujinx/pull/5640 but it may also be connected to the other deficiencies identified in the Yuzu size calculations, such as no apparent implementation of slice testing for end of slce depth as opposed to full aligned size as implemented in https://github.com/Ryujinx/Ryujinx/pull/5220 | |||
2023-10-14 | host1x/codecs: enable CUDA on Linux | Valeri | |
2023-10-14 | Merge pull request #11780 from Darkness4/master | liamwhite | |
qt: add network components when using discord | |||
2023-10-14 | Merge pull request #11779 from flodavid/improve-player-config-click | liamwhite | |
yuzu: Improve behavior when clicking on controller box in Control configuration | |||
2023-10-14 | Merge pull request #11778 from liamwhite/audren-shutdown-lock | liamwhite | |
audio: fix shutdown deadlock in audio renderer | |||
2023-10-14 | Merge pull request #11775 from Kelebek1/draw_vertex_array | liamwhite | |
Implement vertex array first and subsequent draws | |||
2023-10-14 | Merge pull request #11159 from flodavid/master_bis | liamwhite | |
Enable to use controller to close a game | |||
2023-10-14 | Implement vertex array first and subsequent draws | Kelebek1 | |
2023-10-14 | Revert "cmake: only add network component if qt used" | Nguyen Marc | |
This reverts commit a94371f67b9da4fd1f421b2088b4366e3e58a1ad. | |||
2023-10-14 | cmake: only add network component if qt used | Nguyen Marc | |
2023-10-14 | qt: add missing target_link_libraries for discordrpc | Nguyen Marc | |
2023-10-14 | qt: add network components when using discord | Nguyen Marc | |
2023-10-14 | yuzu: Improve behavior when clicking on controller box in Control Configuration | flodavid | |
When reducing the number of Connecter Controllers, keep the one clicked if it was not the last one of the list | |||
2023-10-13 | audio: fix shutdown deadlock in audio renderer | Liam | |
2023-10-13 | Merge pull request #11772 from v1993/polyfill-thread-fixes | liamwhite | |
common/polyfill_thread: use std::forward where appropriate, qualify std::move calls | |||
2023-10-13 | Merge pull request #11767 from t895/gradle-stuff | Charles Lombardo | |
android: Update dependencies | |||
2023-10-13 | Merge pull request #11773 from t895/manager-fix | Charles Lombardo | |
android: Fix incorrect assumption for driver installation validation | |||
2023-10-13 | fsmitm_romfsbuild: avoid unnecessary copies of vfs pointers | Liam | |
2023-10-13 | android: Fix incorrect assumption for driver installation validation | Charles Lombardo | |
The driver was assumed to be installed at this point before I made a refactor. Now we just check if the copy operation was successful and delete the file if it fails. | |||
2023-10-13 | android: Allow ANDROID_STL | Charles Lombardo | |
2023-10-13 | android: Remove unnecessary flag to extract native libs in AndroidManifest.xml | Charles Lombardo | |
2023-10-13 | android: Update dependencies | Charles Lombardo | |
Updates to androidx navigation, lifecycle, preference, fragment, recyclerview, and core |