summaryrefslogtreecommitdiff
path: root/Source/Core/VideoBackends
AgeCommit message (Expand)Author
2014-07-26Remove fakepoll.h.Lioncash
2014-07-26D3D: Set s_last_fullscreen_mode when constructing the renderer.Jules Blok
2014-07-26Merge pull request #506 from Armada651/d3dfullscreenPierre Bourdon
2014-07-26D3D: Make the global swapchain static again.Jules Blok
2014-07-26Cosmetic changes based on feedback on PR #506.Jules Blok
2014-07-26Remove the 3D Vision hack.Jules Blok
2014-07-26Merge pull request #672 from delroth/vertex-loaderPierre Bourdon
2014-07-26VertexLoader: Remove global state dependency on g_nativeVertexFmtPierre Bourdon
2014-07-23Get rid of a few C-style struct declarationsLioncash
2014-07-21Renderer: Only notify the host when exiting fullscreenJules Blok
2014-07-21Exit exclusive fullscreen when the stop confirmation is shown.Jules Blok
2014-07-21Let the Renderer decide when to exit fullscreen.Jules Blok
2014-07-20VideoConfig: Add "Borderless Fullscreen" option.Jules Blok
2014-07-19Renderer: Don't attempt to switch to exclusive fullscreen if "render to main"...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-19Renderer: Restore exclusive mode after focus has been regained.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-18Support Sampler binding in the shader.Ryan Houdek
2014-07-18Merge pull request #595 from Armada651/pref_logDolphin Bot
2014-07-18Merge pull request #642 from phire/vs-constantsPierre Bourdon
2014-07-17SW: Call OnFrameEnd in the FifoPlayer XFB hack. Required to dump DFF frames.Pierre Bourdon
2014-07-17VideoSoftware: Use the same max XFB size as VideoCommon.Scott Mansell
2014-07-17Merge pull request #622 from phire/sw-fix-frame-dumpDolphin Bot
2014-07-17Fixed Frame dumping in VideoSoftware.Scott Mansell
2014-07-16Turn the FPSCounter namespace into a class.Jules Blok
2014-07-15Fix incorrect clamping in SWRenderer.Scott Mansell
2014-07-14OGL: Correctly guard against array bounds of s_encodingProgramsLioncash
2014-07-13Fix warnings unearthed by #579Tillmann Karras
2014-07-11remove unused globalsdegasus
2014-07-11avoid the extern keyword in .cpp filesdegasus
2014-07-11mark all local variables as staticdegasus
2014-07-11mark all local functions as staticdegasus
2014-07-10Move FPSCounter calls to RenderBase.Jules Blok
2014-07-07D3D: Use std::strings for Compile[x]Shader and CompileAndCreate[x]ShaderLioncash
2014-07-04Change the comments to be more detailed.Justin Chadwick
2014-07-03Place pinned memory as top priorityJustin Chadwick
2014-07-02FPS counter cleanupLioncash
2014-06-27Statistics: Reformat stats stringdegasus
2014-06-27VideoCommon: remove unused statsdegasus
2014-06-25Centralize the logging code into its own folder in Common.Lioncash
2014-06-24Remove the 32-bit config platform from the VS solution and projectsLioncash
2014-06-22Merge pull request #500 from lioncash/iniPierre Bourdon
2014-06-21Merge pull request #501 from magumagu/sw-cp-structsTony Wasserka
2014-06-21VideoSoftware: remove duplicated CommandProcessor structures.magumagu