| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-04-26 | Make integral auto IR(multiple of 640x528) work as expected | mimimi085181 | |
| Right now, it's possible that x and y are scaled differently, if efb and xfb size are not the same. | |||
| 2016-01-17 | VideoCommon: Header cleanup | Lioncash | |
| Also remedies places where the video backends and core rely on things being indirectly included. | |||
| 2016-01-10 | [Android] Add support for rotation and minimizing the application | Ryan Houdek | |
| 2016-01-09 | Merge pull request #3472 from phire/TVs_dont_have_pixels | Pierre Bourdon | |
| Rework the aspect ratio calculation (Fixes 240p mode) | |||
| 2016-01-09 | Merge pull request #3451 from RisingFog/libav | Pierre Bourdon | |
| Use ffmpeg for Windows Video Dumping instead of VFW | |||
| 2016-01-08 | Normalize aspect ratio calculations to 4:3 | Scott Mansell | |
| Video Interface simply isn't aware about widescreen. Instead, the render class can multiply by 1.3333333 to get the 16:9 aspect ratio. | |||
| 2016-01-07 | Use ffmpeg for Windows Video Dumping instead of VFW | Chris Burgener | |
| 2016-01-05 | Throttler: Rename "framelimiter" to "emulation speed". | degasus | |
| We don't throttle by frames, we throttle by coretiming speed. So looking up VI for calculating the speed was just very wrong. The new ini option is a float, 1.0f for fullspeed. In the GUI, percentual values are used. | |||
| 2016-01-02 | VideoBackend: Get rid of a boolean global | Lioncash | |
| Also gets rid of global headers | |||
| 2015-12-30 | Merge pull request #3361 from stenzek/d3d-vectored-efb-pokes | Markus Wick | |
| D3D: Implement vectored efb pokes | |||
| 2015-12-22 | Render: Get rid of explicit new and delete | Lioncash | |
| 2015-12-20 | VideoBackends: Simplify initialization and deinitialization of resources | Lioncash | |
| Approximately three or four times now, the issue of pointers being in an inconsistent state been an issue in the video backend renderers with regards to tripping up other developers. Global (ugh) resources are put into a unique_ptr and will always have a well-defined state of being - null or not null | |||
| 2015-12-20 | VideoCommon: Change PokeEFB to take a pointer rather than a vector | Stenzek | |
| This saves allocating a vector for the pass-through path. | |||
| 2015-11-06 | VideoCommon: rename TextureCache to TextureCacheBase | Tillmann Karras | |
| 2015-10-16 | Core: Move a global into a namespace | Lioncash | |
| 2015-09-29 | FPSCounter: Don't provide direct access to m_fps | Lioncash | |
| 2015-09-11 | Partially revert "General: Toss out PRI macro usage" | Lioncash | |
| 2015-09-05 | General: Toss out PRI macro usage | Lioncash | |
| Now that VS supports more printf specifiers, these aren't necessary | |||
| 2015-08-20 | Profiler: Sort output by total time | degasus | |
| 2015-07-31 | Fix code to comply with coding style | unknown | |
| 2015-07-31 | Changed the aspect ratio settings to account for NTSC/PAL pixel aspect ↵ | mirrorbender | |
| ratios and VI scaling. | |||
| 2015-07-26 | Video: Trying to fix D3D/XFB disabled regression | booto | |
| 2015-07-25 | Video: respect stride of efb copies to xfb | booto | |
| 2015-06-23 | Android: Save screenshot at end of an emulation session. | sigmabeta | |
| 2015-06-19 | RenderBase: Remove an unused variable | Lioncash | |
| 2015-06-10 | Add UI Support for up to 8x Internal Resolutions | Fog | |
| 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. | |||
