crossxtex/DirectXTex
2015-01-30 17:31:49 -08:00
..
Shaders DirectXTex: BC6H / BC7 DirectCompute codec integration 2013-08-05 10:58:54 -07:00
BC4BC5.cpp DirectXTex: some more /analyze cleanup 2013-07-01 13:30:13 -07:00
BC6HBC7.cpp Code Review feedback 2014-07-01 12:36:30 -07:00
BC.cpp DirectXTex: Dropped support for VS 2010 + legacy DirectX SDK without Windows 8.x SDK 2014-01-15 13:14:48 -08:00
BC.h Minor code cleanup 2014-09-11 15:21:52 -07:00
BCDirectCompute.cpp DirectXTex: added alpha weight parameter for BC7 GPU compressor [breaking change] 2014-02-19 17:31:35 -08:00
BCDirectCompute.h Minor code cleanup 2014-09-11 15:25:42 -07:00
DDS.h Minor code cleanup 2014-09-11 15:21:52 -07:00
DirectXTex_Desktop_2010.sln Rename projects and solutions to a standard naming convention 2012-09-28 16:28:30 -07:00
DirectXTex_Desktop_2010.vcxproj DirectXTex: Dropped support for VS 2010 + legacy DirectX SDK without Windows 8.x SDK 2014-01-15 13:14:48 -08:00
DirectXTex_Desktop_2010.vcxproj.filters DirectXTex: BC6H / BC7 DirectCompute codec integration 2013-08-05 10:58:54 -07:00
DirectXTex_Desktop_2012.sln DirectXTex: Cleaned up .sln versions 2013-07-12 15:48:41 -07:00
DirectXTex_Desktop_2012.vcxproj DirectXTex: Dropped support for VS 2010 + legacy DirectX SDK without Windows 8.x SDK 2014-01-15 13:14:48 -08:00
DirectXTex_Desktop_2012.vcxproj.filters DirectXTex: BC6H / BC7 DirectCompute codec integration 2013-08-05 10:58:54 -07:00
DirectXTex_Desktop_2013.sln DirectXTex: Cleaned up .sln versions 2013-07-12 15:48:41 -07:00
DirectXTex_Desktop_2013.vcxproj DirectXTex: Dropped support for VS 2010 + legacy DirectX SDK without Windows 8.x SDK 2014-01-15 13:14:48 -08:00
DirectXTex_Desktop_2013.vcxproj.filters DirectXTex: BC6H / BC7 DirectCompute codec integration 2013-08-05 10:58:54 -07:00
DirectXTex_Desktop_2015.sln Add VS 2015 projects (using VS 2015 Technical Preview) 2014-11-13 18:04:03 -08:00
DirectXTex_Desktop_2015.vcxproj Updated libraries for VS 2015 C99 and legacy printf conformance 2015-01-24 01:17:54 -08:00
DirectXTex_Desktop_2015.vcxproj.filters Add VS 2015 projects (using VS 2015 Technical Preview) 2014-11-13 18:04:03 -08:00
DirectXTex_Windows8.sln Rename projects and solutions to a standard naming convention 2012-09-28 16:28:30 -07:00
DirectXTex_Windows8.vcxproj DirectXTex: Dropped support for VS 2010 + legacy DirectX SDK without Windows 8.x SDK 2014-01-15 13:14:48 -08:00
DirectXTex_Windows8.vcxproj.filters DirectXTex: BC6H / BC7 DirectCompute codec integration 2013-08-05 10:58:54 -07:00
DirectXTex_Windows81.sln Update for VS 2013 / Windows 8.1 RTM 2013-10-18 17:36:51 -07:00
DirectXTex_Windows81.vcxproj DirectXTex: Dropped support for VS 2010 + legacy DirectX SDK without Windows 8.x SDK 2014-01-15 13:14:48 -08:00
DirectXTex_Windows81.vcxproj.filters Update for VS 2013 / Windows 8.1 RTM 2013-10-18 17:36:51 -07:00
DirectXTex_WindowsPhone81.sln Projects and support for the Windows phone 8.1 platform 2014-04-03 13:03:44 -07:00
DirectXTex_WindowsPhone81.vcxproj /fp:fast and use /arch:SSE2 for Win32 (x86) 2014-07-22 11:49:31 -07:00
DirectXTex_WindowsPhone81.vcxproj.filters Projects and support for the Windows phone 8.1 platform 2014-04-03 13:03:44 -07:00
DirectXTex_XboxOneADK.sln DirectXTK/DirectXTex: Xbox One platform support 2013-12-05 16:41:24 -08:00
DirectXTex_XboxOneADK.vcxproj DirectXTK/DirectXTex: Xbox One platform support 2013-12-05 16:41:24 -08:00
DirectXTex_XboxOneADK.vcxproj.filters DirectXTK/DirectXTex: Xbox One platform support 2013-12-05 16:41:24 -08:00
DirectXTex_XboxOneXDK.sln Removed support for 'stock' Direct3D for Xbox One XDK platform 2014-05-08 13:33:19 -07:00
DirectXTex_XboxOneXDK.vcxproj MInor cleanup of XDK projects 2014-06-19 13:49:28 -07:00
DirectXTex_XboxOneXDK.vcxproj.filters DirectXTK/DirectXTex: Xbox One platform support 2013-12-05 16:41:24 -08:00
DirectXTex.h Explicit calling-convention annotation for all 'public' functions 2014-09-04 17:57:16 -07:00
DirectXTex.inl Explicit calling-convention annotation for all 'public' functions 2014-09-04 17:57:16 -07:00
DirectXTexCompress.cpp Fixed issue when BC decompressing non-standard compressed rowPitch images 2014-09-11 15:23:33 -07:00
DirectXTexCompressGPU.cpp DirectXTex: added alpha weight parameter for BC7 GPU compressor [breaking change] 2014-02-19 17:31:35 -08:00
DirectXTexConvert.cpp DirectXTex: Improved format conversions 2014-09-22 12:39:24 -07:00
DirectXTexD3D11.cpp Xbox One platform updates 2014-09-04 17:46:46 -07:00
DirectXTexDDS.cpp DirectXTex: support writing DDS files where input Image struct rowPitch is not 1-byte aligned 2014-02-20 15:24:34 -08:00
DirectXTexFlipRotate.cpp Eliminate ScopedObject in favor of standard Microsoft::WRL::ComPtr 2014-01-15 17:08:08 -08:00
DirectXTexImage.cpp Made ScratchImage::OverrideFormat more flexible (and less safe) 2014-09-11 15:24:23 -07:00
DirectXTexMipmaps.cpp Minor code review feedback 2014-11-20 13:44:59 -08:00
DirectXTexMisc.cpp DirectXTex: Support for Direct3D 11 video and Xbox One extended formats 2014-02-14 13:33:01 -08:00
DirectXTexNormalMaps.cpp DirectXTex: Support for Direct3D 11 video and Xbox One extended formats 2014-02-14 13:33:01 -08:00
DirectXTexP.h Code review feedback 2015-01-30 17:31:49 -08:00
DirectXTexPMAlpha.cpp DirectXTex: Support for Direct3D 11 video and Xbox One extended formats 2014-02-14 13:33:01 -08:00
DirectXTexResize.cpp Minor code review feedback 2014-11-20 13:44:59 -08:00
DirectXTexTGA.cpp DirectXTex: Support for Direct3D 11 video and Xbox One extended formats 2014-02-14 13:33:01 -08:00
DirectXTexUtil.cpp DirectXTex: fixed wide-image issue with CPU Compress 2014-07-10 16:03:13 -07:00
DirectXTexWIC.cpp Fixed warnings found by Dev14 CTP 2014-09-18 16:29:08 -07:00
Filters.h Minor code cleanup 2014-09-11 15:21:52 -07:00
scoped.h Minor code review feedback 2014-11-20 13:44:59 -08:00