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
2015-06-24
D3D: Cosmetics.
Jules Blok
2015-05-26
D3D: Depth range inversion.
galop1n
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-22
OGL: Depth range inversion.
Jules Blok
2015-05-22
VertexShaderGen: Use correct depth output when glClipControl is supported.
Jules Blok
2015-04-23
Fix OpenGLES 3.0 on Qualcomm's crappy driver, it can't bitshift sometimes.
Dwayne Slater
2015-02-25
Formatting/Whitespace Cleanup
Stevoisiak
2015-02-11
ShaderGen: Fix pixel offset correction
degasus
2015-01-21
Lighting Attenuation Fixes
NanoByte011
2015-01-03
Move worldpos into it's own varying.
Scott Mansell
2014-12-28
PixelShaderGen: Don't assign to input variables.
Jules Blok
2014-12-28
VertexShaderGen: Don't read from output variables.
Jules Blok
2014-12-28
DriverDetails: Remove Intel Structs bug since it doesn't affect us anymore.
Jules Blok
2014-12-28
VideoCommon: Don't pass structs between shaders, use the interface blocks ins...
Jules Blok
2014-12-19
VideoCommon: Don't specify the redundant in/out qualifier if GL_ARB_shading_l...
Jules Blok
2014-12-19
VideoCommon: Add in/out qualifiers to centroid storage qualifier.
Jules Blok
2014-12-18
VideoCommon: Don't pass structs between shader stages when geometry shaders a...
Jules Blok
2014-12-18
VideoCommon: Only use interface blocks when geometry shaders are supported.
Jules Blok
2014-12-18
VideoCommon: Pass interface blocks between shader stages to resolve naming co...
Jules Blok
2014-12-15
VideoCommon: Assume we always use a geometry shader, not just for stereoscopy.
Jules Blok
2014-12-14
D3D: Add geometry shader stereoscopy support.
Jules Blok
2014-12-05
Common: Remove locale based functions from CommonFuncs.
Lioncash
2014-11-29
Renamed DEPTHPARAMS to PIXELCENTERCORRECTION
Yuriy O'Donnell
2014-11-29
D3D: Replaced shader-based depth range remap with viewport
Yuriy O'Donnell
2014-11-23
ShaderGen: Only pass VS_OUTPUT between shaders if stereo 3D is enabled.
Jules Blok
2014-11-23
GeometryShader: Adjust positions after projection.
Jules Blok
2014-11-23
VideoConfigDiag: Add stereoscopy options group.
Jules Blok
2014-11-23
Cosmetics.
Jules Blok
2014-11-23
ShaderGenCommon: Move uniforms into a common static string.
Jules Blok
2014-11-23
ShaderGen: Handle ShaderCode objects directly.
Jules Blok
2014-11-23
ShaderGen: Add a stereoscopy flag in the UID data.
Jules Blok
2014-11-23
VertexShaderManager: Compute stereoscopy projection matrices.
Jules Blok
2014-11-23
Pass VS_OUTPUT structs between shaders.
Jules Blok
2014-10-21
Use pointers instead of references in GetUidData to avoid the undefined behav...
comex
2014-09-28
Mechanical changes to move most CP state to a struct rather than separate glo...
comex
2014-08-30
VideoCommon: Clean up brace placements
Lioncash
2014-06-19
LightingShader: hard code const variable
degasus
2014-05-16
Video backends: mass-replace "xfregs" with "xfmem".
magumagu
2014-05-05
ShaderGen: make uv readonly
degasus
2014-05-05
ShaderGen: OGL: don't make a copy of "Normal"
degasus
2014-05-05
ShaderGen: make clipPos readonly
degasus
2014-05-05
ShaderGen: inline constant shaders
degasus
2014-05-05
ShaderGen: use cbuffers for D3D
degasus
2014-04-30
Changes posmtx vertex attribute to integer.
Ryan Houdek
2014-04-24
VertexShaderGen: Correct vertex shader output to consider shifted pixel centers.
Tony Wasserka
2014-04-11
VideoBackend: remove unused config vars.
magumagu
2014-04-03
Add initial support for GLSL ES 3.10.
Ryan Houdek
2014-03-14
LightingShaderGen: Perform more lighting calculations with integers.
Tony Wasserka
2014-03-14
LightingShaderGen: Perform some lighting calculations with integers.
Tony Wasserka
[next]