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_Position.cpp
Age
Commit message (
Expand
)
Author
2024-04-04
Fix out of bounds accesses for invalid vertex component formats
Pokechu22
2023-01-13
VertexLoader: Don't write position_cache if vertex is skipped
Pokechu22
2022-11-22
VertexLoader: Eliminate use of DataReader
Pokechu22
2022-10-25
VertexLoader: Remove "too many initializer values" workaround functions
Pokechu22
2022-09-15
VertexLoader: Inline GetSize
Robin Kertels
2022-04-22
VertexLoader: Convert count register to remaining register
Pokechu22
2021-12-18
Create and use CPArray enum class
Pokechu22
2021-12-18
VertexLoader: Convert to EnumMap
Pokechu22
2021-07-05
treewide: convert GPLv2+ license info to SPDX tags
Pierre Bourdon
2021-03-06
Convert CPMemory to BitField and enum class
Pokechu22
2019-05-30
VertexLoader_Position: Tidy up public function definitions
Lioncash
2019-05-30
VertexLoader_Position: Make lookup tables immutable
Lioncash
2019-05-30
VertexLoader_Position: Place helper functions in anonymous namespace
Lioncash
2018-04-12
Reformat all the things!
spycrab
2017-03-03
Common: Move byte swapping utilities into their own header
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-06-20
VertexLoader: Remove the LOADERDECL define.
Lioncash
2015-06-07
zfreeze: cache vertex positions
Tillmann Karras
2015-05-30
Clean up cached_arraybases. Update VideoSW to new scheme.
Scott Mansell
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-03-18
VertexLoaders: make positions more compact
Tillmann Karras
2015-02-25
Formatting/Whitespace Cleanup
Stevoisiak
2015-01-20
VertexLoader: remove non-JIT SSE code
Tillmann Karras
2015-01-19
VertexLoader_Position: remove old JIT ideas
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: Add a VertexLoader pointer to each function call
degasus
2014-12-09
VideoCommon: Rename s_pCurBufferPointer
degasus
2014-12-09
VideoCommon: rewrite DataReader
degasus
2014-11-20
Vertex Loader: SSE implementations of more position/texcoord/normal formats
Fiora
2014-09-28
Mechanical changes to move most CP state to a struct rather than separate glo...
comex
2014-09-08
Include CommonTypes.h instead of Common.h.
Rohit Nirmal
2014-09-01
VertexLoader: Change VtxDesc to use u64 instead of u32
Pierre Bourdon
2014-08-30
Get rid of C-style empty function parameter indicators
Lioncash
2014-07-11
avoid the extern keyword in .cpp files
degasus
2014-03-09
clang-modernize -use-nullptr
Tillmann Karras
2014-02-18
Convert all includes to relative paths.
Lioncash
2014-01-21
VertexLoader: temp class for reader/writer
degasus
2014-01-21
VertexLoader: inline destionation buffer
degasus
2014-01-21
VertexLoader: load scale factor as const, this will save some assembler instr...
degasus
2014-01-16
VertexLoader: don't check for possible range
degasus
2013-12-31
Remove unnecessary Src/ folders
Jasper St. Pierre