aboutsummaryrefslogtreecommitdiff
path: root/src/video_core/CMakeLists.txt
AgeCommit message (Expand)Author
2022-06-13CMakeLists: Make variable shadowing a compile-time errorMorph
2022-06-01core/debugger: Improved stepping mechanism and misc fixesLiam
2021-12-02video_core/cmake: link against libva explicitly ...liushuyu
2021-11-16Vulkan: Reimplement FSR constant generation functions to avoid GCC warningsMarshall Mohror
2021-11-16Presentation: Only use FP16 in scaling shaders on supported devices in VulkanMarshall Mohror
2021-11-16vulkan: Implement FidelityFX Super ResolutionMarshall Mohror
2021-11-12codecs: Add VP8 codec classameerj
2021-08-16cmake: Add VDPAU and NVDEC support to FFmpeglat9nq
2021-08-05texture_cache: Address ameerj's reviewyzct12345
2021-08-05texture_cache: Split templates outyzct12345
2021-08-03nvdec: Implement VA-API hardware video acceleration (#6713)yzct12345
2021-07-27renderer_vulkan: Add setting to log pipeline statisticsReinUsesLisp
2021-07-22gl_shader_cache: Implement async shadersameerj
2021-07-22gl_shader_cache: Rename Program abstractions into PipelineReinUsesLisp
2021-07-22video_core: Abstract transform feedback translation utilityReinUsesLisp
2021-07-22shader: Initial OpenGL implementationReinUsesLisp
2021-07-22shader: Move pipeline cache logic to separate filesReinUsesLisp
2021-07-22shader_recompiler,video_core: Cleanup some GCC and Clang errorslat9nq
2021-07-22shader: Add partial rasterizer integrationReinUsesLisp
2021-07-22shader: Primitive Vulkan integrationReinUsesLisp
2021-07-22shader: Remove old shader managementReinUsesLisp
2021-06-28video_core: Enforce C4242Morph
2021-06-26video_core: Enforce C4244ReinUsesLisp
2021-06-15textures: Reintroduce CPU ASTC decoderameerj
2021-03-25astc_decoder: Refactor for style and more efficient memory useameerj
2021-02-13video_core: Reimplement the buffer cacheReinUsesLisp
2021-02-08Merge pull request #5880 from lat9nq/ffmpeg-externalAmeer J
2021-02-08video_core: Delete mortonChloe Marcec
2021-02-05CMake: Port citra-emu/citra FindFFmpeg.cmakelat9nq
2021-02-05CMake: Implement YUZU_USE_BUNDLED_FFMPEGlat9nq
2021-01-23video_core/cmake: Properly generate fatal errors on AftermathReinUsesLisp
2021-01-16Merge pull request #5262 from ReinUsesLisp/buffer-baseRodrigo Locatti
2021-01-15vulkan_common: Move allocator to the common directoryReinUsesLisp
2021-01-15video_core/cmake: Remove Werror flags already defined code-base wideReinUsesLisp
2021-01-13buffer_cache/buffer_base: Add a range tracking buffer containerReinUsesLisp
2021-01-04renderer_vulkan/nsight_aftermath_tracker: Move to vulkan_commonReinUsesLisp
2021-01-04renderer_vulkan: Move device abstraction to vulkan_commonReinUsesLisp
2021-01-03Merge pull request #5230 from ReinUsesLisp/vulkan-commonRodrigo Locatti
2020-12-30Merge pull request #5208 from bunnei/service-threadsbunnei
2020-12-31renderer_vulkan: Initialize surface in separate fileReinUsesLisp
2020-12-31renderer_vulkan: Create debug callback on separate file and throwReinUsesLisp
2020-12-31renderer_vulkan: Move instance initialization to a separate fileReinUsesLisp
2020-12-31vulkan_common: Rename renderer_vulkan/wrapper.h to vulkan_common/vulkan_wrapp...ReinUsesLisp
2020-12-31vulkan_common: Move dynamic library load to a separate fileReinUsesLisp
2020-12-30video_core: Rewrite the texture cacheReinUsesLisp
2020-12-30video_core: Add a delayed destruction ring abstractionReinUsesLisp
2020-12-28video_core: gpu: Refactor out synchronous/asynchronous GPU implementations.bunnei
2020-12-25Merge pull request #5226 from ReinUsesLisp/c4715-vcRodrigo Locatti
2020-12-24cmake: Always enable VulkanReinUsesLisp
2020-12-24video_core: Enforce C4715 (not all control paths return a value)ReinUsesLisp