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
/
VertexShaderGen.cpp
Age
Commit message (
Expand
)
Author
2021-10-13
VideoCommon: Fix color channel logic when per-pixel lighting is in use
Pokechu22
2021-09-09
Merge pull request #10012 from Pokechu22/thps4-green-sky
JMC47
2021-09-07
Use custom isnan implementation to avoid HLSL optimizer issues
Pokechu22
2021-08-18
VertexShaderGen: Simplify color channel logic
Pokechu22
2021-07-24
Convert NaN to 1 when generating texture coordinates
Pokechu22
2021-07-05
treewide: convert GPLv2+ license info to SPDX tags
Pierre Bourdon
2021-06-09
Hack to hide debug cubes in Super Mario Sunshine
Pokechu22
2021-04-02
VertexShaderGen: Sonic epsilon hack for OpenGL ES
blÄhaj
2021-03-06
Convert XFMemory to BitField and enum class
Pokechu22
2020-11-20
LightingShaderGen: Always calculate lighting for both color channels
Stenzek
2020-11-09
ShaderGenCommon: Rename WriteFmt() to Write()
Lioncash
2020-10-19
VertexShaderGen: Fix unescaped { in D3D shader.
Admiral H. Curtiss
2020-07-24
LightingShaderGen: Transition over to fmt
Lioncash
2020-07-24
VertexShaderGen: Transition over to using fmt
Lioncash
2019-05-30
VideoCommon: Remove unnecessary memset on ShaderUid instances.
Lioncash
2019-01-24
ShaderGen: Don't use interface blocks on Vulkan without GS
Stenzek
2019-01-23
ShaderGen: Omit some unused varyings when possible
Stenzek
2018-03-14
Assert: Uppercase assertion macros
Lioncash
2017-11-22
LightingShaderGen: Always calculate lighting for both color channels
Stenzek
2017-07-30
ShaderGen: Use consistent variable names for texture coordinates
Stenzek
2017-07-20
ShaderGen: Pass host config to shader generation functions
Stenzek
2017-07-20
ShaderGen: Remove host state from shader uids
Stenzek
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-16
VertexShaderGen: Correct for negative viewport dimensions.
Jules Blok
2017-02-01
ShaderGenCommon: Remove unnecessary includes
Lioncash
2017-01-13
VertexShaderGen: Remove the need for an extra UID.
Jules Blok
2016-12-27
Update comments
Jules Blok
2016-12-27
VideoCommon: Don't process the depth range in the vertex shader if it's not o...
Jules Blok
2016-10-16
VideoCommon: Fix GetInterpolationQualifier calls
Vincent Duvert
2016-10-04
LightingShader: Drop xfmem usage.
degasus
2016-10-01
VideoCommon: Add APIType entry for Vulkan
Stenzek
2016-10-01
ShaderGen: posmtx should be a 4-component unsigned byte
Stenzek
2016-10-01
ShaderGen: Specify attribute/output locations/bindings explicitly
Stenzek
2016-09-01
Merge pull request #4164 from Armada651/sonic-clipping
Jules Blok
2016-09-01
VertexShaderGen: Fix D3D X3014 compile error
EmptyChaos
2016-09-01
VertexShaderGen: Move the sonic epsilon hack to the vertex shader.
Jules Blok
2016-08-31
Comments
Preston Smith
2016-08-30
Hardware renderer fix
Preston Smith
2016-08-16
Improve documentation.
Jules Blok
2016-08-15
Cosmetics.
Jules Blok
2016-08-15
VertexShaderGen: Fix far clipping.
Jules Blok
2016-08-15
VideoCommon: Add a user-defined far clipping plane.
Jules Blok
2016-08-15
OGL: Check for GL_DEPTH_CLAMP support.
Jules Blok
2016-08-15
VertexShaderGen: Use reversed depth range.
Jules Blok
2016-08-15
VideoBackends: Enable depth clamping.
Jules Blok
2016-08-15
VertexShaderGen: Clip z using user-defined clipping planes.
Jules Blok
2016-08-15
VertexShaderGen: Clamp to the console depth range.
Jules Blok
2016-08-15
VideoCommon: Implement depth range equation in vertex shader.
Jules Blok
2016-07-29
VideoCommon: Make API_TYPE an enum class
Lioncash
[next]