summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/VertexLoaderX64.cpp
AgeCommit message (Expand)Author
2016-06-24Reformat all the things. Have fun with merge conflicts.Pierre Bourdon
2016-01-17VideoCommon: Header cleanupLioncash
2015-10-25VertexLoaderX64: optimize more color swizzlesTillmann Karras
2015-10-22VertexLoaderX64: optimize 4444 color conversionTillmann Karras
2015-09-28Fix building with PCH disabled.Rohit Nirmal
2015-09-12VertexLoaderX64: fix 2GB warningsTillmann Karras
2015-08-26Jit64: some byte-swapping changesTillmann Karras
2015-06-07zfreeze: cache vertex positionsTillmann Karras
2015-06-07VertexLoaderX64: revert 9da86092aeb1fda7470a661a36Tillmann Karras
2015-06-03VertexLoaderX64: generate PICTillmann Karras
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-25Add missing license headersTillmann Karras
2015-05-25BBox: remove now unreachable SW bbox implementationdegasus
2015-04-23Fix code broken by mergecomex
2015-04-23Merge pull request #2223 from phire/immcomex
2015-03-18VertexLoaderX64: use common code for FORMAT_FLOATTillmann Karras
2015-03-18VertexLoaderX64: support SSE2 as a fallbackTillmann Karras
2015-03-18VertexLoaders: make positions more compactTillmann Karras
2015-03-17Make OpArg.offset and operandReg private.Scott Mansell
2015-03-08VertexLoaderX64: fix harmless off-by-one errorTillmann Karras
2015-02-25Formatting/Whitespace CleanupStevoisiak
2015-02-24Clean up the intrinsics #ifdef messTillmann Karras
2015-02-13Change RunVertices' function arguments.Ryan Houdek
2015-01-28JitRegister: overload Register with a [start,end) variantGabriel Corona
2015-01-26VertexLoaderX64: save XMM0 if the ABI requires itTillmann Karras
2015-01-20VertexLoaderX64: support VAT.ByteDequant=0Tillmann Karras
2015-01-20VertexLoader: never reset alpha in 8888 colorsTillmann Karras
2015-01-18VertexLoaderX64: register symbol for code pageTillmann Karras
2015-01-18VertexLoaderX64: optimize color conversionsTillmann Karras
2015-01-18VertexLoaderX64: make table lookup deterministicTillmann Karras
2015-01-18VertexLoaderX64: fix a bunch of stuffTillmann Karras
2015-01-18VertexLoaderX64: fix duplicate register allocationTillmann Karras
2015-01-18VertexLoaderX64: suggestions by @magumaguTillmann Karras
2015-01-18VertexLoaderX64: implement pre-Haswell fallbacksTillmann Karras
2015-01-18VertexLoader: add new JITTillmann Karras