summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/NativeVertexFormat.h
AgeCommit message (Expand)Author
2024-01-31NativeVertexFormat: Collapse std namespace and mark hash noexceptLioncash
2023-06-17Change unnamed enum in NativeVertexFormat.h to u32get
2022-11-05VideoCommon: Zero PortableVertexDeclarations on initializationTellowKrinkle
2022-09-19VideoCommon: Use std::array in PortableVertexDeclarationTellowKrinkle
2022-08-01Common/Hash: use zlib-ng for adler32. small cleanups.Shawn Hoffman
2022-04-22VideoCommon: Rename norm0/norm1/norm2 to normal/tangent/binormalPokechu22
2021-12-18Eliminate VarType for ComponentFormatPokechu22
2021-07-05treewide: convert GPLv2+ license info to SPDX tagsPierre Bourdon
2019-05-06Reformat repo to clang-format 7.0 rulesTechjar
2019-02-19Move most backend functionality to VideoCommonStenzek
2018-05-16Common/Hash: Namespace code under the Common namespaceLioncash
2018-04-12Reformat all the things!spycrab
2017-08-22Remove NonCopyableJosJuice
2017-07-30NativeVertexFormat: Drop unused virtual method SetupVertexPointersStenzek
2016-06-26Shader UID change: Only store the two bits of components we need.Scott Mansell
2016-06-24Reformat all the things. Have fun with merge conflicts.Pierre Bourdon
2015-11-24NativeVertexFormat: Inline Initialize in contructordegasus
2015-11-01VideoCommon: flush vertex manager if components changeTillmann Karras
2015-09-26Common: Move NonCopyable to its own headerLioncash
2015-05-25Set copyright year to when a file was createdTillmann Karras
2015-05-25Update license headers to GPLv2+Tillmann Karras
2015-01-24Stop doing nastly shit to OpenGL stream buffers.Scott Mansell
2015-01-24Move Zfreeze code out individual backends into videoCommonScott Mansell
2014-12-21VideoCommon: split VertexLoaderBase from VertexLoaderdegasus
2014-10-21Add missing includes where headers depend on other headers having been includ...comex
2014-09-28Switch to an unordered_map as a micro-optimization.comex
2014-09-08Include CommonTypes.h instead of Common.h.Rohit Nirmal
2014-07-04VideoCommon: Cache native vertex formatsdegasus
2014-02-18Convert all includes to relative paths.Lioncash
2014-02-10Replace all include guard ifdefs with "#pragma once"lioncash
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-30NativeVertexFormat: swap unsigned / signed formats to match GX orderdegasus
2014-01-15VideoCommon: cleanup of "components" usagedegasus
2013-12-31Remove unnecessary Src/ foldersJasper St. Pierre