1
0
mirror of https://github.com/microsoft/DirectXTex synced 2024-11-09 14:30:05 +00:00
Commit Graph

1092 Commits

Author SHA1 Message Date
Chuck Walbourn
79c65ffce8
Fix CodeQL warnings in OpenEXR module (#549) 2024-11-07 14:57:18 -08:00
Chuck Walbourn
d8e9d5b12a
texconv: Portable Half Map uses .phm extension (#550) 2024-11-07 14:56:31 -08:00
Chuck Walbourn
2f37de7165
Minor code review change for PPM/PFM code (#548) 2024-11-06 18:13:48 -08:00
Chuck Walbourn
4602b8e0f0
Fix for CMake on WSL (#546) 2024-11-01 13:59:27 -07:00
Chuck Walbourn
77272b1303
Support using C++17 std::byte for FromMemory functions (#545) 2024-10-31 16:07:34 -07:00
Chuck Walbourn
9260384a37
October 28, 2024 (#544) 2024-10-28 17:02:08 -07:00
Chuck Walbourn
b81e202ec4
Convert command-line tools to use GNU-style long options (#541) 2024-10-28 13:54:51 -07:00
dependabot[bot]
b717c0f6da
Bump actions/checkout from 4.2.1 to 4.2.2 (#542) 2024-10-28 13:52:20 -07:00
dependabot[bot]
b6e01b0866
Bump github/codeql-action from 3.26.13 to 3.27.0 (#543) 2024-10-28 13:52:03 -07:00
Chuck Walbourn
6e7801e324
Use fixed width integers for underlying enum types (#538) 2024-10-24 11:44:33 -07:00
Chuck Walbourn
cea630ac4c
VS 2019 Win32 on ARM64 is no longer supported (#536) 2024-10-23 14:45:17 -07:00
dependabot[bot]
af46e03188
Bump github/codeql-action from 3.26.12 to 3.26.13 (#535) 2024-10-22 21:24:08 -07:00
Chuck Walbourn
09affb78aa
Fix DX12 Capture transition state handling for MSAA (#532) 2024-10-14 15:49:44 -07:00
dependabot[bot]
1262c4b293
Bump actions/checkout from 4.2.0 to 4.2.1 (#533) 2024-10-14 09:50:09 -07:00
dependabot[bot]
47735026cd
Bump github/codeql-action from 3.26.11 to 3.26.12 (#534) 2024-10-14 09:49:53 -07:00
Chuck Walbourn
cb1dcca12e
Add Code Coverage support using CMake (#531) 2024-10-08 16:21:35 -07:00
Chuck Walbourn
8a4ff7101f
Add GitHub Action for BVTs with subset of tests (#522) 2024-10-05 23:15:54 -07:00
dependabot[bot]
cbcabd9c16
Bump github/codeql-action from 3.26.10 to 3.26.11 (#523) 2024-10-04 12:29:58 -07:00
dependabot[bot]
e405c5ef32
Bump github/codeql-action from 3.26.9 to 3.26.10 (#521) 2024-10-02 14:25:45 -07:00
dependabot[bot]
497b90fc1f
Bump actions/checkout from 4.1.7 to 4.2.0 (#519) 2024-09-27 10:18:01 -07:00
dependabot[bot]
dee8699af6
Bump github/codeql-action from 3.26.8 to 3.26.9 (#518) 2024-09-25 13:12:07 -07:00
dependabot[bot]
38a1c22312
Bump github/codeql-action from 3.26.7 to 3.26.8 (#517) 2024-09-19 22:12:32 -07:00
Chuck Walbourn
25ee5b4f91
Adds BytesPerBlock helper (#516) 2024-09-19 18:08:58 -07:00
Chuck Walbourn
73aa2f3c34
Refactor command-line tools to use shared header (#514) 2024-09-17 13:45:12 -07:00
dependabot[bot]
1deadd38ed
Bump github/codeql-action from 3.26.6 to 3.26.7 (#512) 2024-09-16 14:09:00 -07:00
Chuck Walbourn
63960e5fd6
ADO pipeline for SDK builds (#511) 2024-09-16 11:18:23 -07:00
Chuck Walbourn
118ca16e04
Build pipeline updates (#510) 2024-09-12 12:35:45 -07:00
StepSecurity Bot
061355c9fd
[StepSecurity] Apply security best practices (#508)
Signed-off-by: StepSecurity Bot <bot@stepsecurity.io>
2024-09-11 11:51:39 -07:00
StepSecurity Bot
3dc7ec1e82
[StepSecurity] ci: Harden GitHub Actions (#507) 2024-09-10 19:03:12 -07:00
Chuck Walbourn
79b4ef0ef8
Update BWOI support in VC projects (#506) 2024-09-06 11:32:30 -07:00
Chuck Walbourn
7aae82706d
September 4, 2024 (#505) 2024-09-04 17:50:45 -07:00
Chuck Walbourn
8193c66888
Update CMake to specify FXC.EXE to use (#502) 2024-09-03 23:09:35 -07:00
Chuck Walbourn
55b93efe35
ADO test pipeline updates (#504) 2024-09-03 11:52:27 -07:00
Bruno Ancona
c401f2fe16
Fix exporting R8 files as PNG using libpng (#503) 2024-09-02 19:46:13 -07:00
Chuck Walbourn
327c200991
Support loading legacy DDS files using mixed channel formats (#501) 2024-08-29 14:13:48 -07:00
Chuck Walbourn
e63f915ed8
D3DFMT_A2W10V10U10 fix for ScreenGrab DX9 (#500) 2024-08-29 14:13:31 -07:00
Chuck Walbourn
9850897657
Add VCPKG usage to GitHub Actions (#499) 2024-08-23 10:57:12 -07:00
Chuck Walbourn
1c47191318
Xbox auxiliary EncodeDDSHeader helper exposed as public function (#497) 2024-08-19 16:27:36 -07:00
Chuck Walbourn
059ce81581
Minor SAL fix (#495) 2024-08-15 10:13:49 -07:00
Chuck Walbourn
1c78c7d1ec
Additional code review for OpenEXR (#494) 2024-08-08 13:54:42 -07:00
vkaytsanov
2f84f54508
Add cubemap support for OpenEXR (#483) 2024-08-05 17:43:03 -07:00
Chuck Walbourn
6e184e26a7
Update CMake to handle ARM64EC with VS Generator (#493) 2024-08-02 13:15:56 -07:00
Chuck Walbourn
d16a2c869d
Fix for CMake presets (#492) 2024-07-30 17:40:51 -07:00
Chuck Walbourn
78ca9628e2
Added GitHub Actions for build and security analysis (#491) 2024-07-29 20:13:36 -07:00
Chuck Walbourn
87ec5d5610
Some DDS DX10 writers set arryaSize to 0 instead of 1 (#490) 2024-07-19 16:37:04 -07:00
Chuck Walbourn
2849777702
CMake updated to build ARM64EC (#489) 2024-07-18 15:28:46 -07:00
Chuck Walbourn
e7ab102d5e
Remove v141 support for GDK (#486) 2024-07-11 17:03:27 -07:00
Chuck Walbourn
e102d0bd3e
texconv: -ignoremips options for reading some invalid DDS files (#484) 2024-07-01 18:47:31 -07:00
Chuck Walbourn
6022b864e8
CMake improvements for multi-config generators (#481) 2024-06-13 15:52:54 -07:00
Chuck Walbourn
af1c8b3cb4
Fix build break when building for Xbox using latest Windows SDK (#480) 2024-06-06 11:11:41 -07:00