summaryrefslogtreecommitdiff
path: root/Source/Core/VideoBackends/Software
AgeCommit message (Expand)Author
2025-08-24VideoSW: fix clamping after vertex color interpolationTillmann Karras
2025-08-23VideoBackends / VideoCommon: rename member variables in RenderState to be con...iwubcode
2025-08-10VideoSW: fix commentTillmann Karras
2025-08-10VideoSW: reuse Common::Vec2/3/4Tillmann Karras
2025-07-31VideoSW: allow disabling the copy filterTillmann Karras
2025-05-01Make overriding explicit and remove redundant virtual specifiers on overridin...Dr. Dystopia
2025-04-23linter: Apply clang-format 19.1 formattingJoshua Vandaƫle
2025-03-28Merge pull request #13457 from jordan-woyak/efb-access-fixJMC47
2025-03-27Fix shadowed variable warnings and missing declarationsJoshua Vandaƫle
2025-03-26VideoCommon: Fix out-of-bounds and disabled EFB access.Jordan Woyak
2025-03-15Merge pull request #13345 from Tilka/unswap_depthJosJuice
2025-03-12VideoCommon: Rename Renderer to EFBInterface.Jordan Woyak
2025-03-10VideoCommon: Don't merge EFBPoke AsyncRequests.Jordan Woyak
2025-03-09VideoCommon: Move backend_info out of VideoConfig struct.Jordan Woyak
2025-02-25Sofware/Tev: use unswapped texture samples for depthTillmann Karras
2024-10-12Cache normals in addition to binormals and tangentsPokechu22
2024-10-02VideoBackends:Vulkan: Don't try to present if swapchain acquire failedTellowKrinkle
2024-09-24Sw/Tev: drop unused macroTillmann Karras
2024-09-24Sw/Rasterizer: fix two elder typos, AD 2009Tillmann Karras
2024-04-20VideoCommon: Use GetSpanForAddress safely in texture decodingJosJuice
2024-04-20Memmap: Replace GetPointer with GetSpanForAddressJosJuice
2024-04-04Fix out of bounds accesses for invalid vertex component formatsPokechu22
2023-12-12Software/SWGfx: Default destructor in cpp fileLioncash
2023-12-09VideoCommon: Use std::span for BoundingBox::Write()Lioncash
2023-12-09Fix out of bound write in EfbCopy::ClearEfbtimetravelthree
2023-11-11Rename bpmem.copyMipMapStrideChannels to bpmem.copyDestStridePokechu22
2023-06-09Merge pull request #11699 from Pokechu22/gl-check-maximum-samplesAdmiral H. Curtiss
2023-06-08VideoCommon: Pass WindowSystemInfo to InitBackendInfoPokechu22
2023-06-03VideoBackends: add support to allow rendering to multiple output texturesiwubcode
2023-03-02Software: Implement GetSurfaceInfo()Pokechu22
2023-02-15Fix uninitialized variable warnings (C26495)Pokechu22
2023-02-09Software/Tev: Fix member shadowing warningsPokechu22
2023-02-09Merge pull request #11522 from phire/KillRendererWithFireScott Mansell
2023-02-09Lint fixesScott Mansell
2023-02-09Lint fixesScott Mansell
2023-02-09Refactor ClearRegionScott Mansell
2023-01-31Move ConfigChanged out of RenderBaseScott Mansell
2023-01-31Move BoundingBox out of RenderBaseScott Mansell
2023-01-31Handle VideoSoftware's present fallback betterScott Mansell
2023-01-31Don't set common globals from Video BackendsScott Mansell
2023-01-31Implement AbstractGfx for Software & NullScott Mansell
2023-01-31Move Presenting, Dumping and ImGui out of RendererScott Mansell
2023-01-31Refactor to remove virtual from RenderXFBToScreenScott Mansell
2023-01-31TextureCache: Refactor with smart pointersScott Mansell
2023-01-27VideoBackends: add a way to load data into a specific level AND layer, defaul...iwubcode
2022-12-29Merge pull request #11389 from Pokechu22/sw-no-alpha-1-hackJMC47
2022-12-28Software: Remove alpha=1 blending special-casePokechu22
2022-12-28VideoCommon: De-globalize VertexShaderManager class.Admiral H. Curtiss
2022-12-27VideoCommon: De-globalize PixelShaderManager class.Admiral H. Curtiss
2022-12-11VideoCommon/PixelEngine: Refactor to class, move to Core::System.Admiral H. Curtiss