aboutsummaryrefslogtreecommitdiff
path: root/src/video_core/CMakeLists.txt
AgeCommit message (Collapse)Author
2024-02-09gpu: dependency-inject scaling/antialiasing filter state for capture layersLiam
2024-02-09nvnflinger/gpu: implement applet captureLiam
2024-02-04VideoCore: Move Slot Vector to CommonFernando Sahmkow
2024-01-31renderer_opengl: implement layer stack compositionLiam
2024-01-31renderer_vulkan: implement layer stack compositionLiam
2024-01-31renderer_opengl: split up blit screen resources into antialias and window ↵Liam
adapt passes
2024-01-31renderer_opengl: split out FXAALiam
2024-01-31renderer_opengl: split out SMAALiam
2024-01-31renderer_vulkan: split up blit screen resources into separate antialias and ↵Liam
window adapt passes
2024-01-31renderer_vulkan: isolate FXAA from blit screenLiam
2024-01-31renderer_opengl: isolate core presentation codeLiam
2024-01-31video_core: simplify accelerated surface fetch and crop handling between APIsLiam
2024-01-29Merge pull request #12814 from Kelebek1/time_new_ipcliamwhite
Move time services to new IPC and add debug printing
2024-01-29Merge pull request #12439 from FireBurn/vkresultliamwhite
Simplify VkResult lookup
2024-01-27Move time services to new IPC.Kelebek1
Add some fixes/improvements to usage with the new IPC
2024-01-22Add Vulkan-Utility-Libraries dependencyMike Lothian
2024-01-18SMMU: Initial adaptation to video_core.Fernando Sahmkow
2024-01-18NVDRV: Implement sessions and initial implementation of SMMUFernando Sahmkow
2023-11-26Merge pull request #11535 from GPUCode/upload_cmdbufFernando S
renderer_vulkan: Introduce separate cmd buffer for uploads
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
video_core: Move vma implementation to library
2023-06-07Merge pull request #10476 from ameerj/gl-memory-mapsliamwhite
OpenGL: Make use of persistent buffer maps in buffer cache
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
Persistent buffer maps were already used by the texture cache, this extends their usage for the buffer cache. In my testing, using the memory maps for uploads was slower than the existing "ImmediateUpload" path, so the memory map usage is limited to downloads for the time being.
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
video_core: Implement maxwell3d draw texture method
2023-01-06Merge pull request #9552 from liamwhite/turboliamwhite
vulkan: implement 'turbo mode' clock booster
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
Co-authored-by: goldenx86 <goldenx86@users.noreply.github.com> Co-authored-by: BreadFish64 <breadfish64@users.noreply.github.com>
2022-12-08Merge pull request #9401 from vonchenplus/draw_managerFernando S
video_core: Implement maxwell3d draw manager and split draw logic
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
externals: update dynarmic, SDL2
2022-12-04externals: update dynarmic, SDL2Liam
2022-12-03Merge pull request #9344 from liamwhite/nullbunnei
video_core: add null backend
2022-11-29CMake: Use precompiled headersameerj