summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-05-28Merge pull request #10483 from ameerj/gl-cpu-astcliamwhite
gl_texture_cache: Fix ASTC CPU decoding with compression disabled
2023-05-28Merge pull request #10280 from danilaml/cmake-bin-dirliamwhite
Use TARGET_FILE_DIR generator expression
2023-05-28Merge pull request #10283 from danilaml/support-interlaced-videosliamwhite
Add support for deinterlaced video playback
2023-05-28Merge pull request #10376 from abouvier/cmake-defaultliamwhite
cmake: apply defaults to all externals
2023-05-28Merge pull request #10463 from liamwhite/this-is-why-we-need-gliamwhite
vfs_concat: fix time complexity of read
2023-05-28Merge pull request #10464 from liamwhite/clear-cacheliamwhite
qt: add menu item to remove cache storage
2023-05-28Merge pull request #10469 from Kelebek1/bc_stateliamwhite
Move buffer bindings to per-channel state
2023-05-28Merge pull request #10471 from Kelebek1/test2liamwhite
Wait indefinitely when audio buffer queue is too big
2023-05-28gl_texture_cache: Fix ASTC CPU decoding with compression disabledameerj
gl_format was incorrectly being overwritten when compression was disabled
2023-05-28gl_staging_buffers: Optimization to reduce fence waitingameerj
2023-05-28OpenGL: Make use of persistent buffer maps in buffer cache downloadsameerj
Persistent buffer maps were already used by the texture cache, this extends their usage for the buffer cache. In my testing, using the memory maps for uploads was slower than the existing "ImmediateUpload" path, so the memory map usage is limited to downloads for the time being.
2023-05-27microprofile: Avoid crashing due to OOB stack posameerj
2023-05-28renderer_vulkan: Remove timeline semaphore waitGPUCode
2023-05-27Audren wait as suggested by ByLawsKelebek1
2023-05-27Move buffer bindings to per-channel stateKelebek1
2023-05-26qt: add menu item to remove cache storageLiam
2023-05-26Merge pull request #10414 from liamwhite/anv-push-descriptorMatías Locatti
vulkan_device: Enable VK_KHR_push_descriptor on newer ANV
2023-05-26Merge pull request #10418 from liamwhite/blink-and-youll-miss-itMatías Locatti
texture_cache: process aliases and overlaps in the correct order
2023-05-26Merge pull request #10459 from liamwhite/shfMatías Locatti
shader_recompiler: fix copy-paste error
2023-05-26vfs_concat: fix time complexity of readLiam
2023-05-26Fix buffer overlap checking skipping a page for stream score right expandKelebek1
2023-05-26shader_recompiler: fix copy-paste errorLiam
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-24texture_cache: process aliases and overlaps in the correct orderFernando Sahmkow
2023-05-24cmake: apply defaults to all externalsAlexandre Bouvier
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-24add context menu for filter and anti-aliasing status buttonsgrimkor
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-22vulkan_device: Enable VK_KHR_push_descriptor on newer ANVLiam
2023-05-22renderer_vulkan: barrier attachment feedback loopsLiam