summaryrefslogtreecommitdiff
path: root/Source/UnitTests
AgeCommit message (Expand)Author
2015-07-06Revert "Merge pull request #2358 from Tilka/pie"Scott Mansell
2015-06-07Remove ARMv7 support.Ryan Houdek
2015-06-06Merge pull request #2496 from Tilka/fma4flacs
2015-06-03MemoryUtil: get executable pages near static dataTillmann Karras
2015-06-02Merge pull request #2470 from degasus/syncgpucomex
2015-06-02XEmitter: add FMA4 instructionsTillmann Karras
2015-05-30Unittests: Add BlockingLoopTestdegasus
2015-05-30Clean up cached_arraybases. Update VideoSW to new scheme.Scott Mansell
2015-05-25Merge pull request #2274 from degasus/disable_bboxRyan Houdek
2015-05-25Update license headers to GPLv2+Tillmann Karras
2015-05-25Add missing license headersTillmann Karras
2015-05-25BBox: remove now unreachable SW bbox implementationdegasus
2015-05-18Merge pull request #2417 from Tilka/vexFiora
2015-05-17XEmitter: restructure WriteVEXOp wrappersTillmann Karras
2015-05-17Reset faked CPU extension support at test end to ensure test isolation.yerejm
2015-03-18XEmitter: add PUNPCKLQDQTillmann Karras
2015-03-18VertexLoaders: make positions more compactTillmann Karras
2015-03-18UnitTests: rewrite vertex loader testsTillmann Karras
2015-03-16Fix warningsTillmann Karras
2015-03-01Fix include order of files outside of Source/CoreTillmann Karras
2015-02-25Formatting/Whitespace CleanupStevoisiak
2015-02-22Merge pull request #2033 from magumagu/mmio-fix-addressesmagumagu
2015-02-18[Android] Fix building unit tests.Ryan Houdek
2015-02-16Convert our vertex loader unit test to the new RunVertices arguments arrangem...Ryan Houdek
2015-02-15Fix the addresses of MMIO registers.magumagu
2015-01-26Revert "Merge pull request #1903 from RisingFog/libav"Pierre Bourdon
2015-01-26Merge pull request #1903 from RisingFog/libavskidau
2015-01-24Make the IsMMIOAddress function easier to read, add tests.Scott Mansell
2015-01-21Use ffmpeg for Windows Video Dumping instead of VFWFog
2015-01-20VertexLoaderX64: support VAT.ByteDequant=0Tillmann Karras
2015-01-18XEmitter: overload MOVBE()Tillmann Karras
2015-01-07x64Emitter: add MOVLPS/MOVHPSTillmann Karras
2015-01-07x64Emitter: fix MOVLPD/MOVHPDTillmann Karras
2015-01-06Merge pull request #1764 from Armada651/safe-exclusiveMarkus Wick
2015-01-04Host: Add Host_RendererIsFullscreen().Jules Blok
2015-01-03CMake: simplify some expressionsTillmann Karras
2014-12-21VideoCommon: split VertexLoaderBase from VertexLoaderdegasus
2014-12-21VertexLoader: remove inlined gettersdegasus
2014-12-21VideoLoader: remove VAT_*_FRACBITSdegasus
2014-12-09UnitTests: fix VertexLoaderTestdegasus
2014-12-06UnitTests: add tests for bitwise AVX instructionsTillmann Karras
2014-12-06UnitTests: fix register symbol name in AVX testsTillmann Karras
2014-11-17Host: Kill off GetRenderWindowSizeLioncash
2014-11-14Link Foundation/CoreServices into unit tests so they build with DISABLE_WX.comex
2014-11-05Host: Kill off Host_SysMessageLioncash
2014-10-29Merge pull request #1420 from jcowgill/fix-cmake-test-namescomex
2014-10-29Rename unittest targets to Test_*James Cowgill
2014-10-25Add unit test.comex
2014-10-19Add a test for page fault handling.comex
2014-10-07X64Emitter: add unit test for FMAFiora