summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon
AgeCommit message (Expand)Author
2026-01-19VideoCommon: Move TextureInfo getters to headerJosJuice
2026-01-18VideoCommon: Defer creating TextureInfoJosJuice
2026-01-17Merge pull request #14289 from Sintendo/typosJMC47
2026-01-17Merge pull request #14268 from JoshuaVandaele/std-tounderlyingiwubcode
2026-01-17Fix various typos and spelling mistakesSintendo
2026-01-17VideoCommon: Don't create mipmap vector in TextureInfoJosJuice
2026-01-09c++23: Replace Common::ToUnderlying with std::to_underlyingJoshua Vandaële
2025-12-29ShaderAsset: Fix shadowed variableJoshua Vandaële
2025-12-27Merge pull request #14228 from iwubcode/clear_compiler_work_resource_mgriwubcode
2025-12-27Merge pull request #14234 from JoshuaVandaele/wunused-cpipelineJosJuice
2025-12-27Merge pull request #14233 from Sintendo/fix-shader-resource-warningJosJuice
2025-12-27CustomPipeline: Remove unused functionsJoshua Vandaële
2025-12-26VideoCommon: Fix ShaderResource init order warningSintendo
2025-12-24VideoCommon: initialize stored viewport to 0, fixes a crash in debug mode for...iwubcode
2025-12-24VideoCommon: clear all compiler work when resource manager shuts downiwubcode
2025-12-22Merge pull request #14043 from iwubcode/custom_resourceJMC47
2025-12-22Merge pull request #14206 from cscd98/send-messageJMC47
2025-12-22Merge pull request #14166 from jordan-woyak/immediate-xfb-limitJMC47
2025-12-22Merge pull request #14151 from iwubcode/material_asset_booleanJMC47
2025-12-22Merge pull request #14150 from iwubcode/clear_async_compiler_work_itemsJMC47
2025-12-22Merge pull request #14117 from iwubcode/end_utility_drawingJMC47
2025-12-22Merge pull request #14114 from jordan-woyak/freelook-config-cleanupJMC47
2025-12-10mingw: replace SendMessage usage as clashes with existing functionCraig Carnell
2025-12-10Update Comments Based On Hardware TestNuh Uh
2025-11-25VideoCommon: Add a hidden setting to cap immediate XFB swaps to one per VI.Jordan Woyak
2025-11-23VideoCommon: move resource state processing to the resource base classiwubcode
2025-11-23VideoCommon: update resource manager with a material/shader/and texture(+samp...iwubcode
2025-11-23VideoCommon: add custom includer to custom shaders, this will allow us to shi...iwubcode
2025-11-23VideoCommon: add some helper functions for resource logic that generates inva...iwubcode
2025-11-23VideoCommon: move ApplyDriverBugs for the normal pipeline out into a utility ...iwubcode
2025-11-23VideoCommon: add a texture pool for resource managementiwubcode
2025-11-23VideoCommon: separate the concept of a 'resource' from an 'asset'. A resourc...iwubcode
2025-11-23VideoCommon: rename 'IsAnisostropicEnhancementSafe' to 'IsAnisotropicEnhancem...iwubcode
2025-11-23Merge pull request #14149 from iwubcode/shader_asset_vector_propertiesJMC47
2025-11-22Merge pull request #14037 from jordan-woyak/presentation-timingJMC47
2025-11-21VideoCommon: update ShaderAsset to use a vector of properties, this way we en...iwubcode
2025-11-21VideoCommon: update ShaderAsset to remove requirement of the code name being ...iwubcode
2025-11-21VideoCommon: remove template parameter from lock guards in AsyncShaderCompile...iwubcode
2025-11-21VideoCommon: add method to async shader compiler to clear pending/completed w...iwubcode
2025-11-20VideoCommon: fix MaterialAsset so that boolean parameters are written to memo...iwubcode
2025-11-20VideoCommon: avoid assuming global state exists for 'EndUtilityDrawing', use ...iwubcode
2025-11-19Merge pull request #14121 from jordan-woyak/warn-silenceJordan Woyak
2025-11-16Merge pull request #13922 from TryTwo/imgui_add_default_fontJosJuice
2025-11-15VideoCommon/FramebufferManager: Silence warning:Jordan Woyak
2025-11-12Core: Eliminate FreeLookConfig by putting the "active config" within FreeLook...Jordan Woyak
2025-11-12Merge pull request #14100 from AndrewGDX/masterJordan Woyak
2025-11-12Improved stereoscopic 3D settingsAndrewGDX
2025-11-11VideoCommon/PerformanceMetrics: Display current offset between the latest fra...Jordan Woyak
2025-11-11VideoCommon: Add "Smooth Early Presentation" setting to improve frame pacing ...Jordan Woyak
2025-11-11VideoCommon: Make Presenter aware of the next swap time to eliminate unsafe u...Jordan Woyak