summaryrefslogtreecommitdiff
path: root/src/video_core
AgeCommit message (Expand)Author
2023-06-18renderer_vulkan: Add missing initializersGPUCode
2023-06-18renderer_vulkan: Use VMA for buffersGPUCode
2023-06-18renderer_vulkan: Use VMA for imagesGPUCode
2023-06-18memory_allocator: Remove OpenGL interopGPUCode
2023-06-18externals: Add vma and initialize itlat9nq
2023-06-18vulkan_device: Remove external memory extensionlat9nq
2023-06-17renderer_vulkan: add missing includeLiam
2023-06-18Merge pull request #10744 from Wollnashorn/af-for-allFernando S
2023-06-17Synchronize vertex buffer even when it doesn't require bindingKelebek1
2023-06-17video_core: add samples check when find render targetFengChen
2023-06-17video_core: Only apply AF to 2D (array) image typesWollnashorn
2023-06-17video_core: Removed AF for all mip modes option as it's default nowWollnashorn
2023-06-16Merge pull request #10783 from liamwhite/memorybunnei
2023-06-16video_core: drawtexture support upscaleFeng Chen
2023-06-16video_core: Use sampler IDs instead pointers in the pipeline configWollnashorn
2023-06-15Merge pull request #10790 from liamwhite/arm-driver-momentbunnei
2023-06-15Merge pull request #10775 from liamwhite/cb2bunnei
2023-06-15video_core: Fallback to default anisotropy instead to 1x anisotropyWollnashorn
2023-06-15video_core: Disable AF for non-color image formatsWollnashorn
2023-06-15video_core: Fixed compilation errors because of name shadowingWollnashorn
2023-06-15vulkan_device: disable extended_dynamic_state2 on ARM driversLiam
2023-06-15video_core: Add per-image anisotropy heuristics (format & mip count)Wollnashorn
2023-06-14video_core: preallocate fewer IR blocksLiam
2023-06-14video_core: optionally skip barriers on feedback loopsLiam
2023-06-14renderer_vulkan: propagate conditional barrier supportLiam
2023-06-14video_core: Apply AF only to samplers with normal LOD range [0, 1+x]Wollnashorn
2023-06-14video_core: Fix default anisotropic heuristicWollnashorn
2023-06-14video_core: Never apply AF to None mipmap modeWollnashorn
2023-06-13video_core: Disable anisotropic filtering for samplers with depth compareWollnashorn
2023-06-13buffer_cache_base: Specify buffer type in HostBindingsMorph
2023-06-13video_core: Option to apply anisotropic filtering for all mipmap modesWollnashorn
2023-06-12Merge pull request #10675 from liamwhite/scalerliamwhite
2023-06-12Merge pull request #10699 from liamwhite/conditional-barrierMatías Locatti
2023-06-12Merge pull request #10693 from liamwhite/f64-to-f32bunnei
2023-06-11Merge pull request #10668 from Kelebek1/reduce_vertex_bindingsbunnei
2023-06-10android: Fix screen orientation & blurriness.bunnei
2023-06-10shader_recompiler: translate f64 to f32 when unsupported on hostLiam
2023-06-10shader_recompiler: remove barriers in conditional control flow when device la...Liam
2023-06-08image_info: adjust rescale thresholds and refactor constant useLiam
2023-06-08vk_blit_screen: use higher bit depth for fxaaLiam
2023-06-08Combine vertex/transform feedback buffer binding into a single callKelebek1
2023-06-07(wall, native)_clock: Add GetGPUTickMorph
2023-06-07core_timing: Use CNTPCT as the guest CPU tickMorph
2023-06-07Merge pull request #10635 from mrcmunir/l4t-tx1-nvidialiamwhite
2023-06-07Merge pull request #10476 from ameerj/gl-memory-mapsliamwhite
2023-06-07Merge pull request #10583 from ameerj/ill-logicliamwhite
2023-06-06Updated to lexicographical order suggestionsCarlos Estrague / Mrc_munir
2023-06-06Make VK_EXT_robustness2 optionalCarlos Estrague / Mrc_munir
2023-06-03android: vk_presentation_manager: Fix unusued needs_recreation.bunnei
2023-06-03android: vk_turbo_mode: Remove unnecessary device recreation.bunnei