summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | file_sys: control_metadata: Expose device_save_data_size.Gravatar bunnei2020-05-112-0/+5
| |/ / / / /
* | | | | | Merge pull request #3945 from ogniK5377/nvflinger-pixformatGravatar bunnei2020-05-162-3/+11
|\ \ \ \ \ \ | | | | | | | | | | | | | | nv_flinger: Use enum for pixel format instead of u32
| * | | | | | nv_flinger: Use enum for pixel format instead of u32Gravatar David Marcec2020-05-162-3/+11
| | |/ / / / | |/| | | |
* / | | | | DmaPusher: Remove dead code in stepGravatar David Marcec2020-05-162-9/+1
|/ / / / /
* | | | | Merge pull request #3942 from ReinUsesLisp/flush-and-invalidateGravatar bunnei2020-05-151-1/+3
|\ \ \ \ \ | | | | | | | | | | | | vk_rasterizer: Match OpenGL's FlushAndInvalidate behavior
| * | | | | vk_rasterizer: Match OpenGL's FlushAndInvalidate behaviorGravatar ReinUsesLisp2020-05-151-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Match OpenGL's behavior. This can fix or simplify bisecting issues on Vulkan.
* | | | | | frontend: Set minimum window size to 640x360 instead of 1280x720 (#3413)Gravatar Morph2020-05-156-8/+36
|/ / / / /
* | | | | Merge pull request #3927 from jroweboy/fix-bugGravatar bunnei2020-05-141-8/+8
|\ \ \ \ \ | | | | | | | | | | | | Frontend: Remove tracking for context wrapper
| * | | | | Frontend: Remove tracking for context wrapperGravatar James Rowe2020-05-111-8/+8
| | |/ / / | |/| | |
* | | | | Merge pull request #3757 from ogniK5377/better-voice-mixingGravatar bunnei2020-05-133-12/+98
|\ \ \ \ \ | | | | | | | | | | | | audio_renderer: Better voice mixing and 6 channel downmixing
| * | | | | fix logic error & scale sample volume based on voice volumeGravatar David Marcec2020-05-111-7/+9
| | | | | |
| * | | | | pass by const ref insteadGravatar David Marcec2020-05-111-8/+7
| | | | | |
| * | | | | audio_renderer: Better voice mixing and 6 channel downmixingGravatar David Marcec2020-05-113-11/+96
| | |/ / / | |/| | | | | | | | | | | | | Supersedes #3738 and #3321
* | | | | Merge pull request #3909 from bunnei/timezoneGravatar bunnei2020-05-1313-13/+383
|\ \ \ \ \ | | | | | | | | | | | | Improve time zone support
| * | | | | time_zone: Use std::chrono::seconds for strong typing.Gravatar bunnei2020-05-123-4/+5
| | | | | |
| * | | | | hle: service: time_zone_manager: Use current time zone setting.Gravatar bunnei2020-05-112-3/+32
| | | | | |
| * | | | | common: Add module to get the current time zone.Gravatar bunnei2020-05-113-0/+68
| | | | | |
| * | | | | core: settings: Add a setting for time zone.Gravatar bunnei2020-05-118-10/+282
| | | | | |
* | | | | | Merge pull request #3899 from ReinUsesLisp/float-comparisonsGravatar bunnei2020-05-137-136/+173
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | shader_ir: Add separate instructions for ordered and unordered comparisons and fix NE on GLSL
| * | | | | gl_shader_decompiler: Properly emulate NaN behaviour on NEGravatar ReinUsesLisp2020-05-101-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | "Not equal" operators on GLSL seem to behave as unordered when we expect an ordered comparison. Manually emulate this checking for LGE values (numbers, not-NaNs).
| * | | | | shader_ir: Separate float-point comparisons in ordered and unorderedGravatar ReinUsesLisp2020-05-097-135/+163
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This allows us to use native SPIR-V instructions without having to manually check for NAN.
* | | | | | Merge pull request #3816 from ReinUsesLisp/vk-rasterizer-enableGravatar bunnei2020-05-113-1/+3
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | vk_graphics_pipeline: Implement rasterizer_enable on Vulkan
| * | | | | vk_graphics_pipeline: Implement rasterizer_enable on VulkanGravatar ReinUsesLisp2020-05-023-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We can simply enable rasterizer discard matching the current pipeline key.
* | | | | | Stub SendKeyboardLockKeyEventGravatar David Marcec2020-05-122-1/+11
| |_|/ / / |/| | | | | | | | | | | | | | Needed for Puchikon 4 SmileBASIC 1.0.0
* | | | | Merge pull request #3839 from Morph1984/r8g8uiGravatar Rodrigo Locatti2020-05-098-38/+52
|\ \ \ \ \ | | | | | | | | | | | | texture: Implement R8G8UI
| * | | | | texture: Implement R8G8UIGravatar Morph2020-04-308-38/+52
| | | | | | | | | | | | | | | | | | | | | | | | - Used by The Walking Dead: The Final Season
* | | | | | Merge pull request #3842 from makigumo/maxwell_to_vk_vertexattribute_signed_intGravatar bunnei2020-05-091-2/+14
|\ \ \ \ \ \ | | | | | | | | | | | | | | maxwell_to_vk: implement missing signed int formats
| * | | | | | maxwell_to_vk: implement missing signed int formatsGravatar Dan2020-04-301-2/+14
| | | | | | |
* | | | | | | Replace externals with Conan (#3735)Gravatar James Rowe2020-05-087-9/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Remove git submodules that will be loaded through conan * Move custom Find modules to their own folder * Use conan for downloading missing external dependencies * CI: Change the yuzu source folder user to the user that the containers run on * Attempt to remove dirty mingw build hack * Install conan on the msvc build * Only set release build type when using not using multi config generator * Re-add qt bundled to workaround an issue with conan qt not downloading prebuilt binaries * Add workaround for submodules that use legacy CMAKE variables * Re-add USE_BUNDLED_QT on the msvc build bot
* | | | | | | Merge pull request #3885 from ReinUsesLisp/viewport-swizzlesGravatar bunnei2020-05-0811-1/+121
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | video_core: Implement viewport swizzles with NV_viewport_swizzle
| * | | | | | vk_graphics_pipeline: Implement viewport swizzles with NV_viewport_swizzleGravatar ReinUsesLisp2020-05-048-0/+84
| | | | | | |
| * | | | | | gl_rasterizer: Implement viewport swizzles with NV_viewport_swizzleGravatar ReinUsesLisp2020-05-042-0/+13
| | | | | | |
| * | | | | | maxwell_3d: Add viewport swizzlesGravatar ReinUsesLisp2020-05-042-1/+24
| | | | | | |
* | | | | | | Merge pull request #3879 from lioncash/global2Gravatar bunnei2020-05-073-10/+16
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | hle_ipc: Eliminate core memory globals
| * | | | | | | hle_ipc: Eliminate core memory globalsGravatar Lioncash2020-05-033-10/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We can just pass the required instances into the constructor of the request, eliminating all usages of the global system accessor.
* | | | | | | | Merge pull request #3884 from ReinUsesLisp/border-colorsGravatar bunnei2020-05-073-2/+44
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | vk_sampler_cache: Use VK_EXT_custom_border_color when available
| * | | | | | | | vk_sampler_cache: Use VK_EXT_custom_border_color when availableGravatar ReinUsesLisp2020-05-043-2/+44
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This should fix grass interactions on Breath of the Wild on Vulkan. It is currently untested against validation layers. Nvidia's Windows 443.09 beta driver or Linux 440.66.12 is required for now.
* | | | | | | | | Menubar: fix mouse tracking bugGravatar FearlessTobi2020-05-061-4/+0
| |_|_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | Co-Authored-By: Vitor K <vitor-k@users.noreply.github.com>
* | | | | | | | Merge pull request #3815 from FernandoS27/command-list-2Gravatar bunnei2020-05-0518-66/+198
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | GPU: More optimizations to GPU Command List Processing and DMA Copy Optimizations
| * | | | | | | | Update src/video_core/gpu.cppGravatar bunnei2020-05-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: David <25727384+ogniK5377@users.noreply.github.com>
| * | | | | | | | Update src/video_core/gpu.cppGravatar bunnei2020-05-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: David <25727384+ogniK5377@users.noreply.github.com>
| * | | | | | | | Clang Format and Documentation.Gravatar Fernando Sahmkow2020-04-2810-10/+20
| | | | | | | | |
| * | | | | | | | MaxwellDMA: Optimize micro copies.Gravatar Fernando Sahmkow2020-04-283-0/+57
| | | | | | | | |
| * | | | | | | | VideoCore/GPU: Delegate subchannel engines to the dma pusher.Gravatar Fernando Sahmkow2020-04-273-4/+49
| | | | | | | | |
| * | | | | | | | VideoCore/Engines: Refactor Engines CallMethod.Gravatar Fernando Sahmkow2020-04-2713-62/+82
| | | | | | | | |
* | | | | | | | | Merge pull request #3881 from lioncash/mem-warningGravatar bunnei2020-05-0511-23/+11
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | kernel/memory: Resolve several compiler warnings
| * | | | | | | | | kernel/memory: Remove #pragma once within cpp fileGravatar Lioncash2020-05-031-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This isn't necessary in a cpp file and will cause warnings on clang.
| * | | | | | | | | kernel/memory: Remove unused includesGravatar Lioncash2020-05-037-8/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Prevents header churn and needing to recompile these files if these headers are ever changed in the future.
| * | | | | | | | | kernel/memory: Remove unused variables in memory_block_managerGravatar Lioncash2020-05-031-3/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Prevents unused variable warnings.
| * | | | | | | | | kernel/memory: Make use of std::array consistently in address_space_infoGravatar Lioncash2020-05-031-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This allows tuning standard library implementations to enable or disable range checks at runtime, which is nicer for debugging.