-
Notifications
You must be signed in to change notification settings - Fork 299
Add astc support #433
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
Merged
Merged
Add astc support #433
Changes from all commits
Commits
Show all changes
73 commits
Select commit
Hold shift + click to select a range
d4ee0ce
Add astc cli options
wasimabbas-arm 8781b60
Add swizzle option, remove redundant astc enum from ktx.h
wasimabbas-arm 3f248a2
Add astc compression support
wasimabbas-arm c01d05d
Fix review comments for astc support
wasimabbas-arm 2bf7bc6
Fix review comments for astc support part 2
wasimabbas-arm e30fb44
Change bcmp command line options to etc1s in tests
wasimabbas-arm a806477
Add back deprecated options --bcmp and --uastc
wasimabbas-arm d56a6e9
Update patch up code in ktxTexture_CompressAstcEx to use a prototype …
wasimabbas-arm 99e0a72
Remove further redundant code, Since we are now using prototype textu…
wasimabbas-arm bf19acd
Remove redundant loop over the levels of the image
wasimabbas-arm 0ac3ab1
Fix CI by adding ISA_NONE to astcenc options
wasimabbas-arm ecee952
Fix linux ci build
wasimabbas-arm 18af498
Fix review comments
wasimabbas-arm d440dd1
Add combined normal mode
wasimabbas-arm 8374a69
Minor typo fixes and ensures numLevels never less than 1
wasimabbas-arm d535c09
Minor typo fix
wasimabbas-arm eb3bcfa
Change build system to prefer ISA_NONE if defined
wasimabbas-arm 155f3d3
Fix CI build issues for android and iOS, one has to specify -DARCH=aa…
wasimabbas-arm e1a5270
Add ci fix for android aarch32
wasimabbas-arm 6913d17
Merge branch 'master' into astc_support
wasimabbas-arm 59329b4
Add ci fix for android aarch32
wasimabbas-arm e68bfaf
Merge branch 'astc_support' of https://github.com/wasimabbas-arm/KTX-…
wasimabbas-arm 98ff1c6
Add ci fix for android x86/x86_64
wasimabbas-arm 0d4e473
Fix rescale argument, add a 3 valued enum
wasimabbas-arm d65be83
Add warnings if input is > 8 bit while LDR option is chosen, either e…
wasimabbas-arm f99d33c
Add updated html docs for scaap
wasimabbas-arm 49f793b
Fix minor language
wasimabbas-arm 8860912
Add default options when no astc mode is specified
wasimabbas-arm a6e3138
Re-Add only 8bit format limiations untill full HDR support is added
wasimabbas-arm 4c440be
Add tests for astc support
wasimabbas-arm e6fa213
Modify astc test images
wasimabbas-arm 46e8522
Add --test option to astc tests
wasimabbas-arm 56ecbdc
Fix cpu architecture detection
wasimabbas-arm 24f7e87
Merge branch 'KhronosGroup:master' into astc_support
wasimabbas-arm 1dc4540
Add MSVC_RUNTIME_LIBRARY setting for ktx-software targets
wasimabbas-arm f71b09e
Add MSVC_RUNTIME_LIBRARY setting for ktx-software targets
wasimabbas-arm b7bc5a2
Update cputypetest.cmake to master branch
wasimabbas-arm ecdcd9d
Merge branch 'KhronosGroup:master' into astc_support
wasimabbas-arm 31023ed
Update astc encoder build options
wasimabbas-arm 52da83a
Update main.yml
wasimabbas-arm a4215bb
Merge branch 'master' into astc_support
wasimabbas-arm ae193dc
Reset SSE support for mac os
wasimabbas-arm 8fbb954
Merge branch 'KhronosGroup:master' into astc_support
wasimabbas-arm aff59ed
Fix link errors for Visual studio 16
wasimabbas-arm b382950
Add max replacement for Visual studio
wasimabbas-arm d775d06
Linux ci fixes
wasimabbas-arm 18abe5f
Documentation fixes
wasimabbas-arm 019cbb4
Fix dfd.h include
wasimabbas-arm bd69070
Fix emscription include issue
wasimabbas-arm e2125c5
Fix universal build for mac os
wasimabbas-arm 65286c8
Simply universal build option
wasimabbas-arm 9114627
Remove astcencoder optimisation options and disable CLI
wasimabbas-arm e21f230
Travis download of broken tests
wasimabbas-arm 02c6e93
Merge branch 'KhronosGroup:master' into astc_support
wasimabbas-arm 3f95e4f
Add code to upload travis failed tests
wasimabbas-arm adf3b76
Fix tests
wasimabbas-arm 22b2241
Fix tests
wasimabbas-arm 85ced68
Testing travis CI system
wasimabbas-arm fb7f3d7
Test files size
wasimabbas-arm 9ed028c
Enable verbose test output
wasimabbas-arm fa0a663
Fix travis mac os SSE tests
wasimabbas-arm 9e2d753
Bump up iphone SDK version to force 64bit builds only
wasimabbas-arm 8d0f156
Add astcenc shared library to install targets when built as static li…
wasimabbas-arm 0ec690d
Reset travis linux build
wasimabbas-arm 0103bb3
Remove debug code
wasimabbas-arm 572c8df
Enable cubemap test
wasimabbas-arm 9aafbcd
Reset verbose ctest output
wasimabbas-arm db2d803
Merge branch 'master' into astc_support
wasimabbas-arm 1d955d5
Add reuse exclusion for astc example readme
wasimabbas-arm 1d75eeb
Fix indentation
wasimabbas-arm 8f42128
Docs fix and inputSwizzle size fix
wasimabbas-arm 625b5ea
Remove ktxint.h dependency from scapp.h
wasimabbas-arm e273eff
Add VS fix for std::max
wasimabbas-arm 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
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
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
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.
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.
Uh oh!
There was an error while loading. Please reload this page.