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_TextCoord.cpp
Age
Commit message (
Expand
)
Author
2019-05-30
VertexLoader_TextCoord: Tidy up public function definitions
Lioncash
2019-05-30
VertexLoader_TextCoord: Make lookup tables immutable
Lioncash
2019-05-30
VertexLoader_TextCoord: 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-31
VideoCommon: Convert some DataReader includes into forward declarations
Lioncash
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_TextCoord: reorder function list
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-07-11
avoid the extern keyword in .cpp files
degasus
2014-07-11
mark all local functions as static
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
2013-12-31
Remove unnecessary Src/ folders
Jasper St. Pierre