summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/VideoBackendBase.cpp
AgeCommit message (Expand)Author
2020-09-09Adding AmdPowerXpressRequestHighPerformanceVincent Milum Jr
2020-09-06Make default graphics backend not show up as emptyJosJuice
2020-05-22Migrate video backend setting to the new config systemLéo Lam
2020-01-24Add Dolphin version and current video backend to shader compilation logsRyan Meredith
2019-12-28Compile fixes for Windows-on-ARM64Stenzek
2019-12-05VideoCommon/IndexGenerator: Eliminate static stateLioncash
2019-07-24TextureCache: Support saving cache entries, including EFB copiesStenzek
2019-07-24VideoBackendBase: Do save state logic on the GPU threadStenzek
2019-07-16VideoCommon: Remove unused MathUtil.h include from VideoCommon.hLioncash
2019-04-01Implement D3D12 backendStenzek
2019-03-29VideoBackends: Verify validity before doing full renderer initStenzek
2019-02-19Move most backend functionality to VideoCommonStenzek
2019-01-25Renderer: Use imgui for drawing debug text and OSDStenzek
2018-11-07Vulkan: Support macOS via MoltenVKStenzek
2018-09-28Core: Call InitBackendInfo before loading configStenzek
2018-09-28Don't fill backend info when core is runningStenzek
2018-09-28Remove unused Host_ShowVideoConfigStenzek
2018-05-20VideoBackendBase: Include parameter names in member function declarationsLioncash
2018-04-01Remove support for projection hacksJosJuice
2018-03-18VideoBackendBase: Migrate functions from MainBase.cpp to VideoBackendBase.cppLioncash
2017-05-18Remove D3D12Helios747
2016-10-06Don't build Vulkan video backend on macOSMichael Maltese
2016-10-01Implement experimental Vulkan backendStenzek
2016-06-25nullvideo: initial release of null video backenddegasus
2016-06-24Reformat all the things. Have fun with merge conflicts.Pierre Bourdon
2016-02-20VideoBackendBase: Store video backends as unique_ptrLioncash
2016-02-15D3D12: Initial commit for D3D12 backend implementation.hdcmeta
2016-01-17VideoCommon: Header cleanupLioncash
2016-01-12Merge VideoBackendHardware into VideoBackend.degasus
2015-09-19VideoBackendBase: Remove check for XP.Scott Mansell
2015-05-25Set copyright year to when a file was createdTillmann Karras
2015-05-25Update license headers to GPLv2+Tillmann Karras
2015-01-23Remove an old GLES define that I missed.Ryan Houdek
2014-10-05Migrate global init stuff into UICommon.Augustin Cavalier
2014-03-09clang-modernize -use-nullptrTillmann Karras
2014-02-20Fix more header sorting issues in VideoCommon/ (now check-includes clean).Pierre Bourdon
2014-02-18Convert all includes to relative paths.Lioncash
2014-02-13Turn loops into range-based formTillmann Karras
2014-01-18Merge of GL-AutoChoose.Ryan Houdek
2014-01-14Change the default GFX backend from D3D11 to OGL.Pierre Bourdon
2013-12-31Remove unnecessary Src/ foldersJasper St. Pierre