summaryrefslogtreecommitdiff
path: root/Source/Core/VideoBackends/D3D/D3DBase.cpp
AgeCommit message (Expand)Author
2015-05-25Set copyright year to when a file was createdTillmann Karras
2015-05-25Update license headers to GPLv2+Tillmann Karras
2015-05-07Merge pull request #2026 from mrgreywater/d3d-debugbreakshuffle2
2015-03-15quiet some warnings which appear on vs2015.Shawn Hoffman
2015-02-12D3D: replace memset, fix warningmr.greywater
2015-02-12D3D: Add break on error in debug buildmr.greywater
2015-01-17D3D: allow selecting adapters with no outputs.magumagu
2015-01-04D3D: Only try to apply exclusive mode when the renderer is in focus.Jules Blok
2014-10-15D3D: moved render state cache implementation to D3DState.h/cppYuriy O'Donnell
2014-08-30D3D: Clean up brace placementsLioncash
2014-07-26D3D: Make the global swapchain static again.Jules Blok
2014-07-21Let the Renderer decide when to exit fullscreen.Jules Blok
2014-07-19D3D: Don't set the windowed mode size when we initialize in fullscreen.Jules Blok
2014-07-19Cosmetic changes based on feedback on PR #506.Jules Blok
2014-07-19D3D: Make the swapchain available outside of the namespace.Jules Blok
2014-07-19D3D: Initialize the renderer in exclusive fullscreen mode if it is enabled.Jules Blok
2014-07-19D3D: Return to windowed mode before destroying the swapchain.Jules Blok
2014-07-19D3D: Add exclusive fullscreen support.Jules Blok
2014-07-19D3D: Request desktop resolution before overriding the buffer size.Jules Blok
2014-07-19Prevent DXGI from making changes to the window.Jules Blok
2014-07-11remove unused globalsdegasus
2014-06-20Make the common "Failed to enumerate outputs" message much more useful.Paul Olszewski
2014-03-11Fixes spacing for "for", "while", "switch" and "if"Matthew Parlane
2014-03-09clang-modernize -use-nullptrTillmann Karras
2014-02-20Fix more header sorting issues in VideoBackends/ (now check-includes clean).Pierre Bourdon
2014-02-18Convert all includes to relative paths.Lioncash
2013-12-31Remove unnecessary Src/ foldersJasper St. Pierre