summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/VertexShaderManager.cpp
AgeCommit message (Collapse)Author
2014-06-19LightingShader: hard code const variabledegasus
2014-06-19VideoCommon: use the Light struct in XF memorydegasus
2014-05-16Video backends: mass-replace "xfregs" with "xfmem".magumagu
2014-05-16Video backend: merge global var xfmem into xfregs.magumagu
There isn't really any reason to keep them separate.
2014-05-16Video backends: unify xfregs/xfmem structures.magumagu
Removes the duplicate swxfregs global variable/struct from the software backend in favor of the ones from VideoCommon.
2014-04-24VertexShaderGen: Correct vertex shader output to consider shifted pixel centers.Tony Wasserka
Fixes issue 267.
2014-03-29Remove all trailing whitespaces from our codebase.Pierre Bourdon
2014-03-15Remove the extra parameters field from the PH.Linktothepast
Metroid: Other M was the only game which required this field, but the issue in that game can be fixed properly by enabling format change emulation. Hence, there's no point in having this around anymore. Fixes issue 6644.
2014-03-14ShaderGen: Store material uniforms as integers.Tony Wasserka
2014-03-14ShaderGen: Store light color uniforms as integers.Tony Wasserka
2014-03-11Fixes spacing for "for", "while", "switch" and "if"Matthew Parlane
Also moved && and || to ends of lines instead of start. Fixed misc vertical alignments and some { needed newlining.
2014-02-20Fix more header sorting issues in VideoCommon/ (now check-includes clean).Pierre Bourdon
2014-02-18Convert all includes to relative paths.Lioncash
2014-02-17Second and final pass of clearing out tabs.Lioncash
2014-02-16Merge pull request #82 from lioncash/vertical-alignmentRyan Houdek
Fix some vertical alignments
2014-02-16Fix some vertical alignmentsLioncash
ie. uses spaces for alignment.
2014-02-15inline SetViewport into VertexShaderManagerdegasus
2014-02-15rename UpdateViewport to SetViewport like all others setters in RenderBase.hdegasus
2014-01-29Remove two references to DX9 in VideoCommon.Lioncash
DX9 isn't a backend anymore, so may as well get rid of them
2013-12-31Remove unnecessary Src/ foldersJasper St. Pierre