aboutsummaryrefslogtreecommitdiff
path: root/src/video_core/CMakeLists.txt
AgeCommit message (Expand)Author
2023-11-26Merge pull request #11535 from GPUCode/upload_cmdbufFernando S
2023-11-16video_core: refactor video frame and packet parsingLiam
2023-11-12renderer_vulkan: Introduce separate cmd buffer for uploadsGPUCode
2023-09-23Query Cache: Setup Base reworkFernando Sahmkow
2023-07-31vma: enable options everywhereAlexandre Bouvier
2023-07-12cmake: allow using system VMA libraryAlexandre Bouvier
2023-06-27video_core: Add BCn decoding supportGPUCode
2023-06-18externals: Add vma and initialize itlat9nq
2023-06-07Merge pull request #10476 from ameerj/gl-memory-mapsliamwhite
2023-06-03build: only enable adrenotools on arm64Liam
2023-06-03externals: add adrenotools for bcenablerLiam
2023-06-03cmake: Integrate bundled FFmpeg for Android.bunnei
2023-05-28OpenGL: Make use of persistent buffer maps in buffer cache downloadsameerj
2023-05-23textures: add BC1 and BC3 compressors and recompression settingLiam
2023-05-01renderer_vulkan: Async presentationGPUCode
2023-04-29Buffer Cache: Fully rework the buffer cache.Fernando Sahmkow
2023-02-27Partially apply LTO to only core and video_core projects.Matías Locatti
2023-01-26video_core/opengl: Add FSR upscaling filter to the OpenGL rendererWollnashorn
2023-01-19Merge pull request #9556 from vonchenplus/draw_textureliamwhite
2023-01-06Merge pull request #9552 from liamwhite/turboliamwhite
2023-01-05video_core: Cache GPU internal writes.Fernando Sahmkow
2023-01-05video_core: Implement opengl/vulkan draw_textureFeng Chen
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