| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-08-13 | Merge pull request #2024 from RisingFog/irgui | Markus Wick | |
| Add UI Support for up to 8x Internal Resolutions | |||
| 2015-05-25 | Merge pull request #2357 from degasus/ogl_efb_poke_merge | Ryan Houdek | |
| ogl: efb poke merge | |||
| 2015-05-25 | Set copyright year to when a file was created | Tillmann Karras | |
| 2015-05-25 | Update license headers to GPLv2+ | Tillmann Karras | |
| 2015-05-20 | VideoCommon: Merge EFB pokes | degasus | |
| 2015-02-25 | Merge pull request #2058 from Stevoisiak/Codemaid-Cleanup-Take2 | Lioncash | |
| Basic Formatting/Whitespace Cleanup | |||
| 2015-02-25 | Formatting/Whitespace Cleanup | Stevoisiak | |
| Various fixes to formatting and whitespace | |||
| 2015-02-24 | VideoCommon: rename efb2tex and efb2ram | degasus | |
| 2015-02-24 | VideoCommon: always enable efb copy | degasus | |
| 2015-02-22 | VideoCommon: implement swap requests in the full async way | degasus | |
| 2015-02-22 | VideoCommon: use a new async event system for efb access | degasus | |
| 2015-01-26 | Revert "Merge pull request #1903 from RisingFog/libav" | Pierre Bourdon | |
| This reverts commit 34079a00379d8fb773e570c2d6fbf8750c0cd7b2, reversing changes made to 3274df71588640b4648628e513cc59d6bdbdae26. | |||
| 2015-01-21 | Use ffmpeg for Windows Video Dumping instead of VFW | Fog | |
| 2015-01-12 | Minor consistency changes | Stevoisiak | |
| Mostly small changes, like capitalization and spelling | |||
| 2014-12-28 | Renderer: Cosmetics. | Jules Blok | |
| 2014-12-25 | FramebufferManagerBase: Remove obsolete parameters. | Jules Blok | |
| 2014-12-20 | OGL: draw shadows within rasterfont itself | degasus | |
| 2014-12-20 | VideoCommon: merge debug test generators | degasus | |
| 2014-12-20 | VideoCommon: merge debug info generators | degasus | |
| 2014-11-23 | OGL: Add Top-and-Bottom stereoscopy mode. | Jules Blok | |
| 2014-11-17 | OGL: implement bounding box support with ssbo | degasus | |
| This implemention tries to be as accurate as the old SW implemention, but it will remove the dependcy of our vertexloader on videosw. | |||
| 2014-10-12 | Move bDumpFrames to SConfig (and it's references) | Fog | |
| 2014-10-02 | Change a bunch of reference function arguments to pointers. | comex | |
| Per the coding style and sanity. | |||
| 2014-09-30 | VideoCommon: Silence -Wmaybe-uninitialized warnings. | Rohit Nirmal | |
| 2014-09-25 | Cleanup Renderer::CalculateTargetSize(), and allow IRs higher than 4x to be ↵ | Rachel Bryk | |
| set via ini. | |||
| 2014-09-19 | WIP XFB scaling. | magumagu | |
| Still an ugly mess. | |||
| 2014-09-04 | VideoCommon: rewrite frame skipping code | degasus | |
| 2014-08-26 | Unify three types of non-FIFO requests to the GPU thread around ↵ | comex | |
| Common::Event and Common::Flag. The only possible functionality change is that s_efbAccessRequested and s_swapRequested are no longer reset at init and shutdown of the OGL backend (only; this is the only interaction any files other than MainBase.cpp have with them). I am fairly certain this was entirely vestigial. Possible performance implications: efbAccessReady now uses an Event rather than spinning, which might be slightly slower, but considering the slow loop the flags are being checked in from the GPU thread, I doubt it's noticeable. Also, this uses sequentially consistent rather than release/acquire memory order, which might be slightly slower, especially on ARM... something to improve in Event/Flag, really. | |||
| 2014-08-13 | Add the VideoCommon PostProcessing class. | Ryan Houdek | |
| This class loads all the common PP shader configuration options and passes those options through to a inherited class that OpenGL or D3D will have. Makes it so all the common code for PP shaders is in VideoCommon instead of duplicating the code across each backend. | |||
| 2014-07-18 | Merge pull request #595 from Armada651/pref_log | Dolphin Bot | |
| FPSCounter: Flush the logs every second and close them when the renderer is shut down. | |||
| 2014-07-16 | Turn the FPSCounter namespace into a class. | Jules Blok | |
| 2014-07-11 | mark all local variables as static | degasus | |
| 2014-07-10 | FPSCounter: Flush the logs every second and close them when the renderer is ↵ | Jules Blok | |
| shut down. | |||
| 2014-07-10 | Move FPSCounter calls to RenderBase. | Jules Blok | |
| 2014-05-20 | BPStructs: Consistently put the two shared copy args first | Jasper St. Pierre | |
| And rename them so they make a bit more sense. | |||
| 2014-05-16 | VideoCommon: cleanup Renderer::RecordVideoMemory. | magumagu | |
| 2014-05-16 | Video backends: mass-replace "xfregs" with "xfmem". | magumagu | |
| 2014-05-16 | Video backend: merge global var xfmem into xfregs. | magumagu | |
| There isn't really any reason to keep them separate. | |||
| 2014-05-16 | Video backends: unify xfregs/xfmem structures. | magumagu | |
| Removes the duplicate swxfregs global variable/struct from the software backend in favor of the ones from VideoCommon. | |||
| 2014-03-30 | Don't cast -1 to enum to represent a missing value. | comex | |
| This is undefined behavior in C++, and a clang warning suggests it is actually producing bad code as a result: ../Source/Core/VideoCommon/BPFunctions.cpp:164:45: warning: comparison of constant 4294967295 with expression of type 'PEControl::PixelFormat' is always false [-Wtautological-constant-out-of-range-compare] if (new_format == old_format || old_format == (unsigned int)-1) | |||
| 2014-03-25 | BPMemory: Expose the pixel_format and zformat fields in PE_CONTROL as ↵ | Tony Wasserka | |
| enumerations. | |||
| 2014-03-14 | Kill off some usages of c_str. | Lioncash | |
| Also changes some function params, but this is ok. Some simplifications were also able to be made (ie. killing off strcmps with ==, etc). | |||
| 2014-03-11 | Fixes spacing for "for", "while", "switch" and "if" | Matthew Parlane | |
| Also moved && and || to ends of lines instead of start. Fixed misc vertical alignments and some { needed newlining. | |||
| 2014-03-09 | clang-modernize -use-nullptr | Tillmann Karras | |
| and s/\bNULL\b/nullptr/g for *.cpp/h/mm files not compiled on my machine | |||
| 2014-02-18 | Convert all includes to relative paths. | Lioncash | |
| 2014-02-17 | Second and final pass of clearing out tabs. | Lioncash | |
| 2014-02-15 | inline SetViewport into VertexShaderManager | degasus | |
| 2014-02-15 | merge some common parts of Swap() into VideoCommon | degasus | |
| 2014-02-15 | rename UpdateViewport to SetViewport like all others setters in RenderBase.h | degasus | |
| 2014-01-31 | VideoCommon: remove Cache Displaylist | degasus | |
| This option was known to break every second game and only boost a bit. It also seems to be broken because of streaming into pinned memory and buffer storage buffers. v2: also remove dlc_desc | |||
