summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-05-25Merge pull request #10221 from Kelebek1/partial_dsp_revertbunnei
Add a 5ms tiemout to the DSP processing wait
2023-05-25Merge pull request #10396 from german77/amiibo_writebunnei
input_common: Implement amiibo writing
2023-05-25Merge pull request #10454 from 521337/fix-u-optionliamwhite
Don't exit when using "-u" option in yuzu-cmd
2023-05-25Merge pull request #10452 from liamwhite/ibgcFernando S
video_core: don't garbage collect during configuration
2023-05-25Don't exit when using "-u" option in yuzu-cmdAriel Cabello
2023-05-25Merge pull request #10450 from 521337/add-u-optionliamwhite
Add short "-u" option for yuzu_cmd.
2023-05-25video_core: don't garbage collect during configurationLiam
2023-05-25Add short "-u" option for yuzu_cmd.Ariel Cabello
The -u short option was documented but not implemented in yuzu_cmd. The same long option --user worked before.
2023-05-24Merge pull request #10415 from german77/amiibo-no-keybunnei
service: nfc: Remove encryption key requirement
2023-05-24Merge pull request #10435 from FernandoS27/gotta-clean-mess-upsbunnei
Texture cache: revert wrong acceleration assumption
2023-05-24Merge pull request #10433 from FernandoS27/theres-a-lime-coming-aroundbunnei
Texture Cache Util: Fix block depth adjustment on slices.
2023-05-24Texture cache: revert wrong acceleration assumptionFernando Sahmkow
2023-05-24Texture Cache Util: Fix block depth adjustment on slices.Fernando Sahmkow
2023-05-24Merge pull request #10422 from liamwhite/gcFernando S
video_core: tune garbage collection aggressiveness
2023-05-24Merge pull request #10417 from liamwhite/check-stateFernando S
k_memory_block_manager: remove auditing calls
2023-05-24Merge pull request #10398 from liamwhite/bcnFernando S
video_core: add ASTC recompression
2023-05-23video_core: tune garbage collection aggressivenessLiam
2023-05-23textures: add BC1 and BC3 compressors and recompression settingLiam
2023-05-23Merge pull request #10388 from GPUCode/fence-waitliamwhite
vk_master_semaphore: Move fence wait on separate thread
2023-05-23Merge pull request #10402 from liamwhite/uhliamwhite
renderer_vulkan: barrier attachment feedback loops
2023-05-23Merge pull request #10411 from scorpion81/gc-steamdeck-fix-attemptliamwhite
Limit device access memory for integrated devices to 4 GB
2023-05-23k_memory_block_manager: remove auditing callsLiam
2023-05-22service: nfc: Remove encryption key requirementNarr the Reg
2023-05-22renderer_vulkan: barrier attachment feedback loopsLiam
2023-05-22Merge pull request #10386 from german77/highNarr the Reg
input_common: Map motion with relative values not absolute ones
2023-05-22Limit the device access memory to 4 GBscorpion81
Hardly limiting the device access memory to 4 GB for integrated vulkan devices here. This works for the Steam Deck in order not to go above 4 GB VRAM usage any more (above this value the likelihood to crash when the RAM exceeds 12 GB as well raises). But there will be perhaps a detection mechanism necessary for detecting the real memory limit for integrated vulkan devices. Those likely might have small limits anyway, but what about integrated GPUs on machines with > 16 GB RAM, aka larger amounts ?
2023-05-21input_common: Implement amiibo writtingNarr the Reg
2023-05-21Merge pull request #10392 from danilaml/update-cubeb-againliamwhite
externals: update cubeb (again)
2023-05-21externals: update cubebDanila Malyutin
2023-05-20vk_master_semaphore: Move fence wait on separate threadGPUCode
2023-05-19input_common: Map motion with relative values not absolute onesgerman77
2023-05-18Merge pull request #10344 from german77/pro-amiibobunnei
input_common: Fix pro controller amiibo support
2023-05-19externals: update cubeb (#10362)Danila Malyutin
2023-05-18Merge pull request #10377 from liamwhite/constexprMai
renderer_vulkan: remove wrong constexpr
2023-05-18renderer_vulkan: remove wrong constexprLiam
2023-05-18Smooth out the DSP callback by adding a 5ms wait time limitKelebek1
2023-05-18Merge pull request #10365 from lat9nq/anv_push_descriptorMatías Locatti
vulkan_device: Disable VK_KHR_push_descriptor on ANV
2023-05-17vulkan_device: Disable VK_KHR_push_descriptor on ANVlat9nq
Mesa commit ff91c5ca42bc80aa411cb3fd8f550aa6fdd16bdc breaks VK_KHR_push_descriptor usage on ANV drivers 22.3.0, so disable it and allow games to boot.
2023-05-17Merge pull request #10262 from liamwhite/depth-clampbunnei
vulkan_common: disable depth clamp dynamic state for older radv
2023-05-16input_common: Fix pro controller amiibo supportNarr the Reg
2023-05-16Merge pull request #10217 from Kelebek1/clear_valueliamwhite
Use the rendertarget format of the correct RT rather than the first valid
2023-05-16Merge pull request #10107 from grimkor/allow-fully-customised-hotkeysliamwhite
Allow fully customised controller hotkeys
2023-05-15Merge pull request #10181 from lat9nq/intel-compute-toggleliamwhite
configure_graphics: Add option to enable compute pipelines for Intel proprietary
2023-05-15Merge pull request #10234 from Kelebek1/clouds_depthliamwhite
Fix Tears of the Kingdom flickering clouds and depths geometry.
2023-05-15Merge pull request #10249 from FernandoS27/sorry-i-am-lateliamwhite
Buffer Cache: Clear sync code.
2023-05-15Merge pull request #10254 from danilaml/fix-h264-decodeliamwhite
Fix missing pic_order_present_flag in h264 header
2023-05-15Merge pull request #10265 from german77/amiibo-lagliamwhite
input_common: Make amiibo scanning less demanding
2023-05-15Merge pull request #10294 from german77/vibration_spanliamwhite
service: hid: Use span instead of vector reference
2023-05-14service: hid: Use span instead of vector referencegerman77
2023-05-15Buffer Cache: Clear sync code.Fernando Sahmkow