Torque3D/Engine/source/shaderGen/HLSL
Azaezel 28e509af1a Merge branch 'development' of https://github.com/GarageGames/Torque3D into memberMess
# Conflicts:
#	Engine/source/console/consoleFunctions.cpp
2018-03-28 15:42:34 -05:00
..
accuFeatureHLSL.cpp Removes Direct3D9 functionality. 2017-05-28 16:51:31 -05:00
accuFeatureHLSL.h cleaned up variant of https://github.com/GarageGames/Torque3D/pull/768 alterations: opengl support, in-shader bug-reporting, direction vector fit to material slider-bar. 2014-12-21 14:07:42 -06:00
bumpHLSL.cpp Reworks the $Core::commonShaderPath variable usage to be a static variable in ShaderGen for efficiency(only one getVariable when shadergen is initialized), as well as implements the ability to set a default value, and ensures that it tries to set a path even if the pref variable is missing which is important for ported projects from older builds. 2017-07-24 00:40:27 -05:00
bumpHLSL.h Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
depthHLSL.cpp Removes Direct3D9 functionality. 2017-05-28 16:51:31 -05:00
depthHLSL.h Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
paraboloidHLSL.cpp Removes Direct3D9 functionality. 2017-05-28 16:51:31 -05:00
paraboloidHLSL.h Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
pixSpecularHLSL.cpp Reworks the $Core::commonShaderPath variable usage to be a static variable in ShaderGen for efficiency(only one getVariable when shadergen is initialized), as well as implements the ability to set a default value, and ensures that it tries to set a path even if the pref variable is missing which is important for ported projects from older builds. 2017-07-24 00:40:27 -05:00
pixSpecularHLSL.h virtual processVert also on directx 2014-12-19 12:25:56 +01:00
shaderCompHLSL.cpp More cats and cpys in files that xcode doesn't see 2018-03-07 01:13:56 -05:00
shaderCompHLSL.h Direct3D11 Engine/source changes 2016-03-20 21:52:11 +10:00
shaderFeatureHLSL.cpp crashfix from prior commit 2018-03-14 18:44:51 -05:00
shaderFeatureHLSL.h Removes Direct3D9 functionality. 2017-05-28 16:51:31 -05:00
shaderGenHLSL.cpp Removes Direct3D9 functionality. 2017-05-28 16:51:31 -05:00
shaderGenHLSL.h Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
shaderGenHLSLInit.cpp Implementation of sRGB image support. Overhauls the linearization setup to utilize the sRGB image types, as well as refactors the use of ColorF and ColorI to be properly internally consistent. ColorIs are used only for front-facing/editing/UI settings, and ColorFs, now renamed to LinearColorF to reduce confusion of purpose, are used for color info in the engine itself. This avoids confusing and expensive conversions back and forth between types and avoids botches with linearity. Majority work done by @rextimmy 2017-06-23 11:36:20 -05:00