.. |
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
|
Adds BytesPerBlock helper (#516)
|
2024-09-19 18:08:58 -07:00 |
DirectXTex.inl
|
Add support for new DXGI 16bpp format (#348)
|
2023-05-11 09:58:28 -07:00 |
DirectXTexCompress.cpp
|
Add CompressEx and ConvertEx methods that report progress (#375)
|
2023-08-18 14:43:30 -07:00 |
DirectXTexCompressGPU.cpp
|
Add CompressEx and ConvertEx methods that report progress (#375)
|
2023-08-18 14:43:30 -07: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
|
Update CMake to specify FXC.EXE to use (#502)
|
2024-09-03 23:09:35 -07:00 |
DirectXTexFlipRotate.cpp
|
Constify variables
|
2022-02-21 01:10:19 -08:00 |
DirectXTexHDR.cpp
|
Fix for HDR codec to avoid buffer overread for some malformed files (#471)
|
2024-05-01 10:22:59 -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
|
ADO pipeline changes for OpenSSF Best Practices (#477)
|
2024-05-17 16:56:19 -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
|
CMake support added for building with MinGW (#275)
|
2022-05-05 14:50:13 -07:00 |
DirectXTexTGA.cpp
|
Workaround clang/LLVM bug with /fp:fast+SSE+float_control (#449)
|
2024-02-05 10:08:59 -08:00 |
DirectXTexUtil.cpp
|
Adds BytesPerBlock helper (#516)
|
2024-09-19 18:08:58 -07:00 |
DirectXTexWIC.cpp
|
Update CMake to work with Intel compilers (#451)
|
2024-02-09 11:52:49 -08: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 |