| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | video_core: consistently account for resolution scaling when rendering | 2024-01-31 | 10 | -31/+40 | ||
| | | | | | ||||||
| | * | | | video_core: simplify accelerated surface fetch and crop handling between APIs | 2024-01-31 | 18 | -316/+262 | ||
| | | |/ | |/| | ||||||
| * / | | SwBlitter: Fix Pitch linear reading/writting | 2024-01-31 | 1 | -18/+19 | ||
| |/ / | ||||||
| * / | Texture Cache: make sparse texture table per channel | 2024-01-31 | 2 | -40/+51 | ||
| |/ | ||||||
| * | Merge pull request #12814 from Kelebek1/time_new_ipc | 2024-01-29 | 1 | -2/+2 | ||
| |\ | | | | | Move time services to new IPC and add debug printing | |||||
| | * | Move time services to new IPC. | 2024-01-27 | 1 | -2/+2 | ||
| | | | | | | | | | Add some fixes/improvements to usage with the new IPC | |||||
| * | | Merge pull request #12439 from FireBurn/vkresult | 2024-01-29 | 5 | -110/+15 | ||
| |\ \ | |/ |/| | Simplify VkResult lookup | |||||
| | * | Simplify VkResult lookup | 2024-01-22 | 4 | -109/+14 | ||
| | | | ||||||
| | * | Add Vulkan-Utility-Libraries dependency | 2024-01-22 | 1 | -1/+1 | ||
| | | | ||||||
| * | | Merge pull request #12499 from Kelebek1/time | 2024-01-25 | 7 | -7/+7 | ||
| |\ \ | | | | | | | Rework time services | |||||
| | * | | Rework time service to fix time passing offline. | 2024-01-24 | 7 | -7/+7 | ||
| | | | | ||||||
| * | | | Demote Mesa dozen to the bottom of the device list | 2024-01-24 | 1 | -0/+10 | ||
| | | | | ||||||
| * | | | Merge pull request #12579 from FernandoS27/smmu | 2024-01-22 | 68 | -951/+961 | ||
| |\ \ \ | | | | | | | | | Core: Implement Device Mapping & GPU SMMU | |||||
| | * | | | Core: Eliminate core/memory dependancies. | 2024-01-18 | 18 | -48/+37 | ||
| | | | | | ||||||
| | * | | | SMMU: Fix 8Gb layout. | 2024-01-18 | 1 | -0/+3 | ||
| | | | | | ||||||
| | * | | | Core: Clang format and other small issues. | 2024-01-18 | 23 | -52/+55 | ||
| | | | | | ||||||
| | * | | | SMMU: Simplify and remove old code. | 2024-01-18 | 1 | -1/+0 | ||
| | | | | | ||||||
| | * | | | SMMU: Add Android compatibility | 2024-01-18 | 5 | -5/+8 | ||
| | | | | | ||||||
| | * | | | GPU-SMMU: Estimate game leak and preallocate device region. | 2024-01-18 | 1 | -2/+0 | ||
| | | | | | ||||||
| | * | | | GPU SMMU: Expand to 34 bits | 2024-01-18 | 10 | -24/+52 | ||
| | | | | | ||||||
| | * | | | SMMU: Implement physical memory mirroring | 2024-01-18 | 2 | -8/+5 | ||
| | | | | | ||||||
| | * | | | SMMU: Initial adaptation to video_core. | 2024-01-18 | 58 | -875/+819 | ||
| | | | | | ||||||
| | * | | | SMMU: Implement backing CPU page protect/unprotect | 2024-01-18 | 2 | -0/+14 | ||
| | | | | | ||||||
| | * | | | NVDRV: Implement sessions and initial implementation of SMMU | 2024-01-18 | 4 | -17/+8 | ||
| | | | | | ||||||
| | * | | | Core: Initial implementation of device memory mapping | 2024-01-18 | 2 | -0/+41 | ||
| | |/ / | ||||||
| * / / | renderer_vulkan: recreate swapchain when frame size changes | 2024-01-16 | 1 | -1/+1 | ||
| |/ / | ||||||
| * | | Fix one more typo | 2024-01-15 | 1 | -1/+1 | ||
| | | | ||||||
| * | | Fix typos in video_core | 2024-01-07 | 18 | -52/+52 | ||
| | | | ||||||
| * | | Merge pull request #12437 from ameerj/gl-amd-fixes | 2024-01-04 | 1 | -5/+6 | ||
| |\ \ | |/ |/| | OpenGL: Fixes and workaround updates for AMD | |||||
| | * | gl_device: Remove AMD blacklists that are no longer applicable | 2023-12-20 | 1 | -5/+6 | ||
| | | | ||||||
| * | | Vulkan: Only recreate swapchain if the frame is bigger than the swap image. | 2023-12-31 | 1 | -1/+1 | ||
| | | | ||||||
| * | | MaxwellDMA: Don't flush the outputs of a dma copy. | 2023-12-31 | 1 | -2/+2 | ||
| | | | ||||||
| * | | Merge pull request #12479 from GPUCode/linear-bcn | 2023-12-30 | 3 | -33/+35 | ||
| |\ \ | | | | | | | video_core: Fix buffer_row_length for linear compressed textures | |||||
| | * | | video_core: Fix buffer_row_length computation for linear compressed textures | 2023-12-26 | 3 | -33/+35 | ||
| | | | | ||||||
| * | | | Merge pull request #12449 from liamwhite/debug-utils | 2023-12-26 | 1 | -1/+3 | ||
| |\ \ \ | | | | | | | | | renderer_vulkan: skip SetObjectNameEXT on unsupported driver | |||||
| | * | | | renderer_vulkan: skip SetObjectNameEXT on unsupported driver | 2023-12-23 | 1 | -1/+3 | ||
| | |/ / | ||||||
| * | | | Merge pull request #12448 from liamwhite/format-assert | 2023-12-26 | 1 | -8/+8 | ||
| |\ \ \ | | | | | | | | | renderer_vulkan: demote format assert to error log | |||||
| | * | | | renderer_vulkan: demote format assert to error log | 2023-12-23 | 1 | -8/+8 | ||
| | |/ / | ||||||
| * | | | Merge pull request #12415 from ameerj/ogl-draw-auto | 2023-12-26 | 8 | -2/+90 | ||
| |\ \ \ | |/ / |/| | | gl_rasterizer: Implement DrawTransformFeedback macro | |||||
| | * | | gl_rasterizer: Implement DrawTransformFeedback macro | 2023-12-19 | 8 | -2/+90 | ||
| | |/ | ||||||
| * | | Merge pull request #12412 from ameerj/gl-query-prims | 2023-12-22 | 6 | -45/+91 | ||
| |\ \ | | | | | | | OpenGL: Add GL_PRIMITIVES_GENERATED and GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN queries | |||||
| | * | | gl_rasterizer: Less spammy log for unimplemented resets | 2023-12-20 | 1 | -1/+1 | ||
| | | | | ||||||
| | * | | OpenGL: Add GL_PRIMITIVES_GENERATED and ↵ | 2023-12-19 | 6 | -49/+93 | ||
| | | | | | | | | | | | | | GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN queries | |||||
| * | | | Merge pull request #12410 from liamwhite/more-mali-null | 2023-12-22 | 2 | -8/+26 | ||
| |\ \ \ | | | | | | | | | renderer_vulkan: don't pass null view when nullDescriptor is not supported | |||||
| | * | | | renderer_vulkan: don't pass null view when nullDescriptor is not supported | 2023-12-19 | 2 | -8/+26 | ||
| | |/ / | ||||||
| * | | | shader_recompiler: use float image operations on load/store when required | 2023-12-21 | 4 | -19/+26 | ||
| | | | | ||||||
| * | | | Merge pull request #12414 from jbeich/vk274 | 2023-12-20 | 1 | -0/+2 | ||
| |\ \ \ | | | | | | | | | externals: update Vulkan-Headers to v1.3.274 | |||||
| | * | | | vulkan_common: unbreak build with Vulkan-Headers 1.3.274 | 2023-12-20 | 1 | -0/+2 | ||
| | |/ / | | | | | | | | | | | | | | | | src/video_core/vulkan_common/vulkan_wrapper.cpp:293:13: error: enumeration value 'VK_ERROR_INVALID_VIDEO_STD_PARAMETERS_KHR' not handled in switch [-Werror,-Wswitch] switch (result) { ^~~~~~ | |||||
| * | | | Merge pull request #12400 from ameerj/vk-query-prefix-fix | 2023-12-20 | 1 | -3/+6 | ||
| |\ \ \ | | | | | | | | | vk_query_cache: Fix prefix sum max_accumulation_limit logic | |||||
| | * | | | vk_query_cache: Fix prefix sum max_accumulation_limit logic | 2023-12-18 | 1 | -3/+6 | ||
| | | | | | ||||||