summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/CMakeLists.txt
AgeCommit message (Expand)Author
2025-11-23VideoCommon: update resource manager with a material/shader/and texture(+samp...iwubcode
2025-11-23VideoCommon: add some helper functions for resource logic that generates inva...iwubcode
2025-11-23VideoCommon: move ApplyDriverBugs for the normal pipeline out into a utility ...iwubcode
2025-11-23VideoCommon: add a texture pool for resource managementiwubcode
2025-11-23VideoCommon: separate the concept of a 'resource' from an 'asset'. A resourc...iwubcode
2025-11-02Merge pull request #13975 from iwubcode/shader_includesJMC47
2025-10-26VideoBackends / VideoCommon: add support for specifying include files in shad...iwubcode
2025-10-24CMake: Fix bundled glslangTellowKrinkle
2025-09-27Externals: Update glslang to 16.0.0 and allow using system glslangJoshua Vandaƫle
2025-09-23Externals / VideoCommon: update glslang to latest, turn into submoduleiwubcode
2025-08-23VideoCommon: update material asset to support render state properties, suppor...iwubcode
2025-06-06VideoCommon: watch texture pack folder for texture reloads (from dynamic inpu...iwubcode
2025-06-06VideoCommon: add resource manager and new asset loader; the resource manager...iwubcode
2025-06-06VideoCommon: rename GameTextureAsset into TextureAsset and make it only conta...iwubcode
2025-06-06VideoCommon: move AssetMap to a types header file, so it can be pulled in wit...iwubcode
2025-03-12VideoCommon: Rename Renderer to EFBInterface.Jordan Woyak
2024-07-06Properly link against xxhashTellowKrinkle
2024-02-11VideoCommon: add functionality to prepare for a mesh asset that is loaded fro...iwubcode
2024-01-27VideoCommon: refactor the custom pipeline logic in the graphics mod action in...iwubcode
2023-11-28Remove _M_X86 in favour of _M_X86_64Zopolis4
2023-11-28Merge pull request #12328 from iwubcode/xf_state_managerTilka
2023-11-26VideoCommon: move texture dump function out of texture cache to its own free ...iwubcode
2023-11-26VideoCommon: move xf state management to its own class, so changes can be det...iwubcode
2023-08-20VideoCommon: add support to graphics mod manager to load in assets and pass i...iwubcode
2023-08-20VideoCommon: add custom pipeline actioniwubcode
2023-08-20VideoCommon: add custom shader cacheiwubcode
2023-07-09VideoCommon: add material asset. A material is similar to other graphics eng...iwubcode
2023-07-03Merge pull request #12009 from iwubcode/shader_assetAdmiral H. Curtiss
2023-06-30VideoCommon: add a pixel shader assetiwubcode
2023-06-15CMake: Use targets for all optionally-external dependenciesTellowKrinkle
2023-06-02VideoCommon: add multithreaded asset loader and define a texture assetiwubcode
2023-06-02VideoCommon: add an asset library that loads directly from the filesystemiwubcode
2023-06-02VideoCommon: move custom texture data to assetsiwubcode
2023-06-01VideoCommon: add custom asset implementation and asset library that can load ...iwubcode
2023-03-01VideoCommon: remove HiResTexture DDS loading, update hirestexture logic to us...iwubcode
2023-03-01VideoCommon: add class to load custom texture dataiwubcode
2023-02-10VideoCommon: add constant value to set the allowed maximum number of pixel sa...iwubcode
2023-02-09Merge pull request #11544 from jmallach/spngMarkus Wick
2023-02-09Insert a more solid abstraction between Qt and ImguiScott Mansell
2023-02-09Move WidescreenHeuristic to it's own classScott Mansell
2023-02-06Allow building against system libspngJordi Mallach
2023-01-31Introduce an Event system to VideoCommonScott Mansell
2023-01-31Split AbstractGfx out of RendererScott Mansell
2023-01-31Rename FrameDump.{cpp,h} to FrameDumpFFMpeg.{cpp,h}Scott Mansell
2023-01-31Move Presenting, Dumping and ImGui out of RendererScott Mansell
2023-01-25VideoCommon: Add class for quickly transforming and culling vertices on the CPUTellowKrinkle
2022-12-23New FrameTime/VBlank Analyzer + GraphSam Belliveau
2022-10-09VideoCommon: add structures to graphics mods to allow for future adding or re...iwubcode
2022-07-25replace libpng with libspngShawn Hoffman
2022-07-08Merge pull request #10673 from iwubcode/spirv-backendsJMC47