summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #11740 from german77/shorcutsGravatar liamwhite2023-10-111-28/+53
|\ | | | | yuzu: Save multiple resolutions per icon
| * yuzu: Save multiple resolutions per iconGravatar Narr the Reg2023-10-101-28/+53
| |
* | Merge pull request #11744 from Kelebek1/no_res_no_rescaledGravatar liamwhite2023-10-112-14/+16
|\ \ | | | | | | Do not set rescaled flag when rescaling is disabled
| * | Do not set rescaled flag when rescaling is disabledGravatar Kelebek12023-10-112-14/+16
| | |
* | | Merge pull request #11734 from Kelebek1/device_local_buffer_allocGravatar liamwhite2023-10-111-4/+4
|\ \ \ | | | | | | | | Do not allocate DeviceLocal buffers as mapped
| * | | Not not allocate DeviceLocal buffers as mappedGravatar Kelebek12023-10-101-4/+4
| |/ /
* | | Merge pull request #11735 from Kelebek1/clear_command_buffer_post_dspGravatar liamwhite2023-10-112-0/+11
|\ \ \ | | | | | | | | Clear DSP buffer after each execution
| * | | Clear DSP buffer after each executionGravatar Kelebek12023-10-102-0/+11
| |/ /
* | | Merge pull request #11683 from Kelebek1/do_not_sync_on_written_bufferGravatar liamwhite2023-10-111-22/+24
|\ \ \ | | | | | | | | Do not double sync written buffers, move mark written to binding
| * | | Mark a buffer GPU modified after the buffers are confirmed, do not double ↵Gravatar Kelebek12023-10-051-22/+24
| | | | | | | | | | | | | | | | synch them
* | | | Merge pull request #11144 from flodavid/masterGravatar liamwhite2023-10-113-7/+92
|\ \ \ \ | | | | | | | | | | Enable controller interaction in Controller Applet
| * | | | yuzu: Enable controller interaction in Controller AppletGravatar flodavid2023-07-253-7/+92
| | | | |
* | | | | Merge pull request #11743 from Squall-Leonhart/IFREMOVEDGravatar Fernando S2023-10-111-2/+2
|\ \ \ \ \ | | | | | | | | | | | | Fix mistaken usage of info.block instead of level_info.block
| * | | | | Fix mistaken usage of info.block instead of level_info.blockGravatar Squall-Leonhart2023-10-111-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | | | Merge pull request #11534 from Squall-Leonhart/IFREMOVEDGravatar liamwhite2023-10-101-21/+20
|\| | | | | | |_|_|_|/ |/| | | | Partial revert of #10433 (Texture Cache Util: Fix block depth adjustment on slices)
| * | | | Reuse part of my previous idea to to use num_levels to check within ↵Gravatar Squall-Leonhart2023-09-201-14/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | AdjustMipBlockSize The partial revert was not enough for Tsukihime, this might do the trick
| * | | | Partial revert of #10433Gravatar Squall Leonhart2023-09-181-9/+2
| | | | | | | | | | | | | | | | | | | | | | | | | The If block in this change was causing some 2D textures to be treated as if their mip 0 was a 3D Slice, this could be ascertained as the same texture viewed from different distances would render fine, but then close up would look like a decoding failure. It also resulted in some 3D ASTC textures not being scaled appropriate leading to broken graphical effects such as the jagged TOTK recall animation being a circle, as the If block was only accepting the image based on its original info without any adjustments applied.
* | | | | Merge pull request #11718 from liamwhite/arm64-native-clockGravatar Fernando S2023-10-104-1/+134
|\ \ \ \ \ | | | | | | | | | | | | common: add arm64 native clock
| * | | | | common: add arm64 native clockGravatar Liam2023-10-084-1/+134
| | | | | |
* | | | | | Merge pull request #11650 from german77/lle_albumGravatar Fernando S2023-10-1031-246/+1206
|\ \ \ \ \ \ | | | | | | | | | | | | | | service: am: Add support for LLE Album Applet
| * | | | | | service: caps: Implement album manager and reorganize serviceGravatar Narr the Reg2023-10-0720-521/+855
| | | | | | |
| * | | | | | service: Stub multiple functions to increase stability of album appletGravatar Narr the Reg2023-10-077-6/+144
| | | | | | |
| * | | | | | service: caps: Partially implement IAlbumAccessorServiceGravatar Narr the Reg2023-10-025-15/+450
| | | | | | |
| * | | | | | yuzu: Allow to launch album applet from firmwareGravatar Narr the Reg2023-10-025-0/+53
| | | | | | |
* | | | | | | Merge pull request #11686 from liamwhite/trmemGravatar Fernando S2023-10-105-17/+160
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | | kernel: implement transfer memory
| * | | | | | kernel: implement transfer memoryGravatar Liam2023-10-045-17/+160
| | | | | | |
* | | | | | | Merge pull request #11716 from Squall-Leonhart/Z327444Gravatar liamwhite2023-10-081-0/+2
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | add Z32, FLOAT, UINT, UINT, UINT, LINEAR to format lookup table
| * | | | | | | add Z32, FLOAT, UINT, UINT, UINT, LINEAR to format lookup tableGravatar Squall Leonhart2023-10-091-0/+2
| | |_|/ / / / | |/| | | | | | | | | | | | Should fix and close #11711
* | | | | | | Merge pull request #11705 from FearlessTobi/windows-scGravatar liamwhite2023-10-087-26/+157
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | yuzu: Add desktop shortcut support for Windows (continuation of #11344)
| * | | | | | | yuzu: Add desktop shortcut support for WindowsGravatar FearlessTobi2023-10-077-26/+157
| | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allows creating desktop shortcuts with icons for yuzu games. Co-Authored-By: Jeroen van Schijndel <13182141+roenyroeny@users.noreply.github.com>
* | | | | | | Merge pull request #10519 from mdmrk/masterGravatar liamwhite2023-10-0816-14/+337
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | yuzu-qt: Track play time
| * | | | | | Address review commentsGravatar Liam2023-08-2711-270/+259
| | | | | | |
| * | | | | | yuzu-qt: Track play timeGravatar Mario2023-08-2615-0/+334
| | | | | | |
* | | | | | | Merge pull request #11656 from liamwhite/recreate-surface-automaticallyGravatar liamwhite2023-10-076-52/+36
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | vk_present_manager: recreate surface on any surface loss
| * | | | | | | vk_present_manager: recreate surface on any surface lossGravatar Liam2023-10-026-52/+36
| | |/ / / / / | |/| | | | |
* | | | | | | Merge pull request #11677 from Squall-Leonhart/D32FTOABGR8Gravatar liamwhite2023-10-075-0/+31
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Implements D32_Float to A8B8G8R8_UNORM format copy
| * | | | | | | update shader to confirmed format copyGravatar Squall Leonhart2023-10-071-1/+1
| | | | | | | |
| * | | | | | | lets not convert depth to greyscale since this makes the exhaust and tire ↵Gravatar Squall-Leonhart2023-10-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | smoke light gray/white tiresmoke should be a darker gray.
| * | | | | | | Fix CI Formatting checkGravatar Squall-Leonhart2023-10-041-2/+2
| | | | | | | |
| * | | | | | | Implements D32_Float to A8B8G8R8_UNORM format copyGravatar Squall-Leonhart2023-10-045-0/+31
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | Corrects some visual issues in games such as Disney SpeedStorm
* | | | | | | Merge pull request #11630 from Kelebek1/clear_stencil_requires_depth_testGravatar liamwhite2023-10-072-2/+5
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Enable depth test on depthstencil clear path
| * | | | | | | Enable depth test on stencil clear pathGravatar Kelebek12023-09-282-2/+5
| | | | | | | |
* | | | | | | | Merge pull request #11639 from liamwhite/no-program-id-changeGravatar liamwhite2023-10-073-1/+10
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | loader: don't reassign program ID on npdm reparse
| * | | | | | | | loader: don't reassign program ID on npdm reparseGravatar Liam2023-09-303-1/+10
| | | | | | | | |
* | | | | | | | | Merge pull request #11648 from liamwhite/unicode-nonsenseGravatar liamwhite2023-10-073-2/+21
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | gdbserver: use numeric character references for unicode
| * | | | | | | | | gdbserver: use numeric character references for unicodeGravatar Liam2023-10-013-2/+21
| | | | | | | | | |
* | | | | | | | | | Merge pull request #11544 from Kelebek1/reduce_stream_buffer_renderdocGravatar liamwhite2023-10-074-14/+59
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Allow GPUs without rebar to open multiple RenderDoc captures
| * | | | | | | | | | Allow GPUs without rebar to open multiple RenderDoc capturesGravatar Kelebek12023-10-064-14/+59
| | |_|/ / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge pull request #11669 from german77/settings2Gravatar liamwhite2023-10-075-2/+11
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | yuzu: Fix custom rtc and mute audio settings
| * | | | | | | | | | core: Update clocks when settings are savedGravatar Narr the Reg2023-10-031-0/+4
| | | | | | | | | | |