aboutsummaryrefslogtreecommitdiff
path: root/src/video_core/CMakeLists.txt
AgeCommit message (Expand)Author
2023-01-06Merge pull request #9552 from liamwhite/turboliamwhite
2023-01-05video_core: Cache GPU internal writes.Fernando Sahmkow
2023-01-04vulkan: implement 'turbo mode' clock boosterLiam
2023-01-01RasterizerMemory: Add filtering for flushing/invalidation operations.Fernando Sahmkow
2022-12-08video_core: Integrate SMAALiam
2022-12-08Merge pull request #9401 from vonchenplus/draw_managerFernando S
2022-12-08video_core: Implement maxwell3d draw manager and split draw logicFeng Chen
2022-12-04cmake: prefer system librariesAlexandre Bouvier
2022-12-04Merge pull request #9374 from liamwhite/externalsliamwhite
2022-12-04externals: update dynarmic, SDL2Liam
2022-12-03Merge pull request #9344 from liamwhite/nullbunnei
2022-11-29CMake: Use precompiled headersameerj
2022-11-28video_core: add null backendLiam
2022-11-24Fermi2D: Rework blit engine and add a software blitter.Fernando Sahmkow
2022-11-09Initial ARM64 supportLiam
2022-10-22CMakeLists: Remove all redundant warningsMorph
2022-10-17video_core: Implement memory manager page kindFengChen
2022-10-06NVDRV: Refactor Host1xFernando Sahmkow
2022-10-06VideoCore: Refactor syncing.Fernando Sahmkow
2022-10-06Refactor VideoCore to use AS sepparate from Channel.Fernando Sahmkow
2022-10-06VideoCore: implement channels on gpu caches.Fernando Sahmkow
2022-07-27chore: make yuzu REUSE compliantAndrea Pappacoda
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