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.cpp
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-05-25
VideoCommon: Make BBox emulation optional
degasus
2015-03-18
VertexLoaders: make positions more compact
Tillmann Karras
2015-02-25
Formatting/Whitespace Cleanup
Stevoisiak
2015-02-13
Change RunVertices' function arguments.
Ryan Houdek
2015-01-26
VertexLoader: small clean up
Tillmann Karras
2015-01-20
VertexLoader: never reset alpha in 8888 colors
Tillmann Karras
2015-01-20
VertexLoader: remove weird line
Tillmann Karras
2015-01-20
VertexLoader: remove non-JIT SSE code
Tillmann Karras
2015-01-19
VertexLoader: fix position offset bug
Tillmann Karras
2015-01-18
VertexLoader: add new JIT
Tillmann Karras
2015-01-18
VertexLoader: remove old JIT
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: 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
VideoCommon: Move NativeVertexFormat cache to VertexLoaderManager
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
VideoCommon: cleanup OpcodeDecoder
degasus
2014-12-03
Vertex loader: optimize texmtx_write_float4
Fiora
2014-11-28
Vertex loader: use ABI_CallFunction
Fiora
2014-11-20
Vertex Loader: SSE implementations of more position/texcoord/normal formats
Fiora
2014-11-17
OGL: implement bounding box support with ssbo
degasus
2014-11-05
Host: Kill off Host_SysMessage
Lioncash
2014-10-25
Convert registersInUse to BitSet.
comex
2014-10-15
Remove setting to enable or disable Bounding Box calculation.
crudelios
2014-10-10
Get buildbot to compile.
crudelios
2014-10-10
Reimplement Bounding Box calculation using the software renderer.
crudelios
2014-09-28
Mechanical changes to move most CP state to a struct rather than separate glo...
comex
2014-09-28
Switch to an unordered_map as a micro-optimization.
comex
2014-09-28
Fix threading issue with vertex loader JIT.
comex
2014-09-28
Some changes to VertexLoaderManager:
comex
2014-09-08
Include CommonTypes.h instead of Common.h.
Rohit Nirmal
2014-09-08
Remove the inaccurately named ABI_PushAllCalleeSavedRegsAndAdjustStack (it di...
comex
2014-09-08
Improve code and clarify parameters to ABI_Push/PopRegistersAndAdjustStack.
comex
2014-09-06
Split some parts of UpdateBoundingBox into multiple lines. Also,
Rohit Nirmal
2014-09-01
VertexLoader: Change VtxDesc to use u64 instead of u32
Pierre Bourdon
2014-08-30
VideoCommon: Clean up brace placements
Lioncash
2014-08-04
VertexLoader: do not prepare for vertices if we need to skip them
Pierre Bourdon
2014-08-03
Merge pull request #428 from Sonicadvance1/x86_32-removal
Pierre Bourdon
2014-08-03
Remove x86_32 from VertexLoader.
Ryan Houdek
2014-08-02
VertexLoader: Remove more global state dependencies (this time IndexGenerator...
Pierre Bourdon
2014-07-26
VertexLoader: Remove global state dependency on g_nativeVertexFmt
Pierre Bourdon
[next]