summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon
AgeCommit message (Expand)Author
2025-11-11CoreTiming: Add "Rush Frame Presentation" setting to throttle only once after...Jordan Woyak
2025-11-11Merge pull request #14071 from iwubcode/avoid_config_framebuffer_managerJMC47
2025-11-06Common: Remove the string parameters from the HookableEvent interface.Jordan Woyak
2025-11-05VideoCommon: pass the EFB buffer scale into the FramebufferManager instead of...iwubcode
2025-11-02Common: Make HookableEvent use non-static data.Jordan Woyak
2025-11-02VideoCommon: fix wrong path to glslang includeiwubcode
2025-11-02Merge pull request #14042 from iwubcode/bp_functions_globalJMC47
2025-11-02Merge pull request #13975 from iwubcode/shader_includesJMC47
2025-11-01Merge pull request #14057 from TellowKrinkle/VkRenderWrongLayoutJosJuice
2025-11-01Merge pull request #14035 from Dentomologist/pauseandlock_refactoringJosJuice
2025-10-31VideoCommon: rename ScissorResult 'm_result' to 'rectangles' to better reflec...iwubcode
2025-10-31VideoCommon: move global variables out of BPFunctionsiwubcode
2025-10-30VideoCommon: Fix render to texture in wrong layoutTellowKrinkle
2025-10-30Merge pull request #14045 from JoshuaVandaele/warn-fixJordan Woyak
2025-10-30CustomPipeline.cpp: Fix unused-function warningJoshua Vandaële
2025-10-29MaterialAsset: Fix shadowed fieldJoshua Vandaële
2025-10-28VideoCommon: Clean up and eliminate the mutex in AsyncRequests using Waitable...Jordan Woyak
2025-10-26VideoCommon/AsyncRequests: Remove now unnecessary `SetEnable` function. Reque...Jordan Woyak
2025-10-26VideoBackends / VideoCommon: add support for specifying include files in shad...iwubcode
2025-10-26FifoManager: Remove redundant PauseAndLock parametersDentomologist
2025-10-26FifoManager: Extract RestoreState from PauseAndLockDentomologist
2025-10-24CMake: Fix bundled glslangTellowKrinkle
2025-10-16Imgui: Add a new default font (VeraMono - 49kb) that scales better than the o...TryTwo
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