| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-07-02 | Merge pull request #10479 from GPUCode/format-list | liamwhite | |
| Add support for VK_KHR_image_format_list | |||
| 2023-07-02 | Merge pull request #10942 from FernandoS27/android-is-a-pain-in-the-a-- | liamwhite | |
| Memory Tracking: Add mechanism to register small writes when gpu page is contested by GPU | |||
| 2023-07-01 | vulkan_common: use device local preferred for image memory | Liam | |
| 2023-07-01 | Revert "texture_cache: Fix incorrect logic for AccelerateDMA" | Liam | |
| This reverts commit 1fc47361a12afd91d8ea0b76378e0b3d4feb93a6. | |||
| 2023-07-01 | Merge pull request #10984 from comex/cob | liamwhite | |
| Minor cleanup in BufferCacheRuntime::ReserveNullBuffer | |||
| 2023-07-01 | Merge pull request #10974 from Steveice10/macos_vk | liamwhite | |
| vulkan: Improvements to macOS surface creation | |||
| 2023-07-01 | Merge pull request #10970 from Morph1984/thing | liamwhite | |
| general: Misc changes that did not deserve their own PRs | |||
| 2023-07-01 | Minor cleanup in BufferCacheRuntime::ReserveNullBuffer | comex | |
| As far as I can tell, there is no reason to OR this bit in separately. | |||
| 2023-07-01 | renderer_vulkan: Fix some missing view formats | GPUCode | |
| * Many times the format itself wouldn't have been added to the list causing device losses for nvidia GPUs * Also account for ASTC acceleration storage views | |||
| 2023-07-01 | renderer_vulkan: Add support for VK_KHR_image_format_list | GPUCode | |
| 2023-06-30 | vulkan: Use newer VK_EXT_metal_surface to create surface for MoltenVK. | Steveice10 | |
| 2023-06-30 | maxwell_dma: Specify dst_operand.pitch instead of a temp var | Morph | |
| 2023-06-30 | general: Use ScratchBuffer where possible | Morph | |
| 2023-06-30 | Merge pull request #10953 from FernandoS27/oh-oopsies-yfc | Fernando S | |
| Texture cache: Fix YFC regression due to code testing | |||
| 2023-06-30 | Merge pull request #10956 from FernandoS27/pikmin-another-game-ill-hate | Fernando S | |
| AccelerateDMA: Don't accelerate 3D texture DMA operations | |||
| 2023-06-29 | video_core: vulkan_device: Scope S8Gen2 checks to just Qualcomm. | bunnei | |
| 2023-06-29 | video_core: vulkan_device: Fix S8Gen2 dynamic state checks. | bunnei | |
| 2023-06-29 | AccelerateDMA: Don't accelerate 3D texture DMA operations | Fernando Sahmkow | |
| 2023-06-29 | Texture cache: Fix YFC regression due to code testing | Fernando Sahmkow | |
| 2023-06-28 | Blacklist EDS3 blending from new AMD drivers | Matías Locatti | |
| 2023-06-28 | Memory Tracking: Optimize tracking to only use atomic writes when contested ↵ | Fernando Sahmkow | |
| with the host GPU | |||
| 2023-06-28 | MemoryTracking: Initial setup of atomic writes. | Fernando Sahmkow | |
| 2023-06-27 | renderer_vulkan: Prevent crashes when blitting depth stencil | GPUCode | |
| 2023-06-27 | video_core: Add BCn decoding support | GPUCode | |
| 2023-06-27 | renderer_vulkan: Add more feature checking | GPUCode | |
| 2023-06-27 | renderer_vulkan: Don't assume debug tool with debug renderer | GPUCode | |
| * Causes crashes because mali drivers don't support debug utils | |||
| 2023-06-27 | renderer_vulkan: Bump minimum SPIRV version | GPUCode | |
| * 1.3 is guaranteed on all 1.1 drivers | |||
| 2023-06-27 | renderer_vulkan: Respect viewport limit | GPUCode | |
| 2023-06-27 | renderer_vulkan: Don't add transform feedback flag if unsupported | GPUCode | |
| 2023-06-27 | renderer_vulkan: Add suport for debug report callback | GPUCode | |
| 2023-06-27 | Merge pull request #10867 from Kelebek1/dma_safe | liamwhite | |
| Use safe reads in DMA engine | |||
| 2023-06-27 | Merge pull request #10473 from GPUCode/vma | liamwhite | |
| Use vulkan memory allocator | |||
| 2023-06-26 | externals: Use cmake subdirectory | GPUCode | |
| 2023-06-26 | Use safe reads in DMA engine | Kelebek1 | |
| 2023-06-25 | OpenGL: Limit lmem warmup to NVIDIA | ameerj | |
| :frog: | |||
| 2023-06-25 | shaders: Track local memory usage | ameerj | |
| 2023-06-25 | OpenGL: Add Local Memory warmup shader | ameerj | |
| 2023-06-23 | Merge pull request #10859 from liamwhite/no-more-atomic-wait | liamwhite | |
| general: remove atomic signal and wait | |||
| 2023-06-22 | vulkan_common: Remove required flags | GPUCode | |
| * Allows VMA to fallback to system RAM instead of crashing | |||
| 2023-06-22 | general: remove atomic signal and wait | Liam | |
| 2023-06-22 | Remove memory allocations in some hot paths | Kelebek1 | |
| 2023-06-21 | Merge pull request #10086 from Morph1984/coretiming-ng-1 | bunnei | |
| core_timing: Use CNTPCT as the guest CPU tick | |||
| 2023-06-21 | Merge pull request #10777 from liamwhite/no-barrier | bunnei | |
| video_core: optionally skip barriers on feedback loops | |||
| 2023-06-20 | Merge pull request #10818 from vonchenplus/render_target_samples | liamwhite | |
| video_core: add samples check when find render target | |||
| 2023-06-20 | Merge pull request #10835 from lat9nq/intel-restrict-compute-disable | liamwhite | |
| vulkan_device: Restrict compute disable only to affected Intel drivers | |||
| 2023-06-20 | Merge pull request #10840 from Kelebek1/unbug_blinks_brain | liamwhite | |
| Use current GPU address when unmapping GPU pages, not the base | |||
| 2023-06-19 | vulkan_device: Remove brace initializer | toast2903 | |
| Co-authored-by: Tobias <thm.frey@gmail.com> | |||
| 2023-06-19 | video_core: Check broken compute earlier | lat9nq | |
| Checks it as the system is determining what settings to enable. Reduces the need to check settings while the system is running. | |||
| 2023-06-19 | Use current GPU address when unmapping GPU pages, not the base | Kelebek1 | |
| 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 | |||
