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
/
VideoCommon
/
VideoBackendBase.cpp
Age
Commit message (
Expand
)
Author
2020-09-09
Adding AmdPowerXpressRequestHighPerformance
Vincent Milum Jr
2020-09-06
Make default graphics backend not show up as empty
JosJuice
2020-05-22
Migrate video backend setting to the new config system
Léo Lam
2020-01-24
Add Dolphin version and current video backend to shader compilation logs
Ryan Meredith
2019-12-28
Compile fixes for Windows-on-ARM64
Stenzek
2019-12-05
VideoCommon/IndexGenerator: Eliminate static state
Lioncash
2019-07-24
TextureCache: Support saving cache entries, including EFB copies
Stenzek
2019-07-24
VideoBackendBase: Do save state logic on the GPU thread
Stenzek
2019-07-16
VideoCommon: Remove unused MathUtil.h include from VideoCommon.h
Lioncash
2019-04-01
Implement D3D12 backend
Stenzek
2019-03-29
VideoBackends: Verify validity before doing full renderer init
Stenzek
2019-02-19
Move most backend functionality to VideoCommon
Stenzek
2019-01-25
Renderer: Use imgui for drawing debug text and OSD
Stenzek
2018-11-07
Vulkan: Support macOS via MoltenVK
Stenzek
2018-09-28
Core: Call InitBackendInfo before loading config
Stenzek
2018-09-28
Don't fill backend info when core is running
Stenzek
2018-09-28
Remove unused Host_ShowVideoConfig
Stenzek
2018-05-20
VideoBackendBase: Include parameter names in member function declarations
Lioncash
2018-04-01
Remove support for projection hacks
JosJuice
2018-03-18
VideoBackendBase: Migrate functions from MainBase.cpp to VideoBackendBase.cpp
Lioncash
2017-05-18
Remove D3D12
Helios747
2016-10-06
Don't build Vulkan video backend on macOS
Michael Maltese
2016-10-01
Implement experimental Vulkan backend
Stenzek
2016-06-25
nullvideo: initial release of null video backend
degasus
2016-06-24
Reformat all the things. Have fun with merge conflicts.
Pierre Bourdon
2016-02-20
VideoBackendBase: Store video backends as unique_ptr
Lioncash
2016-02-15
D3D12: Initial commit for D3D12 backend implementation.
hdcmeta
2016-01-17
VideoCommon: Header cleanup
Lioncash
2016-01-12
Merge VideoBackendHardware into VideoBackend.
degasus
2015-09-19
VideoBackendBase: Remove check for XP.
Scott Mansell
2015-05-25
Set copyright year to when a file was created
Tillmann Karras
2015-05-25
Update license headers to GPLv2+
Tillmann Karras
2015-01-23
Remove an old GLES define that I missed.
Ryan Houdek
2014-10-05
Migrate global init stuff into UICommon.
Augustin Cavalier
2014-03-09
clang-modernize -use-nullptr
Tillmann Karras
2014-02-20
Fix more header sorting issues in VideoCommon/ (now check-includes clean).
Pierre Bourdon
2014-02-18
Convert all includes to relative paths.
Lioncash
2014-02-13
Turn loops into range-based form
Tillmann Karras
2014-01-18
Merge of GL-AutoChoose.
Ryan Houdek
2014-01-14
Change the default GFX backend from D3D11 to OGL.
Pierre Bourdon
2013-12-31
Remove unnecessary Src/ folders
Jasper St. Pierre