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