summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/IndexGenerator.cpp
AgeCommit message (Expand)Author
2026-01-25Remove unused importsMartino Fontana
2025-03-09VideoCommon: Move backend_info out of VideoConfig struct.Jordan Woyak
2023-01-04IndexGenerator: Fix off-by-one in GetRemainingIndicesPokechu22
2023-01-04IndexGenerator: Add assertion for overflow in GetRemainingIndicesPokechu22
2022-10-22VideoCommon: Add vertex shader point and line expansionTellowKrinkle
2021-12-18Convert OpcodeDecoder::Opcode and OpcodeDecoder::Primitive to enum classPokechu22
2021-07-05treewide: convert GPLv2+ license info to SPDX tagsPierre Bourdon
2020-11-17VideoCommon: Migrate over to fmtLioncash
2019-12-05VideoCommon/IndexGenerator: Eliminate static stateLioncash
2019-12-05VideoCommon/IndexGenerator: Make use of if constexprLioncash
2019-12-05VideoCommon/IndexGenerator: Move stateless functions into anonymous namespaceLioncash
2019-12-05VideoCommon/IndexGenerator: Make use of anonymous namespaceLioncash
2018-12-04Use main buffers for utility drawsStenzek
2018-06-09Compiler: Rename __forceinline define to DOLPHIN_FORCE_INLINELioncash
2018-06-09Common: Add header for compiler-specificsLioncash
2017-06-07fix various instances of -1 being assigned to unsigned typesShawn Hoffman
2017-02-08OpcodeDecoding: Convert #defines into enum constantsLioncash
2016-06-24Reformat all the things. Have fun with merge conflicts.Pierre Bourdon
2016-01-17VideoCommon: Header cleanupLioncash
2015-08-28Fix building with PCH disabled.Rohit Nirmal
2015-05-25Set copyright year to when a file was createdTillmann Karras
2015-05-25Update license headers to GPLv2+Tillmann Karras
2014-09-08Include CommonTypes.h instead of Common.h.Rohit Nirmal
2014-05-17Video backends: warn on usage of GL_DRAW_QUADS_2.magumagu
2014-05-10Opcode decoding: handle missing opcodes 0x88 etc.magumagu
2014-03-11Fixes spacing for "for", "while", "switch" and "if"Matthew Parlane
2014-03-09clang-modernize -use-nullptrTillmann Karras
2014-02-18Convert all includes to relative paths.Lioncash
2014-01-17IndexGenerator: inline all variablesdegasus
2014-01-17IndexGenerator: drop unused variabledegasus
2014-01-17VideoCommon: merge triangle+list+point index buffersdegasus
2013-12-31Remove unnecessary Src/ foldersJasper St. Pierre