summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* re-formatGravatar comex2023-06-251-4/+5
* Fix more Windows build errorsGravatar comex2023-06-255-28/+35
* ssl: fix compatibility with OpenSSL 1.1.1Gravatar comex2023-06-251-1/+10
* Fixes:Gravatar comex2023-06-253-4/+12
* ssl: rename argument to avoid false positive codespell warningGravatar comex2023-06-251-2/+2
* socket_types: Improve commentGravatar comex2023-06-251-3/+3
* Implement SSL serviceGravatar comex2023-06-2521-277/+2080
* Merge pull request #10829 from lat9nq/remove-external-memGravatar liamwhite2023-06-182-19/+0
|\
| * vulkan_device: Remove external memory extensionGravatar lat9nq2023-06-182-19/+0
* | Merge pull request #10486 from lat9nq/vk-device-find-onceGravatar liamwhite2023-06-1811-50/+138
|\ \
| * | vk_device_info: Clean up includes [IWYU]Gravatar lat9nq2023-06-062-3/+11
| * | vk_device_info: Add SPDX dataGravatar lat9nq2023-06-062-0/+6
| * | yuzu-qt: Load Vulkan device info at startupGravatar lat9nq2023-06-0611-50/+124
* | | Merge pull request #10798 from vonchenplus/draw_texture_scaleGravatar liamwhite2023-06-181-3/+7
|\ \ \
| * | | video_core: drawtexture support upscaleGravatar Feng Chen2023-06-161-3/+7
* | | | Merge pull request #10809 from Kelebek1/reduce_vertex_bindingsGravatar liamwhite2023-06-182-13/+16
|\ \ \ \
| * | | | Synchronize vertex buffer even when it doesn't require bindingGravatar Kelebek12023-06-172-13/+16
* | | | | Merge pull request #10797 from lat9nq/tzdb-patchGravatar bunnei2023-06-173-11/+6
|\ \ \ \ \
| * | | | | time_zone_service: Always write time zone rule dataGravatar lat9nq2023-06-171-8/+2
| * | | | | time_zone_manager: Compare to the correct booleanGravatar lat9nq2023-06-151-2/+3
| * | | | | nx_tzdb: Correct Antarctica spellingGravatar lat9nq2023-06-151-1/+1
* | | | | | renderer_vulkan: add missing includeGravatar Liam2023-06-171-0/+1
* | | | | | Merge pull request #10813 from lat9nq/no-atomic-boolGravatar Morph2023-06-172-5/+14
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | k_thread: Use a mutex and cond_var to sync boolGravatar lat9nq2023-06-172-5/+14
* | | | | | Merge pull request #10744 from Wollnashorn/af-for-allGravatar Fernando S2023-06-1814-80/+243
|\ \ \ \ \ \
| * | | | | | video_core: Only apply AF to 2D (array) image typesGravatar Wollnashorn2023-06-171-2/+7
| * | | | | | video_core: Removed AF for all mip modes option as it's default nowGravatar Wollnashorn2023-06-179-40/+3
| * | | | | | video_core: Use sampler IDs instead pointers in the pipeline configGravatar Wollnashorn2023-06-168-23/+68
| * | | | | | video_core: Fallback to default anisotropy instead to 1x anisotropyGravatar Wollnashorn2023-06-157-16/+20
| * | | | | | video_core: Disable AF for non-color image formatsGravatar Wollnashorn2023-06-151-0/+9
| * | | | | | video_core: Fixed compilation errors because of name shadowingGravatar Wollnashorn2023-06-152-9/+9
| * | | | | | video_core: Add per-image anisotropy heuristics (format & mip count)Gravatar Wollnashorn2023-06-1511-71/+168
| * | | | | | video_core: Apply AF only to samplers with normal LOD range [0, 1+x]Gravatar Wollnashorn2023-06-141-4/+6
| * | | | | | video_core: Fix default anisotropic heuristicGravatar Wollnashorn2023-06-141-4/+4
| * | | | | | video_core: Never apply AF to None mipmap modeGravatar Wollnashorn2023-06-141-3/+4
| * | | | | | video_core: Disable anisotropic filtering for samplers with depth compareGravatar Wollnashorn2023-06-131-2/+3
| * | | | | | video_core: Option to apply anisotropic filtering for all mipmap modesGravatar Wollnashorn2023-06-139-1/+37
* | | | | | | Merge pull request #10783 from liamwhite/memoryGravatar bunnei2023-06-162-6/+6
|\ \ \ \ \ \ \
| * | | | | | | video_core: preallocate fewer IR blocksGravatar Liam2023-06-142-6/+6
* | | | | | | | Merge pull request #10808 from t895/settings-stuffsGravatar bunnei2023-06-1612-74/+165
|\ \ \ \ \ \ \ \
| * | | | | | | | android: Expose audio output engine settingGravatar Charles Lombardo2023-06-167-21/+59
| * | | | | | | | android: Expose CPU debugging optionGravatar Charles Lombardo2023-06-165-23/+30
| * | | | | | | | android: Expose fastmem optionGravatar Charles Lombardo2023-06-164-29/+59
| * | | | | | | | android: Support changing multiple settings at onceGravatar Charles Lombardo2023-06-162-1/+17
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Merge pull request #10807 from t895/ktlint-fixesGravatar bunnei2023-06-161-2/+3
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | |
| * | | | | | | android: Bump ktlint version to 0.47.1Gravatar Charles Lombardo2023-06-161-1/+1
| * | | | | | | android: Disable import-ordering ktlint checkGravatar Charles Lombardo2023-06-161-1/+2
| |/ / / / / /
* | | | | | | Merge pull request #10731 from german77/misc_fixesGravatar liamwhite2023-06-1610-115/+198
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | service: nfc: Read tag protocol only for nfc backendGravatar Narr the Reg2023-06-142-5/+6
| * | | | | | service: nfc: Accuracy fixesGravatar Narr the Reg2023-06-1410-110/+192