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
/
VertexShaderManager.cpp
Age
Commit message (
Expand
)
Author
2020-07-04
Merge pull request #8884 from iwubcode/freelook_performance_fix
Connor McLaughlin
2020-07-02
VertexShaderManager: Avoid accessing freelook control type configuration each...
iwubcode
2020-06-25
VideoCommon: Use freelook field of view to change the perspective of the camera
iwubcode
2020-06-17
VideoCommon: Clean freelook camera dirty state when getting the new view
iwubcode
2020-05-03
VideoCommon: remove VertexShaderManager functions instead preferring the dire...
iwubcode
2019-07-10
VideoCommon/Statistics: Rename stats global to g_stats
Lioncash
2019-06-20
VideoCommon/VertexShaderManager: Use std::array where applicable
Lioncash
2019-06-20
VideoCommon/Statistics: Use std::array for projection values
Lioncash
2019-06-01
Common/CommonFuncs: Remove now-unneccessary ArraySize function
Lioncash
2019-04-17
VideoCommon: Change free-look's middle-mouse action to roll the camera.
Jordan Woyak
2019-02-03
WiimoteEmu: Remove redundant Matrix library and use the one in Common.
Jordan Woyak
2019-02-03
Common: Move Matrix classes out of MathUtil into their own files and make the...
Jordan Woyak
2018-10-14
VideoCommon: Clean up class-memaccess warnings
Techjar
2018-04-01
Remove support for projection hacks
JosJuice
2018-02-20
BPFunctions: Move GX viewport conversion to VideoCommon
Stenzek
2017-08-27
ConstantManager: Use std::array where applicable
Lioncash
2017-08-08
Remove non-integer IRs
JosJuice
2017-07-30
ShaderGen: Implement vertex ubershaders
Stenzek
2017-07-30
XFMemory: Convert several registers to bitfields
Stenzek
2017-06-15
VertexShaderManager: Rename projection hack variables
MerryMage
2017-04-05
VideoCommon: rework anamorphic widescreen heuristic
Michael Maltese
2017-04-04
Add configurable toggle that rounds vertices to the nearest pixel when
iwubcode
2017-03-10
Merge pull request #4935 from Armada651/depth-range-fix
Markus Wick
2017-03-04
VideoCommon: Eliminate static state in Renderer
Stenzek
2017-02-26
Widescreen Hack improvement
gamemasterplc
2017-02-26
VideoBackends: Use vertex shader depth range if ztexture is used.
Jules Blok
2017-02-24
OGL: Add support for glDepthRangedNV to handle oversized depth ranges.
Jules Blok
2017-01-13
VertexShaderManager: Break up the conditions to make it readable.
Jules Blok
2017-01-13
VertexShaderGen: Remove the need for an extra UID.
Jules Blok
2016-12-10
ShaderManagers: Use aggregate initialization for some variables.
Lioncash
2016-11-02
Core: Remove double newlines at the end of *_LOG messages.
Emmanuel Gil Peyrot
2016-09-01
VertexShaderManager: Explicitly use floating-point variant of abs.
Jules Blok
2016-09-01
VertexShaderGen: Move the sonic epsilon hack to the vertex shader.
Jules Blok
2016-08-23
OGL: Handle cases where reversed depth is already used.
Jules Blok
2016-08-21
VertexManagerBase: Get rid of static behavior
Lioncash
2016-08-16
Improve documentation.
Jules Blok
2016-08-15
VertexShaderGen: Use reversed depth range.
Jules Blok
2016-08-15
VertexShaderManager: Use a more accurate depth range.
Jules Blok
2016-08-15
VideoCommon: Implement depth range equation in vertex shader.
Jules Blok
2016-06-26
VideoBackends: Merge Initialize and Shutdown functions.
degasus
2016-06-24
Reformat all the things. Have fun with merge conflicts.
Pierre Bourdon
2016-01-18
Merge pull request #3448 from Armada651/depth-epsilon
Jules Blok
2016-01-17
VideoCommon: Header cleanup
Lioncash
2016-01-05
VertexShaderManager: Add an epsilon hack to the perspective projection.
Jules Blok
2015-11-02
VideoCommon: VertexManager -> VertexManagerBase
Tillmann Karras
2015-10-16
Core: Move a global into a namespace
Lioncash
2015-10-15
VertexShaderManager: Get rid of other magic constants
Lioncash
2015-10-15
VertexShaderManager: Get rid of float pointer casts
Lioncash
2015-09-06
General: Replace GC_ALIGN macros with alignas
Lioncash
2015-08-16
VertexShaderManager: Remove unused parameter
Lioncash
[next]