summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/VertexLoader.cpp
AgeCommit message (Expand)Author
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
2014-05-16Video backends: unify xfregs/xfmem structures.magumagu
2014-04-30Changes posmtx vertex attribute to integer.Ryan Houdek
2014-04-10Merge pull request #213 from Jezze/vertexloader-cleanupsTony Wasserka
2014-03-29Remove all trailing whitespaces from our codebase.Pierre Bourdon
2014-03-27VideoCommon/VertexLoader: Add more use of std::min and std::maxJens Nyberg
2014-03-27VideoCommon/VertexLoader: Remove duplicate point min and max calculationJens Nyberg
2014-03-26VideoCommon/VertexLoader: Remove NRM enumJens Nyberg
2014-03-18Remove superfluous bit shiftJens Nyberg
2014-03-11Fixes spacing for "for", "while", "switch" and "if"Matthew Parlane
2014-03-09clang-modernize -use-nullptrTillmann Karras
2014-03-04Make our architecture defines less stupid.Ryan Houdek
2014-02-28Fix various warnings reported by clangTillmann Karras
2014-02-20Fix more header sorting issues in VideoCommon/ (now check-includes clean).Pierre Bourdon
2014-02-18Convert all includes to relative paths.Lioncash
2014-02-17Second and final pass of clearing out tabs.Lioncash
2014-02-16Fix some vertical alignmentsLioncash
2014-02-10Some tidy up of sprintf to StringFromFormatMatthew Parlane
2014-02-09Revert "Merge pull request #49 from Parlane/sprintf_tidy"Pierre Bourdon
2014-02-08Some tidy up of sprintf to StringFromFormatMatthew Parlane
2014-02-04Silence warningTillmann Karras
2014-01-31Merge pull request #11 from degasus/VertexLoaderCleanupTony Wasserka
2014-01-31VideoCommon: small VertexLoader(Manager)? refactoringdegasus
2014-01-31VideoCommon: remove Cache Displaylistdegasus
2014-01-31PortableVertexFormat: use AttributeFormat for posmtx attribute formatdegasus
2014-01-31PortableVertexFormat: use AttributeFormat for texcoord attribute formatdegasus
2014-01-31PortableVertexFormat: use AttributeFormat for color attribute formatdegasus
2014-01-31PortableVertexFormat: use AttributeFormat for normal attribute formatdegasus
2014-01-31PortableVertexFormat: add a struct which hold all needed information for ever...degasus
2014-01-26BBox: Changed the rounding again, the old one fixed Paper Mario but had bugs ...crudelios
2014-01-25BBox: fix for a small rounding issue.crudelios
2014-01-25BBox: read from the proper world matrix index when transforming vertexes to s...crudelios
2014-01-25Rewrote bounding box algotithm. Fixes issues 5967, 6154, 6196, 6211.crudelios
2014-01-15VideoCommon: cleanup of "components" usagedegasus
2013-12-31Remove unnecessary Src/ foldersJasper St. Pierre