summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-06-21android: Generalize string message dialogAbandoned Cart
2023-06-21android: Add support for concurrent installsAbandoned Cart
2023-06-21Merge pull request #10864 from t895/disable-mali-driverliamwhite
android: Don't show custom driver button on mali and x86
2023-06-20android: Don't show custom driver button on mali and x86Charles Lombardo
2023-06-20Merge pull request #10853 from lat9nq/update_tzdb_to_nxbunnei
externals: Update tzdb_to_nx
2023-06-20Merge pull request #10818 from vonchenplus/render_target_samplesliamwhite
video_core: add samples check when find render target
2023-06-20Merge pull request #10835 from lat9nq/intel-restrict-compute-disableliamwhite
vulkan_device: Restrict compute disable only to affected Intel drivers
2023-06-20Merge pull request #10840 from Kelebek1/unbug_blinks_brainliamwhite
Use current GPU address when unmapping GPU pages, not the base
2023-06-19vulkan_device: Remove brace initializertoast2903
Co-authored-by: Tobias <thm.frey@gmail.com>
2023-06-19video_core: Check broken compute earlierlat9nq
Checks it as the system is determining what settings to enable. Reduces the need to check settings while the system is running.
2023-06-19nx_tzdb: Rename GNU_DATE variablelat9nq
The repository can handle either GNU date or Apple date now.
2023-06-19externals: Update tzdb_to_nxlat9nq
Includes a fix for the Apple date utility.
2023-06-19Use current GPU address when unmapping GPU pages, not the baseKelebek1
2023-06-18vk_device_info: Check only affected Intel driverslat9nq
Renames is_intel_proprietary to has_broken_compute for accuracy. vk_device_info: Use vulkan::device to check compute
2023-06-18video_core: Formalize HasBrokenComputelat9nq
Also limits it to only affected Intel proprietrary driver versions. vulkan_device: Move broken compute determination vk_device: Remove errant back quote
2023-06-18Merge pull request #10825 from 8bitDream/vcpkg-zlibliamwhite
externals: Update vcpkg to 2023.06.17
2023-06-18Merge pull request #10829 from lat9nq/remove-external-memliamwhite
vulkan_device: Remove external memory extension
2023-06-18Merge pull request #10486 from lat9nq/vk-device-find-onceliamwhite
yuzu-qt: Load Vulkan device info at startup
2023-06-18Merge pull request #10798 from vonchenplus/draw_texture_scaleliamwhite
video_core: drawtexture support upscale
2023-06-18Merge pull request #10809 from Kelebek1/reduce_vertex_bindingsliamwhite
Synchronize vertex buffer even when it doesn't require binding
2023-06-17Merge pull request #10797 from lat9nq/tzdb-patchbunnei
time: Various time zone fixes
2023-06-17Merge pull request #10828 from liamwhite/somehow-still-using-llvm-14bunnei
renderer_vulkan: add missing include
2023-06-18vulkan_device: Remove external memory extensionlat9nq
Unused in yuzu. Enables yuzu to boot games in Wine using Vulkan.
2023-06-17renderer_vulkan: add missing includeLiam
2023-06-17externals: Update vcpkg to 2023.06.17Abandoned Cart
Fixes for zlib and qt5
2023-06-17time_zone_service: Always write time zone rule datalat9nq
Switch firmware will initialize this data even if the given parameters are invalid. We should do the same.
2023-06-17Merge pull request #10813 from lat9nq/no-atomic-boolMorph
k_thread: Use a mutex and cond_var to sync bool
2023-06-18Merge pull request #10744 from Wollnashorn/af-for-allFernando S
video_core: Improved anisotropic filtering heuristics
2023-06-17Synchronize vertex buffer even when it doesn't require bindingKelebek1
2023-06-17k_thread: Use a mutex and cond_var to sync boollat9nq
std::atomic<bool> is broken on MinGW and causes deadlocks there. Use a normal cond var in its stead.
2023-06-17video_core: add samples check when find render targetFengChen
2023-06-17video_core: Only apply AF to 2D (array) image typesWollnashorn
2023-06-17video_core: Removed AF for all mip modes option as it's default nowWollnashorn
2023-06-17nx_tzdb: Directly reference variables in if statementslat9nq
Addresses review feedback.
2023-06-16Merge pull request #10783 from liamwhite/memorybunnei
video_core: preallocate fewer IR blocks
2023-06-16Merge pull request #10808 from t895/settings-stuffsbunnei
android: Expose settings
2023-06-16Merge pull request #10807 from t895/ktlint-fixesbunnei
android: Ktlint fixes
2023-06-16Merge pull request #10731 from german77/misc_fixesliamwhite
service: nfc: Accuracy fixes
2023-06-16android: Expose audio output engine settingCharles Lombardo
2023-06-16android: Bump ktlint version to 0.47.1Charles Lombardo
2023-06-16android: Disable import-ordering ktlint checkCharles Lombardo
2023-06-16android: Expose CPU debugging optionCharles Lombardo
2023-06-16android: Expose fastmem optionCharles Lombardo
2023-06-16android: Support changing multiple settings at onceCharles Lombardo
2023-06-16Merge pull request #10801 from 8bitDream/fix_aspectbunnei
android: Fix aspect ratio when rotating screen
2023-06-16android: Fix aspect ratio when rotating screenAbandoned Cart
2023-06-16video_core: drawtexture support upscaleFeng Chen
2023-06-16video_core: Use sampler IDs instead pointers in the pipeline configWollnashorn
The previous approach of storing pointers returned by `GetGraphicsSampler`/`GetComputeSampler` caused UB, as these functions can cause reallocation of the sampler slot vector and therefore invalidate the pointers
2023-06-16cmake: Add warn about cross compiling, disable androidlat9nq
2023-06-16cmake: Check for target is Windowslat9nq
MinGW has issues building tzdb2nx due to the headers being Windows specific. Download for this toolchain as well.