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
/
VideoBackends
/
Software
/
SWVertexLoader.cpp
Age
Commit message (
Expand
)
Author
2018-10-14
VideoCommon: Clean up class-memaccess warnings
Techjar
2018-03-14
Assert: Uppercase assertion macros
Lioncash
2017-09-11
Renderer: Move cull mode to a rasterization state object
Stenzek
2017-09-09
SWVertexLoader: Remove GetIndexBuffer()
Lioncash
2017-09-09
SWVertexLoader: Normalize class variable names
Lioncash
2017-08-22
SW NativeVertexFormat: Utilize std::array where applicable
Lioncash
2017-07-30
NativeVertexFormat: Drop unused virtual method SetupVertexPointers
Stenzek
2017-02-18
VertexManagerBase: Make CreateNativeVertexFormat return a unique_ptr
Lioncash
2017-02-08
OpcodeDecoding: Convert #defines into enum constants
Lioncash
2017-01-04
VideoCommon: Make dst_alpha state implicit.
degasus
2016-09-24
Software: Clean out unnecessary includes/fwd decls
Lioncash
2016-09-22
SWVertexLoader: Value initialize SetupUnit instance
Lioncash
2016-08-22
VertexManager: Correct variable naming scheme
Lioncash
2016-06-24
Reformat all the things. Have fun with merge conflicts.
Pierre Bourdon
2016-04-30
VideoSW: Fix special case.
degasus
2016-03-06
VideoSW: Drop SetTevReg for colors.
degasus
2016-03-06
VideoSW: Drop SetScissor().
degasus
2016-03-06
VideoSW: Drop SetViewOffset.
degasus
2016-01-31
VideoCommon: Convert some DataReader includes into forward declarations
Lioncash
2016-01-17
VideoCommon: Header cleanup
Lioncash
2016-01-06
VideoSW: Use more VideoCommon
degasus
2015-12-28
VideoSW: Clear Vertex data before usage
degasus
2015-12-27
Revert "ShaderGen: Toggle value of uninitialized color."
Scott Mansell
2015-12-22
VertexLoaderBase: Get rid of explicit delete and new
Lioncash
2015-12-19
VideoSW: Clear normal vertex data.
degasus
2015-12-06
VideoSW: Use Zero for undefined colors.
degasus
2015-09-20
VideoSW: Don't raise a PanicAlert because of indices
degasus
2015-05-30
Clean up cached_arraybases. Update VideoSW to new scheme.
Scott Mansell
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-03-18
SWVertexLoader: fix truncated components
Tillmann Karras
2015-02-13
Change RunVertices' function arguments.
Ryan Houdek
2015-01-18
VideoSW: Fix vertex skipping
degasus
2015-01-04
Fix building with PCH disabled.
Rohit Nirmal
2014-12-21
VideoCommon: split VertexLoaderBase from VertexLoader
degasus
2014-12-21
VertexLoader: remove inlined getters
degasus
2014-12-21
VideoLoader: remove VAT_*_FRACBITS
degasus
2014-12-13
VideoSW: rewrite VertexLoader to use the VideoCommon one
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-10-21
Add missing includes where headers depend on other headers having been includ...
comex
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-07-29
Convert some more header inclusions into forward declarations
Lioncash
2014-07-11
avoid the extern keyword in .cpp files
degasus
2014-05-16
Video backends: mass-replace "xfregs" with "xfmem".
magumagu
[next]