summaryrefslogtreecommitdiff
path: root/Source/Core
AgeCommit message (Expand)Author
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-22Merge pull request #13886 from Tilka/drag_lagJMC47
2025-08-22Merge pull request #13764 from SuperSamus/patch-invalidate-cacheJMC47
2025-08-22Qt: Prevent Sliders from resizing due to text changing in their label.TryTwo
2025-08-22FIFOAnalyzer: fix command description updatesTillmann Karras
2025-08-21JitArm64: Add early exit in MOVI2RImpl ORR loopJosJuice
2025-08-21JitArm64: Add missing ORR pattern in MOVI2RImplJosJuice
2025-08-20VideoCommon: add TextureAndSamplerAsset, this asset contains both the raw tex...iwubcode
2025-08-20Merge pull request #13888 from Sintendo/unused-psgTilka
2025-08-20Merge pull request #13836 from Sintendo/jitarm64-subfeJosJuice
2025-08-20VideoCommon: Remove unused EnumMaps from PixelShaderGenSintendo
2025-08-20Merge pull request #13877 from iwubcode/vertex_shader_custom_uniformsJMC47
2025-08-19Merge pull request #13873 from Dentomologist/dolphinanalytics_use_pascal_case...Tilka
2025-08-19Merge pull request #13887 from Tilka/unused_sign_bitTilka
2025-08-18Merge pull request #13868 from Geotale/masterJMC47
2025-08-18Jit64: drop unused constantTillmann Karras
2025-08-18Merge pull request #13883 from Dentomologist/fifoplayerwindow_geometry_fixesTilka
2025-08-18Update code to work with new version of ImGui.TryTwo
2025-08-18Common/BitUtils: Add operator[] to BitCastPtrTypeSepalani
2025-08-17Improve Interpreted FMADDS PrecisionGeotale
2025-08-18OpcodeDecoder: provide default GetVertexSize() implementationTillmann Karras
2025-08-17VideoBackends: allow custom pixel uniforms to be passed to the vertex shader ...iwubcode
2025-08-17FIFOPlayerWindow: Save and restore window geometryDentomologist
2025-08-17FIFOPlayerWindow: Trigger destructor on Dolphin shutdownDentomologist
2025-08-17FIFOPlayerWindow: Add stretch to Play/Record tabDentomologist
2025-08-17ControllerInterface/SDL: Remove manual window message pumping on Windows.Jordan Woyak
2025-08-17ControllerInterface/SDL: Don't force SDL_HINT_JOYSTICK_THREAD.Jordan Woyak
2025-08-17FloatUtils: Replace quieting SNaNs via `0.0 + x` with MakeQuietOatmealDome
2025-08-17FloatUtils: Move MakeQuiet function here from Interpreter_FPUtilsOatmealDome
2025-08-17Merge pull request #13853 from LillyJadeKatrin/retroachievements-patch-fixTilka
2025-08-15Merge pull request #13865 from Pokechu22/dsi-mention-mmuPokechu22
2025-08-14DolphinAnalytics: Use Pascal case for GameQuirk enumDentomologist
2025-08-13Merge pull request #13867 from TryTwo/gfx_bug_fixJMC47
2025-08-13Mention enable MMU in the DSI Exception message (Invalid read from ###/Invali...Pokechu22
2025-08-12Fix bugs related to AbstractStagingTextures that perform an Upload (write to ...TryTwo
2025-08-12BranchWatch: Extract shared function logicDentomologist
2025-08-11EnhancementsWidget: Fix display of default post-processing effectDentomologist
2025-08-11EnhancementsWidget: Unabbreviate function and member namesDentomologist
2025-08-10VideoSW: fix commentTillmann Karras
2025-08-10DolphinQt: fix two -Wunused-lambda-capture warningsTillmann Karras
2025-08-10Merge pull request #13854 from dreamsyntax/fix-regression-callers-brokenTilka
2025-08-10HW/VideoInterface: Don't affect aspect ratio with VBI Frequency OverrideJordan Woyak
2025-08-10Fixed Patch Allowlist CheckLillyJadeKatrin
2025-08-10Merge pull request #13838 from Tilka/videosw2Tilka
2025-08-10Merge pull request #13859 from Tilka/root_path_assertTilka
2025-08-10VideoSW: reuse Common::Vec2/3/4Tillmann Karras
2025-08-10Merge pull request #13846 from JoshuaVandaele/better-xcbTilka
2025-08-10IOS/FS: add safety assertTillmann Karras
2025-08-09PPCSymbolDB: Fix callers not updatingdreamsyntax