Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-10-23 | Merge pull request #11846 from german77/cheats | liamwhite | |
cheats: Clamp cheat names without failing | |||
2023-10-23 | Merge pull request #11847 from ameerj/glsl-shfl-fix | liamwhite | |
emit_glsl_warp: Fix shfl_in_bounds conditional | |||
2023-10-22 | yuzu: Fix vibration reseting to 1% | german77 | |
2023-10-22 | emit_glsl_warp: Fix shfl_in_bounds conditional | Ameer J | |
2023-10-21 | cheats: Clamp cheat names without failing | german77 | |
2023-10-21 | Merge pull request #11831 from liamwhite/hosversionbetween | liamwhite | |
set: return version info from system archive | |||
2023-10-21 | Merge pull request #11830 from liamwhite/ts-session | liamwhite | |
ts: add OpenSession | |||
2023-10-21 | Merge pull request #11828 from liamwhite/setthreadescription | liamwhite | |
common: use SetThreadDescription API for thread names | |||
2023-10-21 | Merge pull request #11789 from Kelebek1/spirv_shift_right | liamwhite | |
Manually robust on Maxwell and earlier | |||
2023-10-20 | set: return version info from system archive | Liam | |
2023-10-20 | ts: add OpenSession | Liam | |
2023-10-20 | common: use SetThreadDescription API for thread names | Liam | |
2023-10-20 | Merge pull request #11748 from liamwhite/kern_1700 | Fernando S | |
kernel: update for 17.0.0 | |||
2023-10-20 | Merge pull request #11825 from liamwhite/system-resource | Fernando S | |
kernel: fix incorrect calculation of used non system memory value | |||
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-20 | kernel: fix incorrect calculation of used non system memory value | Liam | |
2023-10-20 | gdbstub: add PermissionLocked to mappings table | Liam | |
2023-10-20 | kernel: fix format string error | Liam | |
2023-10-20 | kernel: make check fully constexpr for broken msvc constant folding | Liam | |
2023-10-20 | k_page_table: add MapFirstGroup | Liam | |
2023-10-20 | kernel: update KMemoryRegionType values | Liam | |
2023-10-20 | k_page_table: implement PermissionLocked | Liam | |
2023-10-20 | k_page_table: add new CheckMemoryState helper | Liam | |
2023-10-20 | kernel: split Io memory state, add PermissionLocked attribute | Liam | |
2023-10-20 | kernel: reshuffle ini1 size, add slab clear note | Liam | |
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-19 | Manually robust on Maxwell and earlier | Kelebek1 | |
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 | |