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
/
VertexLoader.cpp
Age
Commit message (
Expand
)
Author
2023-12-02
VertexLoader: Use Common::SmallVector
Pokechu22
2023-12-02
VertexLoader: Remove unnecessary calls to VertexLoader_TextCoord::GetDummyFun...
Pokechu22
2023-12-02
VertexLoader: Fix wrong array being used if color 1 is present but color 0 isn't
Pokechu22
2022-11-22
Fix VertexLoader.cpp using the wrong size for texture matrix indices without ...
Pokechu22
2022-11-22
VertexLoader: Eliminate use of DataReader
Pokechu22
2022-05-18
Rename CP and XF normal component count enums and update their descriptions
Pokechu22
2022-04-22
VertexLoader: Convert count register to remaining register
Pokechu22
2022-04-22
Convert vertex loader position cache to std::array
Pokechu22
2022-01-09
Common/Assert: Switch to fmt
Pokechu22
2021-12-18
Eliminate VarType for ComponentFormat
Pokechu22
2021-07-05
treewide: convert GPLv2+ license info to SPDX tags
Pierre Bourdon
2021-05-07
Move vertex size and component calculation to VertexLoaderBase
Pokechu22
2021-05-07
Eliminate TVtxAttr
Pokechu22
2021-05-07
Convert VertexLoader_Color to a table
Pokechu22
2021-03-06
Convert CPMemory to BitField and enum class
Pokechu22
2020-11-17
VideoCommon: Migrate over to fmt
Lioncash
2019-05-30
VideoCommon/VertexLoader_Normal: Initialize function table at compile-time
Lioncash
2018-03-14
Assert: Uppercase assertion macros
Lioncash
2016-09-17
VertexLoaderJit: Fix out-of-bounds access for zfreeze.
degasus
2016-06-24
Reformat all the things. Have fun with merge conflicts.
Pierre Bourdon
2016-01-17
VideoCommon: Header cleanup
Lioncash
2015-10-11
VertexLoaderUtils: remove simple wrapper functions
Tillmann Karras
2015-08-28
Fix building with PCH disabled.
Rohit Nirmal
2015-06-20
VertexLoader: Remove the LOADERDECL define.
Lioncash
2015-06-07
zfreeze: cache vertex positions
Tillmann Karras
2015-05-25
Merge pull request #2274 from degasus/disable_bbox
Ryan Houdek
2015-05-25
Set copyright year to when a file was created
Tillmann Karras
2015-05-25
Update license headers to GPLv2+
Tillmann Karras
2015-05-25
BBox: remove now unreachable SW bbox implementation
degasus
2015-05-25
VideoCommon: Make BBox emulation optional
degasus
2015-03-18
VertexLoaders: make positions more compact
Tillmann Karras
2015-02-25
Formatting/Whitespace Cleanup
Stevoisiak
2015-02-13
Change RunVertices' function arguments.
Ryan Houdek
2015-01-26
VertexLoader: small clean up
Tillmann Karras
2015-01-20
VertexLoader: never reset alpha in 8888 colors
Tillmann Karras
2015-01-20
VertexLoader: remove weird line
Tillmann Karras
2015-01-20
VertexLoader: remove non-JIT SSE code
Tillmann Karras
2015-01-19
VertexLoader: fix position offset bug
Tillmann Karras
2015-01-18
VertexLoader: add new JIT
Tillmann Karras
2015-01-18
VertexLoader: remove old JIT
Tillmann Karras
2015-01-18
DataReader: turn WritePointer into GetPointer
Tillmann Karras
2014-12-21
VertexLoader: Skip vertices with position index = -1
degasus
2014-12-21
VertexLoader: Merge dummy functions
degasus
2014-12-21
VertexLoader: Add a VertexLoader pointer to each function call
degasus
2014-12-21
VideoCommon: split VertexLoaderBase from VertexLoader
degasus
2014-12-21
VideoCommon: Move NativeVertexFormat cache to VertexLoaderManager
degasus
2014-12-21
VideoLoader: remove VAT_*_FRACBITS
degasus
2014-12-09
VideoCommon: clean up VertexLoader
degasus
2014-12-09
VideoCommon: Rename s_pCurBufferPointer
degasus
2014-12-09
VideoCommon: cleanup OpcodeDecoder
degasus
[next]