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_Normal.cpp
Age
Commit message (
Expand
)
Author
2019-05-30
VideoCommon/VertexLoader_Normal: Use variable template variants of type traits
Lioncash
2019-05-30
VideoCommon/VertexLoader_Normal: Initialize function table at compile-time
Lioncash
2019-05-29
VideoCommon/VertexLoader_Normal: Tidy up function declarations
Lioncash
2019-05-06
Reformat repo to clang-format 7.0 rules
Techjar
2018-06-09
Compiler: Rename __forceinline define to DOLPHIN_FORCE_INLINE
Lioncash
2018-06-09
Common: Add header for compiler-specifics
Lioncash
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-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-01-20
VertexLoader: remove non-JIT SSE code
Tillmann Karras
2015-01-18
VertexLoader_Normal: use shorter notation
Tillmann Karras
2015-01-18
DataReader: turn WritePointer into GetPointer
Tillmann Karras
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-02-18
Convert all includes to relative paths.
Lioncash
2014-02-17
Second and final pass of clearing out tabs.
Lioncash
2014-01-21
VertexLoader: temp class for reader/writer
degasus
2014-01-21
VertexLoader: inline destionation buffer
degasus
2013-12-31
Remove unnecessary Src/ folders
Jasper St. Pierre