index
:
dolphin
4.0-hotfixes
master
release-prep-2407
release-prep-2409
release-prep-2412
release-prep-2503
release-prep-2503a
release-prep-2506
release-prep-2506a
release-prep-2509
release-prep-2512
release-prep-2603
release-prep-2603a
release-prep-2606
stable
GameCube and Wii emulator
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Source
/
Core
/
VideoBackends
/
Software
Age
Commit message (
Expand
)
Author
2026-01-25
Remove unused imports
Martino Fontana
2026-01-17
Fix various typos and spelling mistakes
Sintendo
2025-11-02
Merge pull request #14042 from iwubcode/bp_functions_global
JMC47
2025-11-02
Merge pull request #13975 from iwubcode/shader_includes
JMC47
2025-10-31
VideoCommon: rename ScissorResult 'm_result' to 'rectangles' to better reflec...
iwubcode
2025-10-31
VideoCommon: move global variables out of BPFunctions
iwubcode
2025-10-26
VideoBackends / VideoCommon: add support for specifying include files in shad...
iwubcode
2025-10-13
VideoBackend: Rename GetName to GetConfigName
Dentomologist
2025-08-24
VideoSW: fix clamping after vertex color interpolation
Tillmann Karras
2025-08-23
VideoBackends / VideoCommon: rename member variables in RenderState to be con...
iwubcode
2025-08-10
VideoSW: fix comment
Tillmann Karras
2025-08-10
VideoSW: reuse Common::Vec2/3/4
Tillmann Karras
2025-07-31
VideoSW: allow disabling the copy filter
Tillmann Karras
2025-05-01
Make overriding explicit and remove redundant virtual specifiers on overridin...
Dr. Dystopia
2025-04-23
linter: Apply clang-format 19.1 formatting
Joshua Vandaƫle
2025-03-28
Merge pull request #13457 from jordan-woyak/efb-access-fix
JMC47
2025-03-27
Fix shadowed variable warnings and missing declarations
Joshua Vandaƫle
2025-03-26
VideoCommon: Fix out-of-bounds and disabled EFB access.
Jordan Woyak
2025-03-15
Merge pull request #13345 from Tilka/unswap_depth
JosJuice
2025-03-12
VideoCommon: Rename Renderer to EFBInterface.
Jordan Woyak
2025-03-10
VideoCommon: Don't merge EFBPoke AsyncRequests.
Jordan Woyak
2025-03-09
VideoCommon: Move backend_info out of VideoConfig struct.
Jordan Woyak
2025-02-25
Sofware/Tev: use unswapped texture samples for depth
Tillmann Karras
2024-10-12
Cache normals in addition to binormals and tangents
Pokechu22
2024-10-02
VideoBackends:Vulkan: Don't try to present if swapchain acquire failed
TellowKrinkle
2024-09-24
Sw/Tev: drop unused macro
Tillmann Karras
2024-09-24
Sw/Rasterizer: fix two elder typos, AD 2009
Tillmann Karras
2024-04-20
VideoCommon: Use GetSpanForAddress safely in texture decoding
JosJuice
2024-04-20
Memmap: Replace GetPointer with GetSpanForAddress
JosJuice
2024-04-04
Fix out of bounds accesses for invalid vertex component formats
Pokechu22
2023-12-12
Software/SWGfx: Default destructor in cpp file
Lioncash
2023-12-09
VideoCommon: Use std::span for BoundingBox::Write()
Lioncash
2023-12-09
Fix out of bound write in EfbCopy::ClearEfb
timetravelthree
2023-11-11
Rename bpmem.copyMipMapStrideChannels to bpmem.copyDestStride
Pokechu22
2023-06-09
Merge pull request #11699 from Pokechu22/gl-check-maximum-samples
Admiral H. Curtiss
2023-06-08
VideoCommon: Pass WindowSystemInfo to InitBackendInfo
Pokechu22
2023-06-03
VideoBackends: add support to allow rendering to multiple output textures
iwubcode
2023-03-02
Software: Implement GetSurfaceInfo()
Pokechu22
2023-02-15
Fix uninitialized variable warnings (C26495)
Pokechu22
2023-02-09
Software/Tev: Fix member shadowing warnings
Pokechu22
2023-02-09
Merge pull request #11522 from phire/KillRendererWithFire
Scott Mansell
2023-02-09
Lint fixes
Scott Mansell
2023-02-09
Lint fixes
Scott Mansell
2023-02-09
Refactor ClearRegion
Scott Mansell
2023-01-31
Move ConfigChanged out of RenderBase
Scott Mansell
2023-01-31
Move BoundingBox out of RenderBase
Scott Mansell
2023-01-31
Handle VideoSoftware's present fallback better
Scott Mansell
2023-01-31
Don't set common globals from Video Backends
Scott Mansell
2023-01-31
Implement AbstractGfx for Software & Null
Scott Mansell
2023-01-31
Move Presenting, Dumping and ImGui out of Renderer
Scott Mansell
[next]