aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/video_core
AgeCommit message (Expand)Author
2024-01-31renderer_vulkan: split up blit screen resources into separate antialias and w...Liam
2024-01-31renderer_vulkan: isolate FXAA from blit screenLiam
2024-01-31renderer_opengl: isolate core presentation codeLiam
2024-01-31video_core: consistently account for resolution scaling when renderingLiam
2024-01-31video_core: simplify accelerated surface fetch and crop handling between APIsLiam
2024-01-31Texture Cache: make sparse texture table per channelFernando Sahmkow
2024-01-29Merge pull request #12814 from Kelebek1/time_new_ipcliamwhite
2024-01-29Merge pull request #12439 from FireBurn/vkresultliamwhite
2024-01-27Move time services to new IPC.Kelebek1
2024-01-25Merge pull request #12499 from Kelebek1/timeliamwhite
2024-01-24Demote Mesa dozen to the bottom of the device listMatías Locatti
2024-01-24Rework time service to fix time passing offline.Kelebek1
2024-01-22Merge pull request #12579 from FernandoS27/smmuliamwhite
2024-01-22Simplify VkResult lookupMike Lothian
2024-01-22Add Vulkan-Utility-Libraries dependencyMike Lothian
2024-01-18Core: Eliminate core/memory dependancies.Fernando Sahmkow
2024-01-18SMMU: Fix 8Gb layout.Fernando Sahmkow
2024-01-18Core: Clang format and other small issues.Fernando Sahmkow
2024-01-18SMMU: Simplify and remove old code.Fernando Sahmkow
2024-01-18SMMU: Add Android compatibilityFernando Sahmkow
2024-01-18GPU-SMMU: Estimate game leak and preallocate device region.Fernando Sahmkow
2024-01-18GPU SMMU: Expand to 34 bitsFernando Sahmkow
2024-01-18SMMU: Implement physical memory mirroringFernando Sahmkow
2024-01-18SMMU: Initial adaptation to video_core.Fernando Sahmkow
2024-01-18SMMU: Implement backing CPU page protect/unprotectFernando Sahmkow
2024-01-18NVDRV: Implement sessions and initial implementation of SMMUFernando Sahmkow
2024-01-18Core: Initial implementation of device memory mappingFernando Sahmkow
2024-01-16renderer_vulkan: recreate swapchain when frame size changesLiam
2024-01-15Fix one more typoViktor Szépe
2024-01-07Fix typos in video_coreViktor Szépe
2024-01-04Merge pull request #12437 from ameerj/gl-amd-fixesliamwhite
2023-12-31Vulkan: Only recreate swapchain if the frame is bigger than the swap image.Fernando Sahmkow
2023-12-31MaxwellDMA: Don't flush the outputs of a dma copy.Fernando Sahmkow
2023-12-30Merge pull request #12479 from GPUCode/linear-bcnFernando S
2023-12-26Merge pull request #12449 from liamwhite/debug-utilsliamwhite
2023-12-26Merge pull request #12448 from liamwhite/format-assertliamwhite
2023-12-26Merge pull request #12415 from ameerj/ogl-draw-autoliamwhite
2023-12-26video_core: Fix buffer_row_length computation for linear compressed texturesGPUCode
2023-12-23renderer_vulkan: skip SetObjectNameEXT on unsupported driverLiam
2023-12-23renderer_vulkan: demote format assert to error logLiam
2023-12-22Merge pull request #12412 from ameerj/gl-query-primsliamwhite
2023-12-22Merge pull request #12410 from liamwhite/more-mali-nullFernando S
2023-12-21shader_recompiler: use float image operations on load/store when requiredLiam
2023-12-20gl_device: Remove AMD blacklists that are no longer applicableAmeer J
2023-12-20Merge pull request #12414 from jbeich/vk274liamwhite
2023-12-20Merge pull request #12400 from ameerj/vk-query-prefix-fixliamwhite
2023-12-20Merge pull request #12403 from liamwhite/clipdistanceFernando S
2023-12-20Merge pull request #12390 from liamwhite/binding-insanityFernando S
2023-12-20gl_rasterizer: Less spammy log for unimplemented resetsAmeer J
2023-12-19gl_rasterizer: Implement DrawTransformFeedback macroAmeer J