Charles Lombardo
bacfefe92c
android: Update ndk to 26.1.10909125
The new ndk uses LLVM 17.0.2 so we can remove the LLVM download and libc++ options for the android builds
2 years ago
Charles Lombardo
75d58610c0
android: Update AGP to 8.1.2
2 years ago
liamwhite
6486ef8c30
Merge pull request #11746 from liamwhite/relr
jit: add support for relr-type relocations
2 years ago
liamwhite
f5f2d810d4
Merge pull request #11763 from liamwhite/lto-noinline
kernel: mark TLS accessors as noinline for non-MSVC LTO
2 years ago
liamwhite
6eb15d05d0
Merge pull request #11765 from german77/cap_mac
service: caps: Remove ambiguous call
2 years ago
Narr the Reg
02ed3990dd
service: caps: Remove ambiguous call
2 years ago
liamwhite
2c539a1465
Merge pull request #11753 from german77/timex2
service: caps: Fix GetAlbumFileList3AaeAruid and GetAlbumFileList0AafeAruidDeprecated
2 years ago
liamwhite
38f60c74eb
Merge pull request #11751 from Kelebek1/transition_msaa_image
Transition MSAA images to general layout without uploading data
2 years ago
Liam
66472af2d0
kernel: mark TLS accessors as noinline for non-MSVC LTO
2 years ago
Narr the Reg
9c1da21f29
service: caps: Fix GetAlbumFileList3AaeAruid and GetAlbumFileList0AafeAruidDeprecated
2 years ago
liamwhite
38339cad19
Merge pull request #11752 from lat9nq/msvc-tz-2022g
externals/nx_tzdb: Update download version to 2022g
2 years ago
lat9nq
25708d51c9
externals/nx_tzdb: Update download version to 2022g
Mainly for MSVC, changes the time zone database version to latest.
2 years ago
Kelebek1
5fa3d987ad
Transition MSAA images to general layout without uploading data
2 years ago
liamwhite
deed71e5df
Merge pull request #11720 from lat9nq/dbg-syms
ci/linux: Upload separated debug symbols
2 years ago
liamwhite
dea3b4db33
Merge pull request #11740 from german77/shorcuts
yuzu: Save multiple resolutions per icon
2 years ago
liamwhite
43de99b6e2
Merge pull request #11744 from Kelebek1/no_res_no_rescaled
Do not set rescaled flag when rescaling is disabled
2 years ago
liamwhite
b628d177f8
Merge pull request #11750 from lat9nq/2022g
externals/tzdb_to_nx: Update to 221202
2 years ago
lat9nq
59cc4e43e6
externals/tzdb_to_nx: Update to 221202
This updates us to an eggert/tz commit downstream of 2022g that compiles. This
seems to be the revision Nintendo is using for 17.0.0, if the data checksums
are anything to go off of.
2 years ago
Liam
b1f2242a7a
jit: add support for relr-type relocations
2 years ago
liamwhite
5c567dbc68
Merge pull request #11734 from Kelebek1/device_local_buffer_alloc
Do not allocate DeviceLocal buffers as mapped
2 years ago
liamwhite
b9863a09ef
Merge pull request #11735 from Kelebek1/clear_command_buffer_post_dsp
Clear DSP buffer after each execution
2 years ago
liamwhite
99958bb1d0
Merge pull request #11683 from Kelebek1/do_not_sync_on_written_buffer
Do not double sync written buffers, move mark written to binding
2 years ago
liamwhite
478dae134f
Merge pull request #11144 from flodavid/master
Enable controller interaction in Controller Applet
2 years ago
Fernando S
0cc1d8135f
Merge pull request #11743 from Squall-Leonhart/IFREMOVED
Fix mistaken usage of info.block instead of level_info.block
2 years ago
Kelebek1
31c39fffc2
Do not set rescaled flag when rescaling is disabled
2 years ago
Squall-Leonhart
ce3e98cf48
Fix mistaken usage of info.block instead of level_info.block
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.
2 years ago
Narr the Reg
04688d35fb
yuzu: Save multiple resolutions per icon
2 years ago
toast2903
db88cf76d1
ci/linux: Fix find parameter order
Co-authored-by: liamwhite <liamwhite@users.noreply.github.com>
2 years ago
Kelebek1
02e6f4115f
Clear DSP buffer after each execution
2 years ago
liamwhite
22e805e43f
Merge pull request #11534 from Squall-Leonhart/IFREMOVED
Partial revert of #10433 (Texture Cache Util: Fix block depth adjustment on slices)
2 years ago
lat9nq
92794d70e5
ci/linux: Upload separated debug symbols
Creates a new archive with a debug suffix that contains the debug symbols from
compiling yuzu for mainline. The yuzu executable also gets a GNU debug link to the symbols file.
ci/linux: Compile with debug symbols and upload separately
Currently only uploads for yuzu but yuzu-cmd or other future executables can be
added to the for-loop's parameters.
2 years ago
Kelebek1
2fe13a4d53
Not not allocate DeviceLocal buffers as mapped
2 years ago
Fernando S
08876f51c0
Merge pull request #11718 from liamwhite/arm64-native-clock
common: add arm64 native clock
2 years ago
Fernando S
20bd1d928a
Merge pull request #11650 from german77/lle_album
service: am: Add support for LLE Album Applet
2 years ago
Fernando S
e1c7cc839b
Merge pull request #11686 from liamwhite/trmem
kernel: implement transfer memory
2 years ago
liamwhite
808a87c5f6
Merge pull request #11716 from Squall-Leonhart/Z327444
add Z32, FLOAT, UINT, UINT, UINT, LINEAR to format lookup table
2 years ago
liamwhite
2c7e606aa4
Merge pull request #11705 from FearlessTobi/windows-sc
yuzu: Add desktop shortcut support for Windows (continuation of #11344 )
2 years ago
liamwhite
90d65919b5
Merge pull request #10519 from mdmrk/master
yuzu-qt: Track play time
2 years ago
Liam
28e25c454f
common: add arm64 native clock
2 years ago
Squall Leonhart
ca3126e68d
add Z32, FLOAT, UINT, UINT, UINT, LINEAR to format lookup table
Should fix and close #11711
2 years ago
Narr the Reg
ab5db1da9f
service: caps: Implement album manager and reorganize service
2 years ago
Narr the Reg
acddebe3e1
externals: stb: Split library into cpp file
2 years ago
Narr the Reg
a4a54b3dfc
service: Stub multiple functions to increase stability of album applet
2 years ago
FearlessTobi
bcc50c707c
yuzu: Add desktop shortcut support for Windows
Allows creating desktop shortcuts with icons for yuzu games.
Co-Authored-By: Jeroen van Schijndel <13182141+roenyroeny@users.noreply.github.com>
2 years ago
liamwhite
cfb7500e29
Merge pull request #11656 from liamwhite/recreate-surface-automatically
vk_present_manager: recreate surface on any surface loss
2 years ago
liamwhite
55c251a65e
Merge pull request #11677 from Squall-Leonhart/D32FTOABGR8
Implements D32_Float to A8B8G8R8_UNORM format copy
2 years ago
liamwhite
ce6e0114ba
Merge pull request #11630 from Kelebek1/clear_stencil_requires_depth_test
Enable depth test on depthstencil clear path
2 years ago
liamwhite
a365fea8fb
Merge pull request #11639 from liamwhite/no-program-id-change
loader: don't reassign program ID on npdm reparse
2 years ago
liamwhite
5634106d53
Merge pull request #11648 from liamwhite/unicode-nonsense
gdbserver: use numeric character references for unicode
2 years ago
liamwhite
b932f304ad
Merge pull request #11544 from Kelebek1/reduce_stream_buffer_renderdoc
Allow GPUs without rebar to open multiple RenderDoc captures
2 years ago