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.h
Age
Commit message (
Expand
)
Author
2022-04-08
Software: Fix zfreeze with CullMode::All
Pokechu22
2021-12-18
Remove parameters to SWVertexLoader::SetFormat
Pokechu22
2021-10-13
Fix all uninitialized variable warnings (C26495)
Pokechu22
2021-07-05
treewide: convert GPLv2+ license info to SPDX tags
Pierre Bourdon
2021-01-03
Software: Remove normalization special case
Pokechu22
2019-02-19
Move most backend functionality to VideoCommon
Stenzek
2018-12-04
Use main buffers for utility draws
Stenzek
2017-09-09
SWVertexLoader: Make SWVertexLoader a final class
Lioncash
2017-09-09
SWVertexLoader: Make SetFormat() and ResetBuffer() private
Lioncash
2017-09-09
SWVertexLoader: Remove GetIndexBuffer()
Lioncash
2017-09-09
SWVertexLoader: Normalize class variable names
Lioncash
2017-02-18
VertexManagerBase: Make CreateNativeVertexFormat return a unique_ptr
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-06-24
Reformat all the things. Have fun with merge conflicts.
Pierre Bourdon
2016-01-09
VideoSW: fix some warnings
Tillmann Karras
2016-01-06
VideoSW: Use more VideoCommon
degasus
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-01-04
Fix building with PCH disabled.
Rohit Nirmal
2014-12-21
VideoCommon: split VertexLoaderBase from VertexLoader
degasus
2014-12-21
VertexLoaderUid: remove operator<
degasus
2014-12-13
VideoSW: rewrite VertexLoader to use the VideoCommon one
degasus
2014-09-08
Include CommonTypes.h instead of Common.h.
Rohit Nirmal
2014-07-29
Convert some more header inclusions into forward declarations
Lioncash
2014-02-18
Convert all includes to relative paths.
Lioncash
2014-02-10
Replace all include guard ifdefs with "#pragma once"
lioncash
2013-12-31
Remove unnecessary Src/ folders
Jasper St. Pierre