| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-06-18 | video_core: Formalize HasBrokenCompute | lat9nq | |
| Also limits it to only affected Intel proprietrary driver versions. vulkan_device: Move broken compute determination vk_device: Remove errant back quote | |||
| 2023-06-18 | Merge pull request #10829 from lat9nq/remove-external-mem | liamwhite | |
| vulkan_device: Remove external memory extension | |||
| 2023-06-18 | Merge pull request #10798 from vonchenplus/draw_texture_scale | liamwhite | |
| video_core: drawtexture support upscale | |||
| 2023-06-18 | Merge pull request #10809 from Kelebek1/reduce_vertex_bindings | liamwhite | |
| Synchronize vertex buffer even when it doesn't require binding | |||
| 2023-06-18 | renderer_vulkan: Add missing initializers | GPUCode | |
| 2023-06-18 | renderer_vulkan: Use VMA for buffers | GPUCode | |
| 2023-06-18 | renderer_vulkan: Use VMA for images | GPUCode | |
| 2023-06-18 | memory_allocator: Remove OpenGL interop | GPUCode | |
| * Appears to be unused atm | |||
| 2023-06-18 | externals: Add vma and initialize it | lat9nq | |
| video_core: Move vma implementation to library | |||
| 2023-06-18 | vulkan_device: Remove external memory extension | lat9nq | |
| Unused in yuzu. Enables yuzu to boot games in Wine using Vulkan. | |||
| 2023-06-17 | renderer_vulkan: add missing include | Liam | |
| 2023-06-18 | Merge pull request #10744 from Wollnashorn/af-for-all | Fernando S | |
| video_core: Improved anisotropic filtering heuristics | |||
| 2023-06-17 | Synchronize vertex buffer even when it doesn't require binding | Kelebek1 | |
| 2023-06-17 | video_core: add samples check when find render target | FengChen | |
| 2023-06-17 | video_core: Only apply AF to 2D (array) image types | Wollnashorn | |
| 2023-06-17 | video_core: Removed AF for all mip modes option as it's default now | Wollnashorn | |
| 2023-06-16 | Merge pull request #10783 from liamwhite/memory | bunnei | |
| video_core: preallocate fewer IR blocks | |||
| 2023-06-16 | video_core: drawtexture support upscale | Feng Chen | |
| 2023-06-16 | video_core: Use sampler IDs instead pointers in the pipeline config | Wollnashorn | |
| 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-15 | Merge pull request #10790 from liamwhite/arm-driver-moment | bunnei | |
| vulkan_device: disable extended_dynamic_state2 on ARM drivers | |||
| 2023-06-15 | Merge pull request #10775 from liamwhite/cb2 | bunnei | |
| renderer_vulkan: propagate conditional barrier support | |||
| 2023-06-15 | video_core: Fallback to default anisotropy instead to 1x anisotropy | Wollnashorn | |
| 2023-06-15 | video_core: Disable AF for non-color image formats | Wollnashorn | |
| 2023-06-15 | video_core: Fixed compilation errors because of name shadowing | Wollnashorn | |
| 2023-06-15 | vulkan_device: disable extended_dynamic_state2 on ARM drivers | Liam | |
| 2023-06-15 | video_core: Add per-image anisotropy heuristics (format & mip count) | Wollnashorn | |
| 2023-06-14 | video_core: preallocate fewer IR blocks | Liam | |
| 2023-06-14 | video_core: optionally skip barriers on feedback loops | Liam | |
| 2023-06-14 | renderer_vulkan: propagate conditional barrier support | Liam | |
| 2023-06-14 | video_core: Apply AF only to samplers with normal LOD range [0, 1+x] | Wollnashorn | |
| 2023-06-14 | video_core: Fix default anisotropic heuristic | Wollnashorn | |
| 2023-06-14 | video_core: Never apply AF to None mipmap mode | Wollnashorn | |
| Should fix some artifacts with the "apply anisotropic filtering for all mipmap modes" option | |||
| 2023-06-13 | video_core: Disable anisotropic filtering for samplers with depth compare | Wollnashorn | |
| 2023-06-13 | buffer_cache_base: Specify buffer type in HostBindings | Morph | |
| Avoid reinterpret-casting from void pointer since the type is already known at compile time. | |||
| 2023-06-13 | video_core: Option to apply anisotropic filtering for all mipmap modes | Wollnashorn | |
| 2023-06-12 | Merge pull request #10675 from liamwhite/scaler | liamwhite | |
| image_info: adjust rescale thresholds and refactor constant use | |||
| 2023-06-12 | Merge pull request #10699 from liamwhite/conditional-barrier | Matías Locatti | |
| shader_recompiler: remove barriers in conditional control flow when device lacks support | |||
| 2023-06-12 | Merge pull request #10693 from liamwhite/f64-to-f32 | bunnei | |
| shader_recompiler: translate f64 to f32 when unsupported on host | |||
| 2023-06-11 | Merge pull request #10668 from Kelebek1/reduce_vertex_bindings | bunnei | |
| Combine vertex/transform feedback buffer binding into a single call | |||
| 2023-06-10 | android: Fix screen orientation & blurriness. | bunnei | |
| 2023-06-10 | shader_recompiler: translate f64 to f32 when unsupported on host | Liam | |
| 2023-06-10 | shader_recompiler: remove barriers in conditional control flow when device ↵ | Liam | |
| lacks support | |||
| 2023-06-08 | image_info: adjust rescale thresholds and refactor constant use | Liam | |
| 2023-06-08 | vk_blit_screen: use higher bit depth for fxaa | Liam | |
| 2023-06-08 | Combine vertex/transform feedback buffer binding into a single call | Kelebek1 | |
| 2023-06-07 | (wall, native)_clock: Add GetGPUTick | Morph | |
| Allows us to directly calculate the GPU tick without double conversion to and from the host clock tick. | |||
| 2023-06-07 | core_timing: Use CNTPCT as the guest CPU tick | Morph | |
| Previously, we were mixing the raw CPU frequency and CNTFRQ. The raw CPU frequency (1020 MHz) should've never been used as CNTPCT (whose frequency is CNTFRQ) is the only counter available. | |||
| 2023-06-07 | Merge pull request #10635 from mrcmunir/l4t-tx1-nvidia | liamwhite | |
| Make VK_EXT_robustness2 optional | |||
| 2023-06-07 | Merge pull request #10476 from ameerj/gl-memory-maps | liamwhite | |
| OpenGL: Make use of persistent buffer maps in buffer cache | |||
| 2023-06-07 | Merge pull request #10583 from ameerj/ill-logic | liamwhite | |
| AccelerateDMA: Fix incorrect check in Buffer<->Texture copies | |||
