-
Notifications
You must be signed in to change notification settings - Fork 239
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
Add option to enable mkvk targets (VkFormat-related file generation). #840
Merged
Conversation
This file contains 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
* Modify mkvkformatfiles to write CRLF on Windows. * Stop using unix2dos in mkvk custom commands. * Generate dfdutils .inl files from vulkan_core not vkformat_enum to remove dependency on the latter's generation.
re clean side-effects and requiring packages.
KaperD
pushed a commit
to KaperD/KTX-Software
that referenced
this pull request
Feb 21, 2024
…KhronosGroup#840) The option defaults to OFF. Only project developers need to regenerate these files. Fixes KhronosGroup#834. Other included related fixes: * Modify mkvkformatfiles to write CRLF on Windows. * Stop using unix2dos in mkvk custom commands and remove near duplicate WIN32 custom commands. Developers must ensure they use a Windows native Perl to get the correct line endings when generating dfdutils' `*.inl` files. * Generate dfdutils .inl files from vulkan_core not vkformat_enum to remove dependency on the latter's generation. * Add CI jobs to test generation on all platforms since main builds will no longer be building those targets. Unrelated fixes: * Set `HOMEBREW_NO_AUTO_UPDATE` for macOS Travis CI jobs to finally stop the auto update and shave more than 1 hour off the total build time. * Bracket the whole `script` section of `.travis.yml` with `set -e` and `set +e` instead of piecemeal in various `if` clauses.
KaperD
pushed a commit
to KaperD/KTX-Software
that referenced
this pull request
Feb 22, 2024
…KhronosGroup#840) The option defaults to OFF. Only project developers need to regenerate these files. Fixes KhronosGroup#834. Other included related fixes: * Modify mkvkformatfiles to write CRLF on Windows. * Stop using unix2dos in mkvk custom commands and remove near duplicate WIN32 custom commands. Developers must ensure they use a Windows native Perl to get the correct line endings when generating dfdutils' `*.inl` files. * Generate dfdutils .inl files from vulkan_core not vkformat_enum to remove dependency on the latter's generation. * Add CI jobs to test generation on all platforms since main builds will no longer be building those targets. Unrelated fixes: * Set `HOMEBREW_NO_AUTO_UPDATE` for macOS Travis CI jobs to finally stop the auto update and shave more than 1 hour off the total build time. * Bracket the whole `script` section of `.travis.yml` with `set -e` and `set +e` instead of piecemeal in various `if` clauses.
KaperD
pushed a commit
to KaperD/KTX-Software
that referenced
this pull request
Feb 22, 2024
…KhronosGroup#840) The option defaults to OFF. Only project developers need to regenerate these files. Fixes KhronosGroup#834. Other included related fixes: * Modify mkvkformatfiles to write CRLF on Windows. * Stop using unix2dos in mkvk custom commands and remove near duplicate WIN32 custom commands. Developers must ensure they use a Windows native Perl to get the correct line endings when generating dfdutils' `*.inl` files. * Generate dfdutils .inl files from vulkan_core not vkformat_enum to remove dependency on the latter's generation. * Add CI jobs to test generation on all platforms since main builds will no longer be building those targets. Unrelated fixes: * Set `HOMEBREW_NO_AUTO_UPDATE` for macOS Travis CI jobs to finally stop the auto update and shave more than 1 hour off the total build time. * Bracket the whole `script` section of `.travis.yml` with `set -e` and `set +e` instead of piecemeal in various `if` clauses.
KaperD
pushed a commit
to KaperD/KTX-Software
that referenced
this pull request
Feb 22, 2024
…KhronosGroup#840) The option defaults to OFF. Only project developers need to regenerate these files. Fixes KhronosGroup#834. Other included related fixes: * Modify mkvkformatfiles to write CRLF on Windows. * Stop using unix2dos in mkvk custom commands and remove near duplicate WIN32 custom commands. Developers must ensure they use a Windows native Perl to get the correct line endings when generating dfdutils' `*.inl` files. * Generate dfdutils .inl files from vulkan_core not vkformat_enum to remove dependency on the latter's generation. * Add CI jobs to test generation on all platforms since main builds will no longer be building those targets. Unrelated fixes: * Set `HOMEBREW_NO_AUTO_UPDATE` for macOS Travis CI jobs to finally stop the auto update and shave more than 1 hour off the total build time. * Bracket the whole `script` section of `.travis.yml` with `set -e` and `set +e` instead of piecemeal in various `if` clauses.
KaperD
pushed a commit
to KaperD/KTX-Software
that referenced
this pull request
Feb 22, 2024
…KhronosGroup#840) The option defaults to OFF. Only project developers need to regenerate these files. Fixes KhronosGroup#834. Other included related fixes: * Modify mkvkformatfiles to write CRLF on Windows. * Stop using unix2dos in mkvk custom commands and remove near duplicate WIN32 custom commands. Developers must ensure they use a Windows native Perl to get the correct line endings when generating dfdutils' `*.inl` files. * Generate dfdutils .inl files from vulkan_core not vkformat_enum to remove dependency on the latter's generation. * Add CI jobs to test generation on all platforms since main builds will no longer be building those targets. Unrelated fixes: * Set `HOMEBREW_NO_AUTO_UPDATE` for macOS Travis CI jobs to finally stop the auto update and shave more than 1 hour off the total build time. * Bracket the whole `script` section of `.travis.yml` with `set -e` and `set +e` instead of piecemeal in various `if` clauses.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
The option defaults to OFF. Only project developers need to regenerate these files.
Fixes #834.
Other included related fixes:
duplicate WIN32 custom commands. Developers must ensure they
use a Windows native Perl to get the correct line endings when
generating dfdutils'
*.inl
files.to remove dependency on the latter's generation.
will no longer be building those targets.
Unrelated fixes:
HOMEBREW_NO_AUTO_UPDATE
for macOS Travis CI jobsto finally stop the auto update and shave more than 1 hour off the
total build time.
script
section of.travis.yml
withset -e
andset +e
instead of piecemeal in various
if
clauses.