summaryrefslogtreecommitdiff
path: root/Source/Core/VideoBackends/Software
AgeCommit message (Expand)Author
2026-01-25Remove unused importsMartino Fontana
2026-01-17Fix various typos and spelling mistakesSintendo
2025-11-02Merge pull request #14042 from iwubcode/bp_functions_globalJMC47
2025-11-02Merge pull request #13975 from iwubcode/shader_includesJMC47
2025-10-31VideoCommon: rename ScissorResult 'm_result' to 'rectangles' to better reflec...iwubcode
2025-10-31VideoCommon: move global variables out of BPFunctionsiwubcode
2025-10-26VideoBackends / VideoCommon: add support for specifying include files in shad...iwubcode
2025-10-13VideoBackend: Rename GetName to GetConfigNameDentomologist
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