summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | Merge pull request #9569 from liamwhite/shutdown-warsGravatar Morph2023-01-091-3/+7
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | qt: additional fixes for reentrant shutdownGravatar Liam2023-01-061-3/+7
* | | | | | | VideoCore: Fix OGL cache invalidation.Gravatar Fernando Sahmkow2023-01-072-0/+6
| |_|/ / / / |/| | | | |
* | | | | | Merge pull request #9563 from german77/crash_not_allowedGravatar bunnei2023-01-074-19/+37
|\ \ \ \ \ \
| * | | | | | input_common: Create an update engineGravatar Narr the Reg2023-01-054-19/+37
* | | | | | | Avoid OOB array access reading passthrough attr maskGravatar Billy Laws2023-01-071-1/+1
| |_|/ / / / |/| | | | |
* | | | | | Merge pull request #9570 from liamwhite/less-clock-boostGravatar Narr the Reg2023-01-073-1/+15
|\ \ \ \ \ \
| * | | | | | renderer_vulkan: disable clock boost on unvalidated devicesGravatar Liam2023-01-063-1/+15
* | | | | | | vulkan_device: avoid attempt to access empty optionalGravatar Liam2023-01-061-2/+6
|/ / / / / /
* | / / / / opengl: Sanitize antialiasing configGravatar Narr the Reg2023-01-061-1/+7
| |/ / / / |/| | | |
* | | | | video_core/vulkan: Fixed loading of Vulkan driver pipeline cacheGravatar Wollnashorn2023-01-061-1/+2
* | | | | Merge pull request #9535 from bylaws/masterGravatar Fernando S2023-01-0616-91/+195
|\ \ \ \ \
| * | | | | Run clang-formatGravatar Billy Laws2023-01-056-24/+35
| * | | | | shader_recompiler: Fix shuffle partitioning for >64 invoc-per-subgroup GPUsGravatar Billy Laws2023-01-051-30/+28
| * | | | | Vulkan, OpenGL: Hook up geometry shader passthrough emulationGravatar Billy Laws2023-01-052-0/+2
| * | | | | shader_recompiler: Add support for lowering geometry passthroughGravatar Billy Laws2023-01-052-40/+67
| * | | | | Vulkan, OpenGL: Hook up storage buffer alignment codeGravatar Billy Laws2023-01-056-3/+21
| * | | | | shader_recompiler: Align SSBO offsets to meet host requirementsGravatar Billy Laws2023-01-054-6/+11
| * | | | | shader_recompiler: SPIRV: Only enable int64 feature when supportedGravatar Billy Laws2023-01-051-1/+1
| * | | | | shader_recompiler: Add comparison operators to descriptor typesGravatar Billy Laws2023-01-051-0/+12
| * | | | | Vulkan: Add a workaround for input_position on Adreno driversGravatar Billy Laws2023-01-055-11/+42
* | | | | | Merge pull request #9561 from liamwhite/update-dynarmicGravatar liamwhite2023-01-062-0/+8
|\ \ \ \ \ \
| * | | | | | externals: update dynarmic, xbyakGravatar Liam2023-01-052-0/+8
| |/ / / / /
* | | | | | Merge pull request #9558 from MonsterDruide1/network-timeout-noerrorGravatar liamwhite2023-01-061-1/+5
|\ \ \ \ \ \
| * | | | | | net: Silently translate ETIMEDOUT network errorGravatar MonsterDruide12023-01-051-1/+5
* | | | | | | Merge pull request #9552 from liamwhite/turboGravatar liamwhite2023-01-0615-2/+303
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | common: add setting for renderer clock workaroundGravatar Liam2023-01-048-1/+32
| * | | | | | vulkan: implement 'turbo mode' clock boosterGravatar Liam2023-01-048-2/+272
| | |_|_|/ / | |/| | | |
* | | | | | Merge pull request #9559 from FernandoS27/cached-writesGravatar Fernando S2023-01-0615-53/+233
|\ \ \ \ \ \
| * | | | | | BufferBase: Don't ignore GPU pages.Gravatar Fernando Sahmkow2023-01-058-23/+22
| * | | | | | Fermi2D: sync cache flushesGravatar Fernando Sahmkow2023-01-052-2/+5
| * | | | | | MemoryManager: use fastmem directly.Gravatar Fernando Sahmkow2023-01-053-11/+34
| * | | | | | video_core: Cache GPU internal writes.Gravatar Fernando Sahmkow2023-01-0510-30/+185
| |/ / / / /
* | | | | | MacroHLE: eliminate 2 rushed macros.Gravatar Fernando Sahmkow2023-01-051-42/+0
* | | | | | Merge pull request #9528 from liamwhite/mvk-nulldescGravatar liamwhite2023-01-053-0/+19
|\ \ \ \ \ \
| * | | | | | renderer_vulkan: implement fallback path for null descriptorsGravatar Liam2023-01-043-0/+19
| |/ / / / /
* | | | | | Merge pull request #9536 from liamwhite/debug-utilsGravatar liamwhite2023-01-053-11/+10
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | vulkan_common: unify VK_EXT_debug_utils and selection of validation layerGravatar Liam2023-01-013-11/+10
* | | | | | video_core/vulkan: Vulkan driver pipelines now contain cache versionGravatar Wollnashorn2023-01-052-16/+28
* | | | | | video_core/vulkan: Driver pipeline cache will now be deleted with the shader ...Gravatar Wollnashorn2023-01-052-1/+20
* | | | | | config: Set the Vulkan driver pipeline cache option to be globalGravatar Wollnashorn2023-01-052-0/+4
* | | | | | video_core/vulkan: Added check if Vulkan pipeline path has been setGravatar Wollnashorn2023-01-051-1/+1
* | | | | | config: Better wording for VK pipeline cache option and enable by defaultGravatar Wollnashorn2023-01-052-3/+3
* | | | | | yuzu-cmd: Removed `use_vulkan_driver_pipeline_cache` from default_ini.hGravatar Wollnashorn2023-01-051-4/+0
* | | | | | video_core/vulkan: Added `VkPipelineCache` to store Vulkan pipelinesGravatar Wollnashorn2023-01-0515-67/+253
| |_|/ / / |/| | | |
* | | | | Vulkan: Fix drivers that don't support dynamic_state_2 upGravatar Fernando Sahmkow2023-01-052-8/+11
| |/ / / |/| | |
* | | | Merge pull request #9501 from FernandoS27/yfc-rel-2Gravatar liamwhite2023-01-0479-573/+3008
|\ \ \ \ | |_|/ / |/| | |
| * | | yuzu-ui: Add setting for disabling macro HLEGravatar Fernando Sahmkow2023-01-046-5/+26
| * | | Video_core: Address feedbackGravatar Fernando Sahmkow2023-01-0420-170/+346
| * | | Texture Cache: Implement async texture downloads.Gravatar Fernando Sahmkow2023-01-035-35/+91