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.h
Age
Commit message (
Expand
)
Author
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-02-13
Change RunVertices' function arguments.
Ryan Houdek
2015-01-20
VertexLoader: never reset alpha in 8888 colors
Tillmann Karras
2015-01-20
VertexLoader: remove non-JIT SSE code
Tillmann Karras
2015-01-18
VertexLoader: add new JIT
Tillmann Karras
2015-01-18
VertexLoader: remove old JIT
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
VertexLoader: remove inlined getters
degasus
2014-12-21
VideoCommon: Move NativeVertexFormat cache to VertexLoaderManager
degasus
2014-12-21
VertexLoaderUid: remove operator<
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
VertexLoader: Move the old Datareader function into VertexLoader
degasus
2014-11-20
Vertex Loader: SSE implementations of more position/texcoord/normal formats
Fiora
2014-09-28
Switch to an unordered_map as a micro-optimization.
comex
2014-09-28
Some changes to VertexLoaderManager:
comex
2014-09-08
Include CommonTypes.h instead of Common.h.
Rohit Nirmal
2014-08-27
Re-enable the vertex loader JIT on OS X.
comex
2014-07-26
VertexLoader: Remove global state dependency on g_nativeVertexFmt
Pierre Bourdon
2014-07-24
VertexLoader: take the VAT object directly for RunVertices
Pierre Bourdon
2014-07-24
VertexLoader: Simplify SetVAT
Pierre Bourdon
2014-07-24
VertexLoaderUID: remove global state dependency
Pierre Bourdon
2014-07-11
remove unused globals
degasus
2014-07-11
mark all local variables as static
degasus
2014-06-13
Fix the vertexloader on non-x86 targets.
Ryan Houdek
2014-04-10
Merge pull request #213 from Jezze/vertexloader-cleanups
Tony Wasserka
2014-04-09
Remove dumb CodeBlock duplication in the emitters.
Ryan Houdek
2014-03-26
VideoCommon/VertexLoader: Remove NRM enum
Jens Nyberg
2014-02-28
Fix various warnings reported by clang
Tillmann Karras
2014-02-18
Convert all includes to relative paths.
Lioncash
2014-02-10
Replace all include guard ifdefs with "#pragma once"
lioncash
2014-02-09
Cleanup enum indentations.
Lioncash
2014-01-31
VideoCommon: small VertexLoader(Manager)? refactoring
degasus
2014-01-31
VideoCommon: remove Cache Displaylist
degasus
2013-12-31
Remove unnecessary Src/ folders
Jasper St. Pierre