aboutsummaryrefslogtreecommitdiff
path: root/src/video_core/CMakeLists.txt
AgeCommit message (Expand)Author
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
2020-12-05video_core: Resolve more variable shadowing scenarios pt.3Lioncash
2020-10-28Merge pull request #4848 from ReinUsesLisp/type-limitsLC
2020-10-28video_core: Enforce -Wredundant-move and -Wpessimizing-moveReinUsesLisp
2020-10-28video_core: Enforce -Werror=type-limitsReinUsesLisp
2020-10-26video_core: NVDEC Implementationameerj
2020-10-20video_core: Conditially activate relevant compiler warningsLioncash
2020-10-09video_core: Enforce -Wclass-memaccessReinUsesLisp
2020-10-02video_core: Enforce -Wunused-variable and -Wunused-but-set-variableReinUsesLisp
2020-09-19renderer_vulkan: Make unconditional use of VK_KHR_timeline_semaphoreReinUsesLisp
2020-09-16video_core: Enforce -Werror=switchReinUsesLisp
2020-08-23video_core/host_shaders: Add CMake integration for string shadersReinUsesLisp
2020-07-17async shadersDavid Marcec
2020-06-26video_core/compatible_formats: Table to test if two formats are legal to view...ReinUsesLisp
2020-06-24Macro HLE supportDavid Marcec
2020-06-16Merge pull request #4041 from ReinUsesLisp/arb-decompbunnei
2020-06-11gl_arb_decompiler: Implement an assembly shader decompilerReinUsesLisp
2020-06-07rasterizer_cache: Remove files and includesReinUsesLisp
2020-06-07shader_cache: Implement a generic shader cacheReinUsesLisp
2020-05-30Implement macro JITDavid Marcec
2020-05-30Add xbyak externalDavid Marcec
2020-05-21map_interval: Add interval allocator and drop hackReinUsesLisp
2020-05-05Merge pull request #3815 from FernandoS27/command-list-2bunnei
2020-04-28Clang Format and Documentation.Fernando Sahmkow
2020-04-26shader/memory_util: Deduplicate codeReinUsesLisp
2020-04-22Merge pull request #3677 from FernandoS27/better-syncbunnei