1
0
mirror of https://github.com/microsoft/DirectXTex synced 2024-11-21 12:00:06 +00:00
DirectXTex/DirectXTex
2024-11-06 18:13:48 -08:00
..
Shaders Update CMake to specify FXC.EXE to use (#502) 2024-09-03 23:09:35 -07:00
BC4BC5.cpp .edtiorconfig driven reformat of source (#271) 2022-04-04 15:03:02 -07:00
BC6HBC7.cpp Workaround clang/LLVM bug with /fp:fast+SSE+float_control (#449) 2024-02-05 10:08:59 -08:00
BC.cpp .edtiorconfig driven reformat of source (#271) 2022-04-04 15:03:02 -07:00
BC.h Code review to silence some portability warnings (#422) 2023-12-28 23:30:46 -08:00
BCDirectCompute.cpp Remove overvalidation bug for BC7 compressor with SRGB (#381) 2023-08-02 12:00:27 -07:00
BCDirectCompute.h Code review to silence some portability warnings (#422) 2023-12-28 23:30:46 -08:00
DDS.h Xbox auxiliary EncodeDDSHeader helper exposed as public function (#497) 2024-08-19 16:27:36 -07:00
DirectXTex_Desktop_2019_Win10.vcxproj Refactor command-line tools to use shared header (#514) 2024-09-17 13:45:12 -07:00
DirectXTex_Desktop_2019_Win10.vcxproj.filters Refactor command-line tools to use shared header (#514) 2024-09-17 13:45:12 -07:00
DirectXTex_Desktop_2019.vcxproj Refactor command-line tools to use shared header (#514) 2024-09-17 13:45:12 -07:00
DirectXTex_Desktop_2019.vcxproj.filters Removed prebuilt versions of shader inc/pdb from library (#190) 2020-07-28 23:27:30 -07:00
DirectXTex_Desktop_2022_Win10.vcxproj Refactor command-line tools to use shared header (#514) 2024-09-17 13:45:12 -07:00
DirectXTex_Desktop_2022_Win10.vcxproj.filters Refactor command-line tools to use shared header (#514) 2024-09-17 13:45:12 -07:00
DirectXTex_Desktop_2022.vcxproj Refactor command-line tools to use shared header (#514) 2024-09-17 13:45:12 -07:00
DirectXTex_Desktop_2022.vcxproj.filters Add offfical VS 2022 projects 2021-11-01 16:52:29 -07:00
DirectXTex_GDK_2019.vcxproj Refactor command-line tools to use shared header (#514) 2024-09-17 13:45:12 -07:00
DirectXTex_GDK_2019.vcxproj.filters Refactor command-line tools to use shared header (#514) 2024-09-17 13:45:12 -07:00
DirectXTex_GDK_2022.vcxproj Refactor command-line tools to use shared header (#514) 2024-09-17 13:45:12 -07:00
DirectXTex_GDK_2022.vcxproj.filters Refactor command-line tools to use shared header (#514) 2024-09-17 13:45:12 -07:00
DirectXTex_GXDK_PC_2019.vcxproj Refactor command-line tools to use shared header (#514) 2024-09-17 13:45:12 -07:00
DirectXTex_GXDK_PC_2019.vcxproj.filters Refactor command-line tools to use shared header (#514) 2024-09-17 13:45:12 -07:00
DirectXTex_GXDK_PC_2022.vcxproj Refactor command-line tools to use shared header (#514) 2024-09-17 13:45:12 -07:00
DirectXTex_GXDK_PC_2022.vcxproj.filters Refactor command-line tools to use shared header (#514) 2024-09-17 13:45:12 -07:00
DirectXTex_Windows10_2022.vcxproj Refactor command-line tools to use shared header (#514) 2024-09-17 13:45:12 -07:00
DirectXTex_Windows10_2022.vcxproj.filters Refactor command-line tools to use shared header (#514) 2024-09-17 13:45:12 -07:00
DirectXTex.h Support using C++17 std::byte for FromMemory functions (#545) 2024-10-31 16:07:34 -07:00
DirectXTex.inl Support using C++17 std::byte for FromMemory functions (#545) 2024-10-31 16:07:34 -07:00
DirectXTexCompress.cpp Add CompressEx and ConvertEx methods that report progress (#375) 2023-08-18 14:43:30 -07:00
DirectXTexCompressGPU.cpp Minor code review change for PPM/PFM code (#548) 2024-11-06 18:13:48 -08:00
DirectXTexConvert.cpp Workaround clang/LLVM bug with /fp:fast+SSE+float_control (#449) 2024-02-05 10:08:59 -08:00
DirectXTexD3D11.cpp Workaround clang/LLVM bug with /fp:fast+SSE+float_control (#449) 2024-02-05 10:08:59 -08:00
DirectXTexD3D12.cpp Fix DX12 Capture transition state handling for MSAA (#532) 2024-10-14 15:49:44 -07:00
DirectXTexDDS.cpp Use fixed width integers for underlying enum types (#538) 2024-10-24 11:44:33 -07:00
DirectXTexFlipRotate.cpp Constify variables 2022-02-21 01:10:19 -08:00
DirectXTexHDR.cpp Use fixed width integers for underlying enum types (#538) 2024-10-24 11:44:33 -07:00
DirectXTexImage.cpp Don't allow TGA reader to read images larger than 4GB even in 64-bit (#440) 2024-01-17 23:23:39 -08:00
DirectXTexMipmaps.cpp Use fixed width integers for underlying enum types (#538) 2024-10-24 11:44:33 -07:00
DirectXTexMisc.cpp .edtiorconfig driven reformat of source (#271) 2022-04-04 15:03:02 -07:00
DirectXTexNormalMaps.cpp .edtiorconfig driven reformat of source (#271) 2022-04-04 15:03:02 -07:00
DirectXTexP.h CMake refactor (#452) 2024-02-12 13:06:47 -08:00
DirectXTexPMAlpha.cpp Constify variables 2022-02-21 01:10:19 -08:00
DirectXTexResize.cpp Use fixed width integers for underlying enum types (#538) 2024-10-24 11:44:33 -07:00
DirectXTexTGA.cpp Use fixed width integers for underlying enum types (#538) 2024-10-24 11:44:33 -07:00
DirectXTexUtil.cpp Minor code review change for PPM/PFM code (#548) 2024-11-06 18:13:48 -08:00
DirectXTexWIC.cpp Use fixed width integers for underlying enum types (#538) 2024-10-24 11:44:33 -07:00
filters.h .edtiorconfig driven reformat of source (#271) 2022-04-04 15:03:02 -07:00
scoped.h CMake support added for building with MinGW (#275) 2022-05-05 14:50:13 -07:00