summaryrefslogtreecommitdiff
path: root/Source/UnitTests
AgeCommit message (Expand)Author
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
2014-09-28Rejigger some FIFO buffer variables to be more rational.comex
2014-09-14Merge pull request #1083 from FioraAeterna/lzcntRyan Houdek
2014-09-14x64Emitter: add LZCNT/TZCNT support and detectionFiora
2014-09-13UnitTests: Fix misplaced braces in the x64Emitter testsLioncash
2014-09-13Add immediate tests for WriteNormalOpFiora
2014-09-08Rename Log2 and add IsPow2 to MathUtils for future useFiora
2014-09-05Revert "JIT64: optimize CA calculations"Fiora
2014-09-05Merge pull request #852 from FioraAeterna/optimizecacomex
2014-09-03x64Emitter: add BMI1/BMI2 supportFiora
2014-09-03x64EmitterTest: Fake support for all CPU extensionsPierre Bourdon
2014-09-02UnitTests: Add tests for the x64EmitterPierre Bourdon
2014-09-01msvc: get UnitTests compilingShawn Hoffman
2014-09-01Rename Log2 and add IsPow2 to MathUtils for future useFiora
2014-09-01unittests: correct some integers which should have been floating point typesShawn Hoffman
2014-08-24UnitTests: Remove now non-existent UpdateStatusBar from StubHost.Lioncash
2014-08-15Core: Kill off Host_ShowJitResultsLioncash
2014-08-09Merge pull request #740 from lioncash/hostLioncash
2014-08-08Core: Kill off Host_UpdateLogDisplay()Lioncash
2014-08-08UnitTests: Get rid of now-nonexistent Host_GetInstance() within StubHostLioncash
2014-08-08Core: Kill off Host_UpdateBreakPointView()Lioncash
2014-08-07Fix more warnings from #579Tillmann Karras
2014-08-04UnitTests: Disable VertexLoader tests if EGL is enabled.Tony Wasserka
2014-08-02VertexLoader: Add more tests, including a few small benchmarksPierre Bourdon
2014-08-02VertexLoader: Add very basic unit testing to get startedPierre Bourdon
2014-08-02UnitTests: make it possible to build tests for code that has global dependenciesPierre Bourdon
2014-07-27MMIO: Cleanup Mapping class by using templates instead of macros.Tony Wasserka
2014-07-15Fix incorrect clamping in SWRenderer.Scott Mansell
2014-05-29Remove the min/max functions in CommonFuncs.Lioncash
2014-04-19BitFieldTest: fix warningsTillmann Karras
2014-04-14Merge pull request #271 from delroth/threading-stuffPierre Bourdon
2014-04-14Common::Flag: Add support for TestAndSet + test by implementing basic spinlocks.Pierre Bourdon
2014-04-14UnitTests: Add a test for BitField behavior on odd structure alignment.Tony Wasserka
2014-04-14Common: Move the Event class to a separate file, and add tests for it. Fix in...Pierre Bourdon
2014-04-14Common: Add a 'Flag' class that is used to encapsulate a boolean flag manipul...Pierre Bourdon
2014-03-25UnitTests: Add tests for BitField.Tony Wasserka
2014-03-24MathUtilTest: add test for FlushToZeroTillmann Karras