summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon
AgeCommit message (Expand)Author
2025-10-26VideoCommon/AsyncRequests: Remove now unnecessary `SetEnable` function. Reque...Jordan Woyak
2025-10-24CMake: Fix bundled glslangTellowKrinkle
2025-10-15Merge pull request #13953 from TryTwo/add_osd_tabJMC47
2025-10-13VideoBackend: Rename GetName to GetConfigNameDentomologist
2025-10-10Movie Window: Move customization options from Menu Bar to OSD pane, but add o...TryTwo
2025-10-07fixed the lint errorfizzlepicklepop
2025-10-07Add toggles for Speedrun timer + Achievement badges visibilityfizzlepicklepop
2025-09-27Externals: Update glslang to 16.0.0 and allow using system glslangJoshua Vandaƫle
2025-09-26Merge pull request #13940 from iwubcode/glslang_updateJMC47
2025-09-25OSD / Imgui: Add font size spinbox to Interface Pane.TryTwo
2025-09-23Externals / VideoCommon: update glslang to latest, turn into submoduleiwubcode
2025-09-16Merge pull request #13941 from jordan-woyak/opcode-conceptsJMC47
2025-09-16Merge pull request #13895 from iwubcode/update_shader_assetJMC47
2025-09-16Merge pull request #13889 from iwubcode/texture_and_sampler_assetJMC47
2025-09-13VideoCommon/OpcodeDecoding: Replace enable_if with concepts.Jordan Woyak
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-22VideoCommon: further remove 'CustomPipeline' details, so we can fully remove ...iwubcode
2025-08-22VideoCommon: update shader asset to support both vertex and pixel shaders; re...iwubcode
2025-08-20VideoCommon: add TextureAndSamplerAsset, this asset contains both the raw tex...iwubcode
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