-
Notifications
You must be signed in to change notification settings - Fork 491
Add functions to support Standard Swizzle textures #515
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
isplunke
wants to merge
33
commits into
microsoft:main
Choose a base branch
from
isplunke:isplunke/swizzle
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+763
−0
Open
Changes from all commits
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
2ba0289
[Draft]
isplunke 0a8c5bf
Moved functionst to new file DirectTexSwizzle
isplunke e29108a
cleanup move
isplunke 406787d
added 3D
isplunke 061f06c
Almost handel Block Compression.
isplunke f3b95e0
Fix 3d swizzle idexing into multiple images
isplunke c5ef2db
Undo: Almost handel Block Compression.
isplunke 1ecf426
name the file in itself
isplunke b35faa5
handle compression... this time?
isplunke 3466ba5
use extractBits
isplunke 9be0db5
Update DirectXTexSwizzle.cpp
walbourn e5395d8
Update DirectXTexSwizzle.cpp
walbourn d70fef1
Update DirectXTexSwizzle.cpp
walbourn 6f19a5a
Update DirectXTexSwizzle.cpp
walbourn 93cb5a2
Update CMakeLists.txt
walbourn a41c71e
Update remaining vcxproj for new file
walbourn 68b9cc7
StandardSwizzle3D merged into main function
walbourn 94fc437
More work on 3D swizzle
walbourn 74f7445
More code review
walbourn c0e91fc
Attempt to fix CodeQL warning
walbourn 0cbb90b
Add 3D case for linear to swizzle
walbourn 97dbf1a
Add DIRECTX_TEX_API to StandardSwizzle functions
walbourn f46356d
Implement 3D swizzle to linear
walbourn d3192d8
Delete DirectXTex/DirectXTex_Desktop_2019.vcxproj
walbourn 1e31208
Delete DirectXTex/DirectXTex_Desktop_2019.vcxproj.filters
walbourn 6dad807
Delete DirectXTex/DirectXTex_Desktop_2019_Win10.vcxproj
walbourn 65f061a
Delete DirectXTex/DirectXTex_Desktop_2019_Win10.vcxproj.filters
walbourn 2c64427
Delete DirectXTex/DirectXTex_GDK_2019.vcxproj
walbourn ef8492d
Delete DirectXTex/DirectXTex_GDK_2019.vcxproj.filters
walbourn 9d3dddc
Delete DirectXTex/DirectXTex_GXDK_PC_2019.vcxproj
walbourn 88fa825
Delete DirectXTex/DirectXTex_GXDK_PC_2019.vcxproj.filters
walbourn 2c4abc8
Revert all vcxproj changes
walbourn 1467da9
Code review feedback
walbourn File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've reverted all the vcxproj changes for now. I'll do those in a follow-up PR after finishing this one.