dolphin/Source/Core/VideoBackends
Stenzek 6a99cbd9fc VideoCommon: Call Renderer::SurfaceChanged on render parent resize
This is needed because for some reason the WSI for NV Vulkan drivers
doesn't return VK_ERROR_OUT_OF_DATE_KHR, so there is no other way to know
that a resize has occured apart from polling, which is a poor solution for
X11 (since it is blocking).
2016-10-01 01:09:12 +10:00
..
D3D VideoCommon: Add config fields for multithreading and validation layers 2016-10-01 01:09:12 +10:00
D3D12 VideoCommon: Add config fields for multithreading and validation layers 2016-10-01 01:09:12 +10:00
Null VideoCommon: Add config fields for multithreading and validation layers 2016-10-01 01:09:12 +10:00
OGL VideoCommon: Call Renderer::SurfaceChanged on render parent resize 2016-10-01 01:09:12 +10:00
Software VideoCommon: Add config fields for multithreading and validation layers 2016-10-01 01:09:12 +10:00
CMakeLists.txt nullvideo: initial release of null video backend 2016-06-25 22:40:23 +02:00