Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-10-13 | Merge pull request #11766 from liamwhite/open-sesame | liamwhite | |
k_page_table: add missing page group open when locking memory | |||
2023-10-13 | Merge pull request #11649 from t895/driver-manager | liamwhite | |
android: Driver manager | |||
2023-10-12 | Merge pull request #11746 from liamwhite/relr | liamwhite | |
jit: add support for relr-type relocations | |||
2023-10-12 | Merge pull request #11763 from liamwhite/lto-noinline | liamwhite | |
kernel: mark TLS accessors as noinline for non-MSVC LTO | |||
2023-10-12 | android: Add GPU driver management fragment | Charles Lombardo | |
Implements a GPU driver manager that saves all drivers to the user data directory and asynchronously installs drivers when they're needed. | |||
2023-10-12 | k_page_table: add missing page group open when locking memory | Liam | |
2023-10-12 | service: caps: Remove ambiguous call | Narr the Reg | |
2023-10-12 | Merge pull request #11753 from german77/timex2 | liamwhite | |
service: caps: Fix GetAlbumFileList3AaeAruid and GetAlbumFileList0AafeAruidDeprecated | |||
2023-10-12 | Merge pull request #11751 from Kelebek1/transition_msaa_image | liamwhite | |
Transition MSAA images to general layout without uploading data | |||
2023-10-12 | kernel: mark TLS accessors as noinline for non-MSVC LTO | Liam | |
2023-10-11 | service: caps: Fix GetAlbumFileList3AaeAruid and ↵ | Narr the Reg | |
GetAlbumFileList0AafeAruidDeprecated | |||
2023-10-11 | Transition MSAA images to general layout without uploading data | Kelebek1 | |
2023-10-11 | Merge pull request #11740 from german77/shorcuts | liamwhite | |
yuzu: Save multiple resolutions per icon | |||
2023-10-11 | Merge pull request #11744 from Kelebek1/no_res_no_rescaled | liamwhite | |
Do not set rescaled flag when rescaling is disabled | |||
2023-10-11 | jit: add support for relr-type relocations | Liam | |
2023-10-11 | Merge pull request #11734 from Kelebek1/device_local_buffer_alloc | liamwhite | |
Do not allocate DeviceLocal buffers as mapped | |||
2023-10-11 | Merge pull request #11735 from Kelebek1/clear_command_buffer_post_dsp | liamwhite | |
Clear DSP buffer after each execution | |||
2023-10-11 | Merge pull request #11683 from Kelebek1/do_not_sync_on_written_buffer | liamwhite | |
Do not double sync written buffers, move mark written to binding | |||
2023-10-11 | Merge pull request #11144 from flodavid/master | liamwhite | |
Enable controller interaction in Controller Applet | |||
2023-10-11 | Merge pull request #11743 from Squall-Leonhart/IFREMOVED | Fernando S | |
Fix mistaken usage of info.block instead of level_info.block | |||
2023-10-11 | Do not set rescaled flag when rescaling is disabled | Kelebek1 | |
2023-10-11 | Fix mistaken usage of info.block instead of level_info.block | Squall-Leonhart | |
Fixed an error on my part, in the last change I had mistakenly passed unadjusted block info into FullUploadSwizzles and UnswizzleImage Revert (my mistaken changing of) the construction of SwizzleParameters in UnswizzleImage and FullUploadSwizzles to use level_info.block instead of info.block. This ensures that the block information used in the swizzling process is correctly adjusted for each mip level. | |||
2023-10-10 | yuzu: Save multiple resolutions per icon | Narr the Reg | |
2023-10-10 | Clear DSP buffer after each execution | Kelebek1 | |
2023-10-10 | Merge pull request #11534 from Squall-Leonhart/IFREMOVED | liamwhite | |
Partial revert of #10433 (Texture Cache Util: Fix block depth adjustment on slices) | |||
2023-10-10 | Not not allocate DeviceLocal buffers as mapped | Kelebek1 | |
2023-10-10 | Merge pull request #11718 from liamwhite/arm64-native-clock | Fernando S | |
common: add arm64 native clock | |||
2023-10-10 | Merge pull request #11650 from german77/lle_album | Fernando S | |
service: am: Add support for LLE Album Applet | |||
2023-10-10 | Merge pull request #11686 from liamwhite/trmem | Fernando S | |
kernel: implement transfer memory | |||
2023-10-08 | Merge pull request #11716 from Squall-Leonhart/Z327444 | liamwhite | |
add Z32, FLOAT, UINT, UINT, UINT, LINEAR to format lookup table | |||
2023-10-08 | Merge pull request #11705 from FearlessTobi/windows-sc | liamwhite | |
yuzu: Add desktop shortcut support for Windows (continuation of #11344) | |||
2023-10-08 | Merge pull request #10519 from mdmrk/master | liamwhite | |
yuzu-qt: Track play time | |||
2023-10-08 | common: add arm64 native clock | Liam | |
2023-10-09 | add Z32, FLOAT, UINT, UINT, UINT, LINEAR to format lookup table | Squall Leonhart | |
Should fix and close #11711 | |||
2023-10-07 | service: caps: Implement album manager and reorganize service | Narr the Reg | |
2023-10-07 | service: Stub multiple functions to increase stability of album applet | Narr the Reg | |
2023-10-07 | yuzu: Add desktop shortcut support for Windows | FearlessTobi | |
Allows creating desktop shortcuts with icons for yuzu games. Co-Authored-By: Jeroen van Schijndel <13182141+roenyroeny@users.noreply.github.com> | |||
2023-10-07 | Merge pull request #11656 from liamwhite/recreate-surface-automatically | liamwhite | |
vk_present_manager: recreate surface on any surface loss | |||
2023-10-07 | Merge pull request #11677 from Squall-Leonhart/D32FTOABGR8 | liamwhite | |
Implements D32_Float to A8B8G8R8_UNORM format copy | |||
2023-10-07 | Merge pull request #11630 from Kelebek1/clear_stencil_requires_depth_test | liamwhite | |
Enable depth test on depthstencil clear path | |||
2023-10-07 | Merge pull request #11639 from liamwhite/no-program-id-change | liamwhite | |
loader: don't reassign program ID on npdm reparse | |||
2023-10-07 | Merge pull request #11648 from liamwhite/unicode-nonsense | liamwhite | |
gdbserver: use numeric character references for unicode | |||
2023-10-07 | Merge pull request #11544 from Kelebek1/reduce_stream_buffer_renderdoc | liamwhite | |
Allow GPUs without rebar to open multiple RenderDoc captures | |||
2023-10-07 | Merge pull request #11669 from german77/settings2 | liamwhite | |
yuzu: Fix custom rtc and mute audio settings | |||
2023-10-07 | Merge pull request #11688 from Kelebek1/x8d42 | liamwhite | |
Implement X8_D24 pixel format | |||
2023-10-07 | Merge pull request #11684 from Kelebek1/disable_push_descriptor_maxwell | liamwhite | |
Disable push descriptor for Pascal and older nVidia architectures | |||
2023-10-07 | update shader to confirmed format copy | Squall Leonhart | |
2023-10-06 | Allow GPUs without rebar to open multiple RenderDoc captures | Kelebek1 | |
2023-10-06 | Implement X8_D24 format | Kelebek1 | |
2023-10-04 | kernel: implement transfer memory | Liam | |