summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/RenderBase.cpp
AgeCommit message (Expand)Author
2015-08-13Merge pull request #2024 from RisingFog/irguiMarkus Wick
2015-05-25Merge pull request #2357 from degasus/ogl_efb_poke_mergeRyan Houdek
2015-05-25Set copyright year to when a file was createdTillmann Karras
2015-05-25Update license headers to GPLv2+Tillmann Karras
2015-05-20VideoCommon: Merge EFB pokesdegasus
2015-02-25Merge pull request #2058 from Stevoisiak/Codemaid-Cleanup-Take2Lioncash
2015-02-25Formatting/Whitespace CleanupStevoisiak
2015-02-24VideoCommon: rename efb2tex and efb2ramdegasus
2015-02-24VideoCommon: always enable efb copydegasus
2015-02-22VideoCommon: implement swap requests in the full async waydegasus
2015-02-22VideoCommon: use a new async event system for efb accessdegasus
2015-01-26Revert "Merge pull request #1903 from RisingFog/libav"Pierre Bourdon
2015-01-21Use ffmpeg for Windows Video Dumping instead of VFWFog
2015-01-12Minor consistency changesStevoisiak
2014-12-28Renderer: Cosmetics.Jules Blok
2014-12-25FramebufferManagerBase: Remove obsolete parameters.Jules Blok
2014-12-20OGL: draw shadows within rasterfont itselfdegasus
2014-12-20VideoCommon: merge debug test generatorsdegasus
2014-12-20VideoCommon: merge debug info generatorsdegasus
2014-11-23OGL: Add Top-and-Bottom stereoscopy mode.Jules Blok
2014-11-17OGL: implement bounding box support with ssbodegasus
2014-10-12Move bDumpFrames to SConfig (and it's references)Fog
2014-10-02Change a bunch of reference function arguments to pointers.comex
2014-09-30VideoCommon: Silence -Wmaybe-uninitialized warnings.Rohit Nirmal
2014-09-25Cleanup Renderer::CalculateTargetSize(), and allow IRs higher than 4x to be s...Rachel Bryk
2014-09-19WIP XFB scaling.magumagu
2014-09-04VideoCommon: rewrite frame skipping codedegasus
2014-08-26Unify three types of non-FIFO requests to the GPU thread around Common::Event...comex
2014-08-13Add the VideoCommon PostProcessing class.Ryan Houdek
2014-07-18Merge pull request #595 from Armada651/pref_logDolphin Bot
2014-07-16Turn the FPSCounter namespace into a class.Jules Blok
2014-07-11mark all local variables as staticdegasus
2014-07-10FPSCounter: Flush the logs every second and close them when the renderer is s...Jules Blok
2014-07-10Move FPSCounter calls to RenderBase.Jules Blok
2014-05-20BPStructs: Consistently put the two shared copy args firstJasper St. Pierre
2014-05-16VideoCommon: cleanup Renderer::RecordVideoMemory.magumagu
2014-05-16Video backends: mass-replace "xfregs" with "xfmem".magumagu
2014-05-16Video backend: merge global var xfmem into xfregs.magumagu
2014-05-16Video backends: unify xfregs/xfmem structures.magumagu
2014-03-30Don't cast -1 to enum to represent a missing value.comex
2014-03-25BPMemory: Expose the pixel_format and zformat fields in PE_CONTROL as enumera...Tony Wasserka
2014-03-14Kill off some usages of c_str.Lioncash
2014-03-11Fixes spacing for "for", "while", "switch" and "if"Matthew Parlane
2014-03-09clang-modernize -use-nullptrTillmann Karras
2014-02-18Convert all includes to relative paths.Lioncash
2014-02-17Second and final pass of clearing out tabs.Lioncash
2014-02-15inline SetViewport into VertexShaderManagerdegasus
2014-02-15merge some common parts of Swap() into VideoCommondegasus
2014-02-15rename UpdateViewport to SetViewport like all others setters in RenderBase.hdegasus
2014-01-31VideoCommon: remove Cache Displaylistdegasus