summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon
AgeCommit message (Expand)Author
2023-12-18Merge pull request #12170 from Filoppi/custom_aspect_ratioAdmiral H. Curtiss
2023-12-18Video: make the "Auto" resolution setting also follow the max res setting, to...Filoppi
2023-12-18Video: fix auto resolution scale calculationsFiloppi
2023-12-18Video: fix Auto Resolution Scale not updating when the window was resized.Filoppi
2023-12-18Video: implement custom aspect ratio support (already exposed to Qt).Filoppi
2023-12-18Video: rename Presenter::SetWindowSize()Filoppi
2023-12-18Video: polish aspect ratio related code comments to make it clearerFiloppi
2023-12-17Merge pull request #12370 from iwubcode/more_samplersMai
2023-12-17Merge pull request #12409 from iwubcode/custom_material_graphics_mod_action_dataMai
2023-12-17Merge pull request #12382 from iwubcode/shader_asset_default_valueMai
2023-12-17Merge pull request #12372 from iwubcode/texture_usage_flagMai
2023-12-16Merge pull request #12427 from JosJuice/jitarm64-msr-updated-logical-immAdmiral H. Curtiss
2023-12-16JitArm64: Use enum class for LogicalImm size parameterJosJuice
2023-12-15VideoBackends / VideoCommon: add type enum to dictate whether a texture is a ...iwubcode
2023-12-12VideoCommon: prepare graphics mods for custom shader material dataiwubcode
2023-12-12Merge pull request #12240 from iwubcode/material_asset_additional_propertiesMai
2023-12-12VideoCommon: add message to XF load assertTillmann Karras
2023-12-12LightingShaderGen: Resolve -Wshadow warningsLioncash
2023-12-12Merge pull request #12371 from lioncash/spanTilka
2023-12-12VideoCommon: update shader asset to provide a variant default valueiwubcode
2023-12-11CustomAssetLibrary: Remove unused GetAssetSize() functionLioncash
2023-12-11VertexManagerBase: Resolve -Wsign-compare warningLioncash
2023-12-11Merge pull request #12392 from lioncash/declAdmiral H. Curtiss
2023-12-11Merge pull request #12389 from lioncash/cheeveAdmiral H. Curtiss
2023-12-11PostProcessing: Mark helper functions as staticLioncash
2023-12-11ShaderAsset: Mark ParseShaderProperties() as staticLioncash
2023-12-11CustomShaderCache: Resolve -Wreorder warningsLioncash
2023-12-11AchievementManager: Return by reference from GetLock()Lioncash
2023-12-11AchievementManager: Make GetInstance() return a referenceLioncash
2023-12-10VideoBackends / VideoCommon: update max pixel shader samplers from 8 to 16, t...iwubcode
2023-12-09VideoCommon: prevent a potential custom texture crash that can occur when a s...iwubcode
2023-12-09VideoCommon/Present: Remove use of g_presenter inside Presenter classLioncash
2023-12-09VideoCommon: Use std::span for BoundingBox::Write()Lioncash
2023-12-08Bugfix - small square in bottom right cornerLillyJadeKatrin
2023-12-07Display Active Challenges On ScreenLillyJadeKatrin
2023-12-04VideoCommon: add additional data types (int, int2, float, bool, etc) as prope...iwubcode
2023-12-02VertexLoader: Use Common::SmallVectorPokechu22
2023-12-02VertexLoader: Remove unnecessary calls to VertexLoader_TextCoord::GetDummyFun...Pokechu22
2023-12-02VertexLoader: Fix wrong array being used if color 1 is present but color 0 isn'tPokechu22
2023-12-02VertexLoaderTest: Add test for skipped texture coordinatesPokechu22
2023-11-28Remove _M_X86 in favour of _M_X86_64Zopolis4
2023-11-28Merge pull request #12263 from Dentomologist/realtime_cheatsearch_updateMai
2023-11-28Merge pull request #12328 from iwubcode/xf_state_managerTilka
2023-11-26VideoCommon: move texture dump function out of texture cache to its own free ...iwubcode
2023-11-26VideoCommon: move xf state management to its own class, so changes can be det...iwubcode
2023-11-26Merge pull request #12297 from Filoppi/improve_paper_whiteJosJuice
2023-11-25CustomAssetLibrary: Remove unnecessary qualifier in LoadInfoLioncash
2023-11-25CustomAssetLibrary: Add virtual destructorLioncash
2023-11-14Change paper white default to 203 to match the ITUFiloppi
2023-11-12Fix accidental fallthrough in BPStructsPokechu22