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
release-prep-2606a
release-prep-2606a-2
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
2014-07-04
VideoCommon: Cache native vertex formats
degasus
2014-06-03
x64Emitter: J_CC: use 32 bit offset automatically
Tillmann Karras
2014-05-16
Video backends: mass-replace "xfregs" with "xfmem".
magumagu
2014-05-16
Video backend: merge global var xfmem into xfregs.
magumagu
2014-05-16
Video backends: unify xfregs/xfmem structures.
magumagu
2014-04-30
Changes posmtx vertex attribute to integer.
Ryan Houdek
2014-04-10
Merge pull request #213 from Jezze/vertexloader-cleanups
Tony Wasserka
2014-03-29
Remove all trailing whitespaces from our codebase.
Pierre Bourdon
2014-03-27
VideoCommon/VertexLoader: Add more use of std::min and std::max
Jens Nyberg
2014-03-27
VideoCommon/VertexLoader: Remove duplicate point min and max calculation
Jens Nyberg
2014-03-26
VideoCommon/VertexLoader: Remove NRM enum
Jens Nyberg
2014-03-18
Remove superfluous bit shift
Jens Nyberg
2014-03-11
Fixes spacing for "for", "while", "switch" and "if"
Matthew Parlane
2014-03-09
clang-modernize -use-nullptr
Tillmann Karras
2014-03-04
Make our architecture defines less stupid.
Ryan Houdek
2014-02-28
Fix various warnings reported by clang
Tillmann Karras
2014-02-20
Fix more header sorting issues in VideoCommon/ (now check-includes clean).
Pierre Bourdon
2014-02-18
Convert all includes to relative paths.
Lioncash
2014-02-17
Second and final pass of clearing out tabs.
Lioncash
2014-02-16
Fix some vertical alignments
Lioncash
2014-02-10
Some tidy up of sprintf to StringFromFormat
Matthew Parlane
2014-02-09
Revert "Merge pull request #49 from Parlane/sprintf_tidy"
Pierre Bourdon
2014-02-08
Some tidy up of sprintf to StringFromFormat
Matthew Parlane
2014-02-04
Silence warning
Tillmann Karras
2014-01-31
Merge pull request #11 from degasus/VertexLoaderCleanup
Tony Wasserka
2014-01-31
VideoCommon: small VertexLoader(Manager)? refactoring
degasus
2014-01-31
VideoCommon: remove Cache Displaylist
degasus
2014-01-31
PortableVertexFormat: use AttributeFormat for posmtx attribute format
degasus
2014-01-31
PortableVertexFormat: use AttributeFormat for texcoord attribute format
degasus
2014-01-31
PortableVertexFormat: use AttributeFormat for color attribute format
degasus
2014-01-31
PortableVertexFormat: use AttributeFormat for normal attribute format
degasus
2014-01-31
PortableVertexFormat: add a struct which hold all needed information for ever...
degasus
2014-01-26
BBox: Changed the rounding again, the old one fixed Paper Mario but had bugs ...
crudelios
2014-01-25
BBox: fix for a small rounding issue.
crudelios
2014-01-25
BBox: read from the proper world matrix index when transforming vertexes to s...
crudelios
2014-01-25
Rewrote bounding box algotithm. Fixes issues 5967, 6154, 6196, 6211.
crudelios
2014-01-15
VideoCommon: cleanup of "components" usage
degasus
2013-12-31
Remove unnecessary Src/ folders
Jasper St. Pierre