| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-07-06 | Revert "Merge pull request #2358 from Tilka/pie" | Scott Mansell | |
| This reverts commit 0f7f8f87747ae825c3b5adeae35cbb66114d2ba1, reversing changes made to 9f1505435877cf8f5abe7b66fb2717c7e39c1988. | |||
| 2015-06-07 | Remove ARMv7 support. | Ryan Houdek | |
| 2015-06-06 | Merge pull request #2496 from Tilka/fma4 | flacs | |
| Jit64: add FMA4 support to fmaddXX | |||
| 2015-06-03 | MemoryUtil: get executable pages near static data | Tillmann Karras | |
| and clean up a bit. | |||
| 2015-06-02 | Merge pull request #2470 from degasus/syncgpu | comex | |
| Common: Blocking Loop (extracted from Fifo.cpp) | |||
| 2015-06-02 | XEmitter: add FMA4 instructions | Tillmann Karras | |
| 2015-05-30 | Unittests: Add BlockingLoopTest | degasus | |
| 2015-05-30 | Clean up cached_arraybases. Update VideoSW to new scheme. | Scott Mansell | |
| Move ownership of cached_arraybases from CPMemory to VertexLoaderManager to better match it usage. | |||
| 2015-05-25 | Merge pull request #2274 from degasus/disable_bbox | Ryan Houdek | |
| Disable bbox | |||
| 2015-05-25 | Update license headers to GPLv2+ | Tillmann Karras | |
| 2015-05-25 | Add missing license headers | Tillmann Karras | |
| 2015-05-25 | BBox: remove now unreachable SW bbox implementation | degasus | |
| 2015-05-18 | Merge pull request #2417 from Tilka/vex | Fiora | |
| XEmitter: VEX-related cleanup I'm merging this solely because of the FMA3 error message | |||
| 2015-05-17 | XEmitter: restructure WriteVEXOp wrappers | Tillmann Karras | |
| 2015-05-17 | Reset faked CPU extension support at test end to ensure test isolation. | yerejm | |
| 2015-03-18 | XEmitter: add PUNPCKLQDQ | Tillmann Karras | |
| 2015-03-18 | VertexLoaders: make positions more compact | Tillmann Karras | |
| 2015-03-18 | UnitTests: rewrite vertex loader tests | Tillmann Karras | |
| The position attribute now has complete coverage. | |||
| 2015-03-16 | Fix warnings | Tillmann Karras | |
| 2015-03-01 | Fix include order of files outside of Source/Core | Tillmann Karras | |
| 2015-02-25 | Formatting/Whitespace Cleanup | Stevoisiak | |
| Various fixes to formatting and whitespace | |||
| 2015-02-22 | Merge pull request #2033 from magumagu/mmio-fix-addresses | magumagu | |
| Fix the addresses of MMIO registers. | |||
| 2015-02-18 | [Android] Fix building unit tests. | Ryan Houdek | |
| 2015-02-16 | Convert our vertex loader unit test to the new RunVertices arguments ↵ | Ryan Houdek | |
| arrangement. | |||
| 2015-02-15 | Fix the addresses of MMIO registers. | magumagu | |
| MMIO registers are located at 0x0C000000 and 0x0D000000, not 0xCC000000. The 0xCC000000 addresses are just an artifact of address translation. | |||
| 2015-01-26 | Revert "Merge pull request #1903 from RisingFog/libav" | Pierre Bourdon | |
| This reverts commit 34079a00379d8fb773e570c2d6fbf8750c0cd7b2, reversing changes made to 3274df71588640b4648628e513cc59d6bdbdae26. | |||
| 2015-01-26 | Merge pull request #1903 from RisingFog/libav | skidau | |
| Use ffmpeg for Windows Video Dumping instead of VFW | |||
| 2015-01-24 | Make the IsMMIOAddress function easier to read, add tests. | Scott Mansell | |
| This also makes IsMMIOAddress more restrictive. | |||
| 2015-01-21 | Use ffmpeg for Windows Video Dumping instead of VFW | Fog | |
| 2015-01-20 | VertexLoaderX64: support VAT.ByteDequant=0 | Tillmann Karras | |
| 2015-01-18 | XEmitter: overload MOVBE() | Tillmann Karras | |
| 2015-01-07 | x64Emitter: add MOVLPS/MOVHPS | Tillmann Karras | |
| 2015-01-07 | x64Emitter: fix MOVLPD/MOVHPD | Tillmann Karras | |
| These instructions were using the wrong prefix which turned MOVLPD(reg, mem) into MOVDDUP(reg, mem) and made the rest of them invalid. | |||
| 2015-01-06 | Merge pull request #1764 from Armada651/safe-exclusive | Markus Wick | |
| D3D: Only try to apply exclusive mode when the renderer is in focus. | |||
| 2015-01-04 | Host: Add Host_RendererIsFullscreen(). | Jules Blok | |
| 2015-01-03 | CMake: simplify some expressions | Tillmann Karras | |
| 2014-12-21 | VideoCommon: split VertexLoaderBase from VertexLoader | degasus | |
| 2014-12-21 | VertexLoader: remove inlined getters | degasus | |
| They just blow up the code. | |||
| 2014-12-21 | VideoLoader: remove VAT_*_FRACBITS | degasus | |
| They are used to remove the flush amounts, but as we don't flush anymore on vertex loader changes (only on native vertex format right now), this optimization is now unneeded. This will allow us to hard code the frac factors within the vertex loaders. | |||
| 2014-12-09 | UnitTests: fix VertexLoaderTest | degasus | |
| 2014-12-06 | UnitTests: add tests for bitwise AVX instructions | Tillmann Karras | |
| 2014-12-06 | UnitTests: fix register symbol name in AVX tests | Tillmann Karras | |
| 2014-11-17 | Host: Kill off GetRenderWindowSize | Lioncash | |
| 2014-11-14 | Link Foundation/CoreServices into unit tests so they build with DISABLE_WX. | comex | |
| 2014-11-05 | Host: Kill off Host_SysMessage | Lioncash | |
| Equivalent facilities already exist. | |||
| 2014-10-29 | Merge pull request #1420 from jcowgill/fix-cmake-test-names | comex | |
| Rename unittest targets to Tests_* | |||
| 2014-10-29 | Rename unittest targets to Test_* | James Cowgill | |
| CMake 3.0 prints out a warning when adding any target whose name contains a slash. This commit fixes the warnings by using an underscore instead. Run 'cmake --help-policy CMP0037' for more details. | |||
| 2014-10-25 | Add unit test. | comex | |
| 2014-10-19 | Add a test for page fault handling. | comex | |
| This both tests that they work correctly and prints timing information if you run it manually. | |||
| 2014-10-07 | X64Emitter: add unit test for FMA | Fiora | |
