| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-09-20 | Merge pull request #7003 from ameerj/unlocked-present-mode | bunnei | |
| vk_swapchain: Use immediate present mode when mailbox is unavailable and FPS is unlocked | |||
| 2021-09-18 | Merge pull request #7019 from ameerj/videocore-jthread | bunnei | |
| videocore: Use std::jthread for worker threads | |||
| 2021-09-16 | Merge pull request #7011 from ameerj/vk-validation-0x0 | bunnei | |
| vulkan_debug_callback: Ignore InvalidCommandBuffer-VkDescriptorSet errors | |||
| 2021-09-16 | Merge pull request #7027 from ameerj/sorry-amd | Fernando S | |
| vulkan_device: Reorder Float16Int8 declaration | |||
| 2021-09-16 | vulkan_device: Reorder Float16Int8 declaration | ameerj | |
| This variable was going out of scope before its usage in the vulkan device creation, causing a crash on very specific drivers. | |||
| 2021-09-16 | Revert "Merge pull request #7006 from FernandoS27/a-motherfucking-driver" | ameerj | |
| This reverts commit 62e88d0e7455e37840db7e2a8e199bc6ca176966, reversing changes made to edf3da346f4ec0ca492b427f4f693d56e84abc52. | |||
| 2021-09-15 | vk_scheduler: Use std::jthread | ameerj | |
| 2021-09-15 | gpu: Use std::jthread for async gpu thread | ameerj | |
| 2021-09-14 | renderers: Log total pipeline count | Morph | |
| 2021-09-13 | vulkan_debug_callback: Ignore InvalidCommandBuffer-VkDescriptorSet errors | ameerj | |
| This validation error is spammed on some titles, asserting that VkDescriptorSet 0x0[] was destroyed. This is likely a validation layer bug when using VK_KHR_push_descriptor, which can avoid using traditional VkDescriptorSet. It should be safe to ignore for now. | |||
| 2021-09-13 | Merge pull request #6943 from FernandoS27/omae-wa-mou-shindeiru | Morph | |
| Vulkan: Disable VK_EXT_SAMPLER_FILTER_MINMAX in GCN AMD | |||
| 2021-09-13 | Vulkan: Disable VK_EXT_SAMPLER_FILTER_MINMAX in GCN AMD since it's broken. | Fernando Sahmkow | |
| 2021-09-13 | Merge pull request #7006 from FernandoS27/a-motherfucking-driver | Morph | |
| Vulkan: Blacklist Int8Float16 Extension on AMD on driver 21.9.1 | |||
| 2021-09-13 | Merge pull request #6944 from FernandoS27/dear-drunk-me | Morph | |
| Vulkan/Descriptors: Increase sets per pool on AMD propietary driver. | |||
| 2021-09-13 | Vulkan: Blacklist Int8Float16 Extension on AMD on driver 21.9.1 | Fernando Sahmkow | |
| 2021-09-13 | Merge pull request #7001 from ameerj/wario-fix | Fernando S | |
| vk_rasterizer: Fix dynamic StencilOp updating when two faces are enabled | |||
| 2021-09-13 | Vulkan/Descriptors: Increase sets per pool on AMFD propietary driver. | Fernando Sahmkow | |
| 2021-09-12 | vk_swapchain: Use immediate present mode when mailbox is unavailable and FPS ↵ | ameerj | |
| is unlocked Allows drivers that do not support VK_PRESENT_MODE_MAILBOX_KHR the ability to present at a framerate higher than the monitor's refresh rate when the FPS is unlocked. | |||
| 2021-09-12 | Merge pull request #7002 from ameerj/vk-state-unused | Mai M | |
| vk_state_tracker: Remove unused function | |||
| 2021-09-12 | vk_rasterizer: Fix dynamic StencilOp updating when two faces are enabled | ameerj | |
| This function was incorrectly using the stencil_two_side_enable register when dynamically updating the StencilOp. | |||
| 2021-09-12 | vk_state_tracker: Remove unused function | ameerj | |
| 2021-09-11 | shader_environment: Add missing <algorithm> include | Morph | |
| 2021-09-11 | vk_descriptor_pool: Add missing <algorithm> include | Morph | |
| 2021-09-11 | slot_vector: Add missing <algorithm> include | Morph | |
| 2021-09-11 | video_core/memory_manager: Add missing <algorithm> include | Morph | |
| 2021-09-11 | codec: Add missing <string_view> include | Morph | |
| 2021-09-11 | Merge pull request #6846 from ameerj/nvdec-gpu-decode | Fernando S | |
| nvdec: Add GPU video decoding for all capable drivers and platforms | |||
| 2021-09-11 | Merge pull request #6901 from ameerj/vk-clear-bits | Fernando S | |
| vk_rasterizer: Only clear depth/stencil buffers when specified in attachment aspect mask | |||
| 2021-09-11 | Merge pull request #6941 from ameerj/swapchain-srgb | Fernando S | |
| vk_swapchain: Prefer linear swapchain format when presenting sRGB images | |||
| 2021-09-11 | Merge pull request #6953 from ameerj/anv-semaphore | Fernando S | |
| renderer_vulkan: Wait on present semaphore at queue submit | |||
| 2021-09-07 | Fix blend equation enum error | Feng Chen | |
| 2021-09-02 | renderer_vulkan: Wait on present semaphore at queue submit | ameerj | |
| The present semaphore is being signalled by the call to acquire the swapchain image. This semaphore is meant to be waited on when rendering to the swapchain image. Currently it is waited on when presenting, but moving its usage to be waited on in the command buffer submission allows for proper usage of this semaphore. Fixes the device lost when launching titles on the Intel Linux Mesa driver. | |||
| 2021-09-01 | Merge pull request #6900 from ameerj/attr-reorder | bunnei | |
| structured_control_flow: Add DemoteCombinationPass | |||
| 2021-08-31 | Merge pull request #6897 from FernandoS27/pineapple-does-not-belong-in-pizza | bunnei | |
| Project <tentative title>: Rework Garbage Collection. | |||
| 2021-08-30 | Merge pull request #6879 from ameerj/decoder-assert | bunnei | |
| vk_blit_screen: Fix non-accelerated texture size calculation | |||
| 2021-08-30 | structured_control_flow: Conditionally invoke demote reorder pass | ameerj | |
| This is only needed on select drivers when a fragment shader discards/demotes. | |||
| 2021-08-29 | Garbage Collection: Make it more agressive on high priority mode. | Fernando Sahmkow | |
| 2021-08-29 | Garbage Collection: Adress Feedback. | Fernando Sahmkow | |
| 2021-08-29 | vulkan_device: Enable VK_KHR_swapchain_mutable_format if available | ameerj | |
| Silences validation errors when creating sRGB image views of linear swapchain images | |||
| 2021-08-29 | vk_swapchain: Prefer linear swapchain format when presenting sRGB images | ameerj | |
| Fixes broken sRGB when presenting from a secondary GPU. | |||
| 2021-08-28 | Garbage Collection: enable as default, eliminate option. | Fernando Sahmkow | |
| 2021-08-28 | VideoCore: Rework Garbage Collection. | Fernando Sahmkow | |
| 2021-08-25 | vp9_types: Minor refactor of VP9 info structs. | ameerj | |
| 2021-08-25 | vp9_types: Remove unused Vp9PictureInfo members | ameerj | |
| 2021-08-25 | Merge pull request #6919 from ameerj/vk-int8-capability | Fernando S | |
| vulkan_device: Add a check for int8 support | |||
| 2021-08-25 | Merge pull request #6894 from FernandoS27/bunneis-left-ear | Ameer J | |
| GPU_MemoryManger: Fix GetSubmappedRange. | |||
| 2021-08-24 | vulkan_device: Add a check for int8 support | ameerj | |
| Silences validation errors when shaders use int8 without specifying its support to the API | |||
| 2021-08-21 | vk_rasterizer: Only clear depth and stencil buffers when set in attachment ↵ | ameerj | |
| aspect mask Silences validation errors for clearing the depth/stencil buffers of framebuffer attachments that were not specified to have depth/stencil usage. | |||
| 2021-08-21 | Merge pull request #6888 from v1993/patch-3 | Ameer J | |
| video_core: eliminate constant ternary | |||
| 2021-08-19 | GPU_MemoryManger: Fix GetSubmappedRange. | Fernando Sahmkow | |
