summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/VertexLoader.cpp
AgeCommit message (Expand)Author
2015-02-13Change RunVertices' function arguments.Ryan Houdek
2015-01-26VertexLoader: small clean upTillmann Karras
2015-01-20VertexLoader: never reset alpha in 8888 colorsTillmann Karras
2015-01-20VertexLoader: remove weird lineTillmann Karras
2015-01-20VertexLoader: remove non-JIT SSE codeTillmann Karras
2015-01-19VertexLoader: fix position offset bugTillmann Karras
2015-01-18VertexLoader: add new JITTillmann Karras
2015-01-18VertexLoader: remove old JITTillmann Karras
2015-01-18DataReader: turn WritePointer into GetPointerTillmann Karras
2014-12-21VertexLoader: Skip vertices with position index = -1degasus
2014-12-21VertexLoader: Merge dummy functionsdegasus
2014-12-21VertexLoader: Add a VertexLoader pointer to each function calldegasus
2014-12-21VideoCommon: split VertexLoaderBase from VertexLoaderdegasus
2014-12-21VideoCommon: Move NativeVertexFormat cache to VertexLoaderManagerdegasus
2014-12-21VideoLoader: remove VAT_*_FRACBITSdegasus
2014-12-09VideoCommon: clean up VertexLoaderdegasus
2014-12-09VideoCommon: Rename s_pCurBufferPointerdegasus
2014-12-09VideoCommon: cleanup OpcodeDecoderdegasus
2014-12-03Vertex loader: optimize texmtx_write_float4Fiora
2014-11-28Vertex loader: use ABI_CallFunctionFiora
2014-11-20Vertex Loader: SSE implementations of more position/texcoord/normal formatsFiora
2014-11-17OGL: implement bounding box support with ssbodegasus
2014-11-05Host: Kill off Host_SysMessageLioncash
2014-10-25Convert registersInUse to BitSet.comex
2014-10-15Remove setting to enable or disable Bounding Box calculation.crudelios
2014-10-10Get buildbot to compile.crudelios
2014-10-10Reimplement Bounding Box calculation using the software renderer.crudelios
2014-09-28Mechanical changes to move most CP state to a struct rather than separate glo...comex
2014-09-28Switch to an unordered_map as a micro-optimization.comex
2014-09-28Fix threading issue with vertex loader JIT.comex
2014-09-28Some changes to VertexLoaderManager:comex
2014-09-08Include CommonTypes.h instead of Common.h.Rohit Nirmal
2014-09-08Remove the inaccurately named ABI_PushAllCalleeSavedRegsAndAdjustStack (it di...comex
2014-09-08Improve code and clarify parameters to ABI_Push/PopRegistersAndAdjustStack.comex
2014-09-06Split some parts of UpdateBoundingBox into multiple lines. Also,Rohit Nirmal
2014-09-01VertexLoader: Change VtxDesc to use u64 instead of u32Pierre Bourdon
2014-08-30VideoCommon: Clean up brace placementsLioncash
2014-08-04VertexLoader: do not prepare for vertices if we need to skip themPierre Bourdon
2014-08-03Merge pull request #428 from Sonicadvance1/x86_32-removalPierre Bourdon
2014-08-03Remove x86_32 from VertexLoader.Ryan Houdek
2014-08-02VertexLoader: Remove more global state dependencies (this time IndexGenerator...Pierre Bourdon
2014-07-26VertexLoader: Remove global state dependency on g_nativeVertexFmtPierre Bourdon
2014-07-24VertexLoader: take the VAT object directly for RunVerticesPierre Bourdon
2014-07-24VertexLoader: Simplify SetVATPierre Bourdon
2014-07-11remove unused globalsdegasus
2014-07-11mark all local functions as staticdegasus
2014-07-04VideoCommon: Cache native vertex formatsdegasus
2014-06-03x64Emitter: J_CC: use 32 bit offset automaticallyTillmann Karras
2014-05-16Video backends: mass-replace "xfregs" with "xfmem".magumagu
2014-05-16Video backend: merge global var xfmem into xfregs.magumagu