1
0
mirror of https://github.com/microsoft/DirectXTex synced 2024-09-19 23:29:54 +00:00
Commit Graph

935 Commits

Author SHA1 Message Date
Chuck Walbourn
278e708f25
ConvertToSinglePlane memory overrwrite bug fix (#307) 2023-01-25 23:25:26 -08:00
Chuck Walbourn
fa9967bc74
DDSView updated with -forcesrgb switch (#305) 2023-01-19 11:18:39 -08:00
Chuck Walbourn
e4f5af944c
Fix build break for Debug on WSL (#299) 2022-12-27 12:03:08 -08:00
Chuck Walbourn
23b7fd1f38
December 15, 2022 (#297) 2022-12-17 20:36:40 -08:00
Chuck Walbourn
9dd139f44a
CMake updated to use /Zc:inline and /Zc:lambda (#296) 2022-12-15 10:29:32 -08:00
Chuck Walbourn
9fd4d9f6b6
Add Spectre-mitigated libraries to the NuGet (#295) 2022-12-13 22:26:09 -08:00
Chuck Walbourn
cdb335306c YAML code review 2022-12-08 01:10:41 -08:00
Chuck Walbourn
a20f79d649 Code review 2022-12-06 23:19:38 -08:00
Chuck Walbourn
0d0f540ec0 Tweak YAML pipeline CI triggers 2022-12-06 15:05:42 -08:00
Chuck Walbourn
27dcde569c CMake build option to enable /Qspectre (#293) 2022-12-06 12:01:26 -08:00
Chuck Walbourn
06d5286870 Add YAML Azure Pipelines 2022-12-04 18:22:15 -08:00
walbourn
d993bbdb6e Minor cmake code review 2022-12-02 22:33:06 -08:00
walbourn
9bc07dc20f Update readme 2022-12-01 20:58:26 -08:00
Chuck Walbourn
42710025c3 D3DX12 update to fix warnings when using preview Windows SDKs 2022-11-30 14:18:40 -08:00
walbourn
a438adc83b Disable E&C 2022-11-28 17:11:21 -08:00
Chuck Walbourn
91df32232f Bias added for ARM version of 16bpp format conversions to match existing output 2022-11-28 00:03:22 -08:00
walbourn
44f9a71ca1 Update CMake test presets for MinGW 2022-11-27 13:10:09 -08:00
walbourn
62f1d7c991 Minor cmake cleanup 2022-11-27 11:58:27 -08:00
walbourn
403be02804 Update CMake to define _DEBUG for MinGW 2022-11-26 18:15:10 -08:00
Chuck Walbourn
781df59540
CMake update for version 3.20 (#292) 2022-11-22 11:37:25 -08:00
Chuck Walbourn
5935c67ebe Fixed minor texconv output issue 2022-11-20 15:22:30 -08:00
Chuck Walbourn
2e6cd01cd4 Fix C4777 warning 2022-11-20 11:47:21 -08:00
matyalatte
166dd269b0
Texassemble updates for cubemap generation from a image (#290)
Adds cube-from- options.
2022-11-20 10:47:30 -08:00
Chuck Walbourn
5837e1b482 Fix build issue with updated D3DX12 2022-11-19 14:22:48 -08:00
Chuck Walbourn
79e898607d Fix -Wold-style-cast warning 2022-11-19 13:49:10 -08:00
Chuck Walbourn
c4e64db644 Update D3DX12 for Agility SDK 1.608 2022-11-19 13:03:20 -08:00
walbourn
8c4ad29001 CMakeLists updated to CMake 3.20 2022-11-15 12:10:33 -08:00
Chuck Walbourn
159d512086
texassemble updates for cubemap image generation (#289)
* Fixed offsets for v-cross
* Added v-cross-fnz to match output by ATI CodeGen and other tools
* Added h-tee
2022-11-04 17:42:27 -07:00
Chuck Walbourn
d3289691b7 Code review update 2022-10-25 13:18:09 -07:00
walbourn
5b420edd7a Add EXR source in Auxiliary directory 2022-10-22 14:35:26 -07:00
walbourn
411ed658e2 Update for OpenEXR support due to vcpkg change 2022-10-18 18:34:15 -07:00
Chuck Walbourn
e1d8d29914 October 17, 2022 release 2022-10-17 21:38:02 -07:00
Chuck Walbourn
70f7e65e9c Update for VS 2022 17.4 2022-10-17 18:55:58 -07:00
Chuck Walbourn
54af4abdf8 Update NuGet packages targets files 2022-10-17 16:41:38 -07:00
Chuck Walbourn
7873063c1c Add CMake presets for WSL 2022-09-29 11:07:52 -07:00
Chuck Walbourn
5a7b9b51ed malloc.h should be guarded by _WIN32 2022-09-28 09:31:20 -07:00
Chuck Walbourn
a189a1952a Code review feedback 2022-09-18 12:17:41 -07:00
Chuck Walbourn
9668a8d6b6 Fixed -Wshadow-field warning in d3dx12.h 2022-09-17 19:04:30 -07:00
Chuck Walbourn
e51730e6fc CMake missing rc for tex tools 2022-08-30 18:27:46 -07:00
Chuck Walbourn
3382be5986 Fix path issue with spaces 2022-08-24 20:16:53 -07:00
Chuck Walbourn
e976dcc656 July 22, 2022 2022-07-29 19:08:34 -07:00
Chuck Walbourn
a60399e849 Fixes for GDK projects 2022-07-28 18:03:06 -07:00
Chuck Walbourn
10d8902e6c
Change bool forceSRGB parameters for D3D interop to CREATETEX_FLAGS (#281) 2022-07-28 16:35:12 -07:00
Chuck Walbourn
4333376df1 Add DDS_LOADER_IGNORE_SRGB parameter/functionality to CreateDDSTexture*Ex 2022-07-28 12:13:09 -07:00
Chuck Walbourn
f904ecf09b Added MakeLinear utility function 2022-07-27 16:56:43 -07:00
Chuck Walbourn
9eb8605dbe CMake fix for clang v12 2022-07-25 23:49:34 -07:00
Chuck Walbourn
0279397bfb Enable guard:ehcont compiler flag for MSVC 64 bit architectures (#280) 2022-07-25 14:57:05 -07:00
Chuck Walbourn
33e9632f50
Update to support ABI for MinGW in DX Agility SDK v1.606.3 (#279) 2022-07-25 14:48:46 -07:00
Chuck Walbourn
e4b385cb3b Code review feedback 2022-07-25 14:48:27 -07:00
Sergio Ricardo Zerbetto Masson
058d2de2d4 Fixed tipo 2022-07-25 16:52:23 -03:00