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
/
VideoBackend.h
Age
Commit message (
Expand
)
Author
2025-10-13
VideoBackend: Rename GetName to GetConfigName
Dentomologist
2023-06-08
VideoCommon: Pass WindowSystemInfo to InitBackendInfo
Pokechu22
2021-07-05
treewide: convert GPLv2+ license info to SPDX tags
Pierre Bourdon
2020-09-06
Make default graphics backend not show up as empty
JosJuice
2019-07-26
Factorize software renderer backend switching warning to be fetched from a ne...
Silent
2018-10-20
VideoBackends: Pass window system info from host on creation
Stenzek
2018-10-20
Drop Host_GetRenderSurface and pass display to backend
Stenzek
2018-01-27
VideoBackend: Remove PeekMessages method
Stenzek
2018-01-27
VideoBackends: Combine Initialize/Prepare and Cleanup/Shutdown methods
Stenzek
2016-09-24
Software: Clean out unnecessary includes/fwd decls
Lioncash
2016-06-26
VideoCommon: Drop GetConfigName.
degasus
2016-06-26
VideoBackends: Merge ShowConfig functions.
degasus
2016-06-26
VideoBackends: Merge Initialize and Shutdown functions.
degasus
2016-06-24
Reformat all the things. Have fun with merge conflicts.
Pierre Bourdon
2016-01-12
Merge VideoBackendHardware into VideoBackend.
degasus
2016-01-06
VideoSW: Use more VideoCommon
degasus
2015-12-23
Revert "Merge pull request #3076 from void-ghost/stereo3d_presets"
Jules Blok
2015-09-22
VideoBackend: Video config filename is now exposed in VideoBackends.
ghost
2015-09-05
General: Remove unimplemented function prototypes
Lioncash
2015-06-08
Fifo: Rewrite SyncGpu
degasus
2015-05-25
Add missing license headers
Tillmann Karras
2015-04-06
Fifo: rewrite sync on idle skipping hack
degasus
2014-11-17
OGL: implement bounding box support with ssbo
degasus
2014-09-19
WIP XFB scaling.
magumagu
2014-08-19
Core: Remove UpdateFPSDisplay
Jasper St. Pierre
2014-08-19
Core: Don't pass through a reference to the window handle
Jasper St. Pierre
2014-08-03
Isolate D3D and Software Renderer from wxWidgets code
Lioncash
2014-06-01
Video backends: remove dead code.
magumagu
2014-03-29
Software backend: Delete forked PixelEngine.
magumagu
2014-03-17
More range-based loops and overrides
Tillmann Karras
2014-03-14
Kill off some usages of c_str.
Lioncash
2014-02-18
Convert all includes to relative paths.
Lioncash
2014-02-16
Remove the old MMIO access "interface".
Pierre Bourdon
2014-02-16
MMIO: Port the VideoCommon CP MMIOs to the new interface (and provide framewo...
Pierre Bourdon
2014-02-10
Replace all include guard ifdefs with "#pragma once"
lioncash
2013-12-31
Remove unnecessary Src/ folders
Jasper St. Pierre