index
:
dolphin
4.0-hotfixes
master
release-prep-2407
release-prep-2409
release-prep-2412
release-prep-2503
release-prep-2503a
release-prep-2506
release-prep-2506a
release-prep-2509
release-prep-2512
release-prep-2603
release-prep-2603a
release-prep-2606
stable
GameCube and Wii emulator
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Source
/
Core
/
VideoCommon
/
CMakeLists.txt
Age
Commit message (
Expand
)
Author
2025-11-23
VideoCommon: update resource manager with a material/shader/and texture(+samp...
iwubcode
2025-11-23
VideoCommon: add some helper functions for resource logic that generates inva...
iwubcode
2025-11-23
VideoCommon: move ApplyDriverBugs for the normal pipeline out into a utility ...
iwubcode
2025-11-23
VideoCommon: add a texture pool for resource management
iwubcode
2025-11-23
VideoCommon: separate the concept of a 'resource' from an 'asset'. A resourc...
iwubcode
2025-11-02
Merge pull request #13975 from iwubcode/shader_includes
JMC47
2025-10-26
VideoBackends / VideoCommon: add support for specifying include files in shad...
iwubcode
2025-10-24
CMake: Fix bundled glslang
TellowKrinkle
2025-09-27
Externals: Update glslang to 16.0.0 and allow using system glslang
Joshua Vandaƫle
2025-09-23
Externals / VideoCommon: update glslang to latest, turn into submodule
iwubcode
2025-08-23
VideoCommon: update material asset to support render state properties, suppor...
iwubcode
2025-06-06
VideoCommon: watch texture pack folder for texture reloads (from dynamic inpu...
iwubcode
2025-06-06
VideoCommon: add resource manager and new asset loader; the resource manager...
iwubcode
2025-06-06
VideoCommon: rename GameTextureAsset into TextureAsset and make it only conta...
iwubcode
2025-06-06
VideoCommon: move AssetMap to a types header file, so it can be pulled in wit...
iwubcode
2025-03-12
VideoCommon: Rename Renderer to EFBInterface.
Jordan Woyak
2024-07-06
Properly link against xxhash
TellowKrinkle
2024-02-11
VideoCommon: add functionality to prepare for a mesh asset that is loaded fro...
iwubcode
2024-01-27
VideoCommon: refactor the custom pipeline logic in the graphics mod action in...
iwubcode
2023-11-28
Remove _M_X86 in favour of _M_X86_64
Zopolis4
2023-11-28
Merge pull request #12328 from iwubcode/xf_state_manager
Tilka
2023-11-26
VideoCommon: move texture dump function out of texture cache to its own free ...
iwubcode
2023-11-26
VideoCommon: move xf state management to its own class, so changes can be det...
iwubcode
2023-08-20
VideoCommon: add support to graphics mod manager to load in assets and pass i...
iwubcode
2023-08-20
VideoCommon: add custom pipeline action
iwubcode
2023-08-20
VideoCommon: add custom shader cache
iwubcode
2023-07-09
VideoCommon: add material asset. A material is similar to other graphics eng...
iwubcode
2023-07-03
Merge pull request #12009 from iwubcode/shader_asset
Admiral H. Curtiss
2023-06-30
VideoCommon: add a pixel shader asset
iwubcode
2023-06-15
CMake: Use targets for all optionally-external dependencies
TellowKrinkle
2023-06-02
VideoCommon: add multithreaded asset loader and define a texture asset
iwubcode
2023-06-02
VideoCommon: add an asset library that loads directly from the filesystem
iwubcode
2023-06-02
VideoCommon: move custom texture data to assets
iwubcode
2023-06-01
VideoCommon: add custom asset implementation and asset library that can load ...
iwubcode
2023-03-01
VideoCommon: remove HiResTexture DDS loading, update hirestexture logic to us...
iwubcode
2023-03-01
VideoCommon: add class to load custom texture data
iwubcode
2023-02-10
VideoCommon: add constant value to set the allowed maximum number of pixel sa...
iwubcode
2023-02-09
Merge pull request #11544 from jmallach/spng
Markus Wick
2023-02-09
Insert a more solid abstraction between Qt and Imgui
Scott Mansell
2023-02-09
Move WidescreenHeuristic to it's own class
Scott Mansell
2023-02-06
Allow building against system libspng
Jordi Mallach
2023-01-31
Introduce an Event system to VideoCommon
Scott Mansell
2023-01-31
Split AbstractGfx out of Renderer
Scott Mansell
2023-01-31
Rename FrameDump.{cpp,h} to FrameDumpFFMpeg.{cpp,h}
Scott Mansell
2023-01-31
Move Presenting, Dumping and ImGui out of Renderer
Scott Mansell
2023-01-25
VideoCommon: Add class for quickly transforming and culling vertices on the CPU
TellowKrinkle
2022-12-23
New FrameTime/VBlank Analyzer + Graph
Sam Belliveau
2022-10-09
VideoCommon: add structures to graphics mods to allow for future adding or re...
iwubcode
2022-07-25
replace libpng with libspng
Shawn Hoffman
2022-07-08
Merge pull request #10673 from iwubcode/spirv-backends
JMC47
[next]