Torque3D/Engine/source/gfx/D3D11
Areloch 8631302e81
Merge pull request #2144 from RichardsGameStudio/development
Allow correct display of widescreen resolutions (16:9 and 16:10 ratio) on a 4:3 ratio display
2019-03-31 12:22:09 -05:00
..
gfxD3D11CardProfiler.cpp Removes Direct3D9 functionality. 2017-05-28 16:51:31 -05:00
gfxD3D11CardProfiler.h Removes Direct3D9 functionality. 2017-05-28 16:51:31 -05:00
gfxD3D11Cubemap.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
gfxD3D11Cubemap.h 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
gfxD3D11Device.cpp Update gfxD3D11Device.cpp 2017-12-22 17:11:31 +01:00
gfxD3D11Device.h Fix potential crash with D3D11 2017-08-12 19:24:09 +10:00
gfxD3D11EnumTranslate.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
gfxD3D11EnumTranslate.h Direct3D11 GFX device. 2016-03-20 21:48:52 +10:00
gfxD3D11OcclusionQuery.cpp Removes Direct3D9 functionality. 2017-05-28 16:51:31 -05:00
gfxD3D11OcclusionQuery.h Direct3D11 GFX device. 2016-03-20 21:48:52 +10:00
gfxD3D11PrimitiveBuffer.cpp Direct3D11 GFX device. 2016-03-20 21:48:52 +10:00
gfxD3D11PrimitiveBuffer.h Direct3D11 GFX device. 2016-03-20 21:48:52 +10:00
gfxD3D11QueryFence.cpp Direct3D11 GFX device. 2016-03-20 21:48:52 +10:00
gfxD3D11QueryFence.h Direct3D11 GFX device. 2016-03-20 21:48:52 +10:00
gfxD3D11Shader.cpp Includes the D3D feature level detection. 2017-07-05 22:27:37 -05:00
gfxD3D11Shader.h 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
gfxD3D11StateBlock.cpp Corrects OpenGL projection matrix 2017-08-25 13:13:47 +10:00
gfxD3D11StateBlock.h GFXD3D11StateBlock improvements 2016-12-23 15:08:23 +10:00
gfxD3D11Target.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
gfxD3D11Target.h 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
gfxD3D11TextureManager.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
gfxD3D11TextureManager.h Direct3D11 GFX device. 2016-03-20 21:48:52 +10:00
gfxD3D11TextureObject.cpp alternative to #2268 : remove secondary profiling 2018-07-27 22:00:49 -05:00
gfxD3D11TextureObject.h Corrects a problem with the D3D11 texture lock/unlock mechanism 2018-04-21 18:19:17 +10:00
gfxD3D11VertexBuffer.cpp Direct3D11 GFX device. 2016-03-20 21:48:52 +10:00
gfxD3D11VertexBuffer.h Direct3D11 GFX device. 2016-03-20 21:48:52 +10:00
screenshotD3D11.cpp ScreenShotD3D11 delete fix. 2016-04-02 22:30:56 +10:00
screenshotD3D11.h Direct3D11 GFX device. 2016-03-20 21:48:52 +10:00