index
:
dolphin
4.0-hotfixes
master
release-prep-2407
release-prep-2409
release-prep-2412
release-prep-2503
release-prep-2503a
release-prep-2506
release-prep-2506a
release-prep-2509
release-prep-2512
release-prep-2603
release-prep-2603a
release-prep-2606
stable
GameCube and Wii emulator
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Source
/
Core
/
VideoCommon
/
IndexGenerator.cpp
Age
Commit message (
Expand
)
Author
2026-01-25
Remove unused imports
Martino Fontana
2025-03-09
VideoCommon: Move backend_info out of VideoConfig struct.
Jordan Woyak
2023-01-04
IndexGenerator: Fix off-by-one in GetRemainingIndices
Pokechu22
2023-01-04
IndexGenerator: Add assertion for overflow in GetRemainingIndices
Pokechu22
2022-10-22
VideoCommon: Add vertex shader point and line expansion
TellowKrinkle
2021-12-18
Convert OpcodeDecoder::Opcode and OpcodeDecoder::Primitive to enum class
Pokechu22
2021-07-05
treewide: convert GPLv2+ license info to SPDX tags
Pierre Bourdon
2020-11-17
VideoCommon: Migrate over to fmt
Lioncash
2019-12-05
VideoCommon/IndexGenerator: Eliminate static state
Lioncash
2019-12-05
VideoCommon/IndexGenerator: Make use of if constexpr
Lioncash
2019-12-05
VideoCommon/IndexGenerator: Move stateless functions into anonymous namespace
Lioncash
2019-12-05
VideoCommon/IndexGenerator: Make use of anonymous namespace
Lioncash
2018-12-04
Use main buffers for utility draws
Stenzek
2018-06-09
Compiler: Rename __forceinline define to DOLPHIN_FORCE_INLINE
Lioncash
2018-06-09
Common: Add header for compiler-specifics
Lioncash
2017-06-07
fix various instances of -1 being assigned to unsigned types
Shawn Hoffman
2017-02-08
OpcodeDecoding: Convert #defines into enum constants
Lioncash
2016-06-24
Reformat all the things. Have fun with merge conflicts.
Pierre Bourdon
2016-01-17
VideoCommon: Header cleanup
Lioncash
2015-08-28
Fix building with PCH disabled.
Rohit Nirmal
2015-05-25
Set copyright year to when a file was created
Tillmann Karras
2015-05-25
Update license headers to GPLv2+
Tillmann Karras
2014-09-08
Include CommonTypes.h instead of Common.h.
Rohit Nirmal
2014-05-17
Video backends: warn on usage of GL_DRAW_QUADS_2.
magumagu
2014-05-10
Opcode decoding: handle missing opcodes 0x88 etc.
magumagu
2014-03-11
Fixes spacing for "for", "while", "switch" and "if"
Matthew Parlane
2014-03-09
clang-modernize -use-nullptr
Tillmann Karras
2014-02-18
Convert all includes to relative paths.
Lioncash
2014-01-17
IndexGenerator: inline all variables
degasus
2014-01-17
IndexGenerator: drop unused variable
degasus
2014-01-17
VideoCommon: merge triangle+list+point index buffers
degasus
2013-12-31
Remove unnecessary Src/ folders
Jasper St. Pierre