Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-01-07 | Avoid OOB array access reading passthrough attr mask | Billy Laws | |
YFC 1.5 extended the size of the varying mask used to hold passthrough attrs without considering this | |||
2023-01-07 | Merge pull request #9570 from liamwhite/less-clock-boost | Narr the Reg | |
renderer_vulkan: disable clock boost on unvalidated devices | |||
2023-01-06 | vulkan_device: avoid attempt to access empty optional | Liam | |
2023-01-06 | renderer_vulkan: disable clock boost on unvalidated devices | Liam | |
2023-01-06 | opengl: Sanitize antialiasing config | Narr the Reg | |
2023-01-06 | video_core/vulkan: Fixed loading of Vulkan driver pipeline cache | Wollnashorn | |
The header size of the Vulkan driver pipeline cache files was incorrectly in PipelineCache::LoadVulkanPipelineCache, for which the pipeline cache wasn't read correctly and got invalidated on each load. | |||
2023-01-06 | Merge pull request #9535 from bylaws/master | Fernando S | |
Port over several shader-compiler fixes from skyline | |||
2023-01-06 | Merge pull request #9561 from liamwhite/update-dynarmic | liamwhite | |
externals: update dynarmic, xbyak | |||
2023-01-06 | Merge pull request #9558 from MonsterDruide1/network-timeout-noerror | liamwhite | |
net: Silently translate ETIMEDOUT network error | |||
2023-01-06 | Merge pull request #9552 from liamwhite/turbo | liamwhite | |
vulkan: implement 'turbo mode' clock booster | |||
2023-01-06 | Merge pull request #9559 from FernandoS27/cached-writes | Fernando S | |
VideoCore: Implement Cached Writes, use fastmem for reading GPU memory and eliminate old stuffs | |||
2023-01-05 | MacroHLE: eliminate 2 rushed macros. | Fernando Sahmkow | |
2023-01-05 | Merge pull request #9528 from liamwhite/mvk-nulldesc | liamwhite | |
renderer_vulkan: implement fallback path for null buffer descriptors | |||
2023-01-05 | Merge pull request #9536 from liamwhite/debug-utils | liamwhite | |
vulkan_common: unify VK_EXT_debug_utils and selection of validation layer | |||
2023-01-05 | externals: update dynarmic, xbyak | Liam | |
2023-01-05 | Run clang-format | Billy Laws | |
2023-01-05 | shader_recompiler: Fix shuffle partitioning for >64 invoc-per-subgroup GPUs | Billy Laws | |
The existing implementation only supports 64 invoc-per-subgroup GPUs, and misbehaves on adreno when invocations need to be split into 4 emulated subgroups. | |||
2023-01-05 | Vulkan, OpenGL: Hook up geometry shader passthrough emulation | Billy Laws | |
2023-01-05 | shader_recompiler: Add support for lowering geometry passthrough | Billy Laws | |
Reuses most of the existing code for generating the gl_Layer passthrough. Fixes geometry in Nier: Automata on GPUs without HW passthrough support. | |||
2023-01-05 | Vulkan, OpenGL: Hook up storage buffer alignment code | Billy Laws | |
2023-01-05 | shader_recompiler: Align SSBO offsets to meet host requirements | Billy Laws | |
We can take advantage of SSBO addresses being passed in a constant bufer to account for the extra alignment requirements in the shader itself. | |||
2023-01-05 | shader_recompiler: SPIRV: Only enable int64 feature when supported | Billy Laws | |
2023-01-05 | shader_recompiler: Add comparison operators to descriptor types | Billy Laws | |
2023-01-05 | Vulkan: Add a workaround for input_position on Adreno drivers | Billy Laws | |
Adreno drivers will crash compiling geometry shaders if the input position is not wrapped in a gl_in struct. | |||
2023-01-05 | video_core/vulkan: Vulkan driver pipelines now contain cache version | Wollnashorn | |
So that old cache can get deleted when the cache version changes and does not grow infinitely | |||
2023-01-05 | video_core/vulkan: Driver pipeline cache will now be deleted with the shader ↵ | Wollnashorn | |
cache | |||
2023-01-05 | config: Set the Vulkan driver pipeline cache option to be global | Wollnashorn | |
2023-01-05 | video_core/vulkan: Added check if Vulkan pipeline path has been set | Wollnashorn | |
2023-01-05 | config: Better wording for VK pipeline cache option and enable by default | Wollnashorn | |
2023-01-05 | yuzu-cmd: Removed `use_vulkan_driver_pipeline_cache` from default_ini.h | Wollnashorn | |
The addition of the use_vulkan_driver_pipeline_cache option into the default ini string literal caused the 16,384-byte limit of the MSVC compiler to be exceeded. | |||
2023-01-05 | video_core/vulkan: Added `VkPipelineCache` to store Vulkan pipelines | Wollnashorn | |
As an optional feature which can be enabled in the advanced graphics configuration, all pipelines that get built at the initial shader loading are stored in a VkPipelineCache object and are dumped to the disk. These vendor specific pipeline cache files are located at `/shader/GAME_ID/vulkan_pipelines.bin`. This feature was mainly added because of an issue with the AMD driver (see yuzu-emu#8507) causing invalidation of the cache files the driver builds automatically. | |||
2023-01-05 | BufferBase: Don't ignore GPU pages. | Fernando Sahmkow | |
2023-01-05 | Fermi2D: sync cache flushes | Fernando Sahmkow | |
2023-01-05 | MemoryManager: use fastmem directly. | Fernando Sahmkow | |
2023-01-05 | net: Silently translate ETIMEDOUT network error | MonsterDruide1 | |
2023-01-05 | video_core: Cache GPU internal writes. | Fernando Sahmkow | |
2023-01-05 | Vulkan: Fix drivers that don't support dynamic_state_2 up | Fernando Sahmkow | |
2023-01-04 | common: add setting for renderer clock workaround | Liam | |
2023-01-04 | vulkan: implement 'turbo mode' clock booster | Liam | |
2023-01-04 | renderer_vulkan: implement fallback path for null descriptors | Liam | |
2023-01-04 | Merge pull request #9501 from FernandoS27/yfc-rel-2 | liamwhite | |
Yuzu Fried Chicken Part 1.5: MacroHLE Rework and Dynamic State | |||
2023-01-04 | yuzu-ui: Add setting for disabling macro HLE | Fernando Sahmkow | |
2023-01-04 | Video_core: Address feedback | Fernando Sahmkow | |
2023-01-03 | Texture Cache: Implement async texture downloads. | Fernando Sahmkow | |
2023-01-03 | Merge pull request #9518 from gidoly/revert-9504-pg2 | liamwhite | |
Revert "k_page_group: synchronize" | |||
2023-01-03 | Vulkan: Update blacklisting to latest driver versions. | Fernando Sahmkow | |
2023-01-03 | ShaderCompiler: Inline driver specific constants. | Fernando Sahmkow | |
2023-01-03 | Vulkan: rework stencil tracking. | Fernando Sahmkow | |
2023-01-03 | TAS: Immediately switch stick to TAS on input | MonsterDruide1 | |
Co-Authored-By: Narr the Reg <5944268+german77@users.noreply.github.com> | |||
2023-01-02 | cmake: move find-modules to root cmake dir | Alexandre Bouvier | |