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
Age
Commit message (
Expand
)
Author
2025-08-23
VideoCommon: update material asset to support render state properties, suppor...
iwubcode
2025-08-23
VideoBackends / VideoCommon: rename member variables in RenderState to be con...
iwubcode
2025-08-23
VideoCommon: fix -Wmismatched-tags warning
Tillmann Karras
2025-08-22
Merge pull request #13869 from TryTwo/ImGui_Updates
JMC47
2025-08-20
VideoCommon: Remove unused EnumMaps from PixelShaderGen
Sintendo
2025-08-19
Merge pull request #13873 from Dentomologist/dolphinanalytics_use_pascal_case...
Tilka
2025-08-18
Update code to work with new version of ImGui.
TryTwo
2025-08-18
OpcodeDecoder: provide default GetVertexSize() implementation
Tillmann Karras
2025-08-14
DolphinAnalytics: Use Pascal case for GameQuirk enum
Dentomologist
2025-08-01
Merge pull request #13780 from jordan-woyak/fix-text-filter-nearest
Admiral H. Curtiss
2025-08-01
Merge pull request #13749 from iwubcode/vertex_shadergen_expand_fix
Admiral H. Curtiss
2025-08-01
Merge pull request #13794 from Sintendo/doouble-lookup
Admiral H. Curtiss
2025-07-31
Merge pull request #13830 from CrossVR/broken-depth-clamp-control
Tilka
2025-07-30
VideoCommon: drop unused XF enumerators
Tillmann Karras
2025-07-29
VKPipeline: Don't include depth clamp control struct when not supported
CrossVR
2025-07-29
DriverDetails: Disable depth_clamp_control on AMD official drivers
CrossVR
2025-07-21
Vulkan: Add support for unrestricted depth range.
CrossVR
2025-07-09
VideoBackendBase: Remove redundant unique_ptr reset
Dentomologist
2025-07-08
Avoid map/set double lookups
Sintendo
2025-06-28
VideoCommon: Fix "Force Nearest" texture filter setting.
Jordan Woyak
2025-06-24
VideoCommon: remove unused struct fields
Tillmann Karras
2025-06-14
Source: Remove redundant lambda parameter lists
Dr. Dystopia
2025-06-09
VideoCommon: fix regression where scenes with expanded lines or points would ...
iwubcode
2025-06-08
Merge pull request #13727 from JoshuaVandaele/fmt-11.2.0-localtime-deprec
Tilka
2025-06-07
Merge pull request #13522 from tygyh/Enforce-overriding-destructor-style-Core...
Jordan Woyak
2025-06-06
VideoCommon: remove 'GetByteSizeInMemory()' from custom asset, it is not need...
iwubcode
2025-06-06
VideoCommon: avoid race conditions with asset load/unload by moving the lock ...
iwubcode
2025-06-06
VideoCommon: rename m_bytes_loaded in asset library to bytes_loaded
iwubcode
2025-06-06
VideoCommon: update CustomAsset's load time to be before the load occurs (thi...
iwubcode
2025-06-06
VideoCommon: watch texture pack folder for texture reloads (from dynamic inpu...
iwubcode
2025-06-06
VideoCommon: use CustomResourceManager in the texture cache and hook up to ou...
iwubcode
2025-06-06
VideoCommon: initialize and shutdown the CustomResourceManager when the video...
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-06-06
VideoCommon: remove 'GetLastAssetWriteTime' and switch to a steady_clock for ...
iwubcode
2025-06-06
VideoCommon: change asset loading to return the number of bytes loaded instea...
iwubcode
2025-06-06
VideoCommon: add 'Unload' functionality to CustomAsset
iwubcode
2025-06-06
VideoCommon: add a handle to custom asset, this is an id that is only relevan...
iwubcode
2025-06-06
Core / VideoCommon: Remove original custom asset loader
iwubcode
2025-06-05
VideoCommon: fix pixel shader gen error about structure not being fully initi...
iwubcode
2025-06-04
fmt: Replace deprecated `fmt::localtime` usage with `Common::LocalTime`
Joshua Vandaƫle
2025-05-24
VideoCommon: move vertex shader gen logic to a 'process_vertex()' function, t...
iwubcode
2025-05-17
Merge pull request #13527 from tygyh/Replace-msg-with-structured-binding-Vide...
Jordan Woyak
2025-05-12
Merge pull request #13046 from SuperSamus/vi-overclock
JMC47
2025-05-12
VideoCommon: Limit maximum denominator for MPEG4
Martino Fontana
2025-05-10
Merge pull request #13350 from iwubcode/custom_shader_overhaul_vertex_pos
JMC47
2025-05-05
VideoCommon: reset some CP registers during PI_FIFO_RESET
Tillmann Karras
2025-05-04
Merge pull request #13602 from jordan-woyak/move-only-function
Admiral H. Curtiss
2025-05-03
Common and VideoCommon: Change texture data from std::vector to Common::Uniqu...
Jordan Woyak
[next]