1. ee626ce Adding initial support for user-provided mipmaps. This isn't hooked up to the command line tool or the JS wrappers yet. by Rich Geldreich · 3 years, 1 month ago
  2. 0088fc6 Update README.md by Rich Geldreich · 3 years, 1 month ago
  3. d17837b Adding BSD.txt license file by Rich Geldreich · 3 years, 1 month ago
  4. 6891895 Update README.md by Rich Geldreich · 3 years, 1 month ago
  5. 0b9cd40 Rebuild WASM files by Rich Geldreich · 3 years, 1 month ago v1.15_rel2
  6. d57ca73 Update README.md by Rich Geldreich · 3 years, 1 month ago v1_15
  7. 078c33f Update README.md by Rich Geldreich · 3 years, 1 month ago
  8. a5a232c Update README.md by Rich Geldreich · 3 years, 1 month ago
  9. 182107c Update README.md by Rich Geldreich · 3 years, 1 month ago
  10. 7426487 Update README.md by Rich Geldreich · 3 years, 1 month ago
  11. 48a5914 - Fixing ETC1S backend endpoint palette related bug that was causing a CRC check to fail on the decompressed data during compression. by Rich Geldreich · 3 years, 1 month ago
  12. 4dc5367 Update README.md by Rich Geldreich · 3 years, 1 month ago
  13. 3d9c73b Update README.md by Rich Geldreich · 3 years, 1 month ago
  14. ebcd600 Update README.md by Rich Geldreich · 3 years, 1 month ago
  15. 4893c02 Update README.md by Rich Geldreich · 3 years, 1 month ago
  16. 477b3e6 Update README.md by Rich Geldreich · 3 years, 1 month ago
  17. 6d19ef3 Update README.md by Rich Geldreich · 3 years, 1 month ago
  18. 484d6ea Update README.md by Rich Geldreich · 3 years, 1 month ago
  19. ed86c9b Update README.md by Rich Geldreich · 3 years, 1 month ago
  20. ee610c9 Fixing tabs by Rich Geldreich · 3 years, 1 month ago
  21. 5f98685 Fixing gcc warning by Rich Geldreich · 3 years, 1 month ago
  22. 3f16857 Fixing gcc warning by Rich Geldreich · 3 years, 1 month ago
  23. ed135f0 Re-enabling the ktx2 mipPadding alignment workaround by Rich Geldreich · 3 years, 1 month ago
  24. 316a8de Fixing comment by Rich Geldreich · 3 years, 1 month ago
  25. cb63228 Adding some macros to disable the KTX2 mipPadding alignment bug workaround, and to not write key value fields at all. by Rich Geldreich · 3 years, 1 month ago
  26. c76bfef Update README.md by Rich Geldreich · 3 years, 1 month ago
  27. 55eb601 Update README.md by Rich Geldreich · 3 years, 1 month ago
  28. 808b1e0 Update README.md by Rich Geldreich · 3 years, 1 month ago
  29. 55a5075 Create README.md by Rich Geldreich · 3 years, 1 month ago
  30. 621c362 Update README.md by Rich Geldreich · 3 years, 1 month ago
  31. 2a74278 Update README.md by Rich Geldreich · 3 years, 1 month ago
  32. a6be348 Update README.md by Rich Geldreich · 3 years, 1 month ago
  33. 7f0a00a Adding KTX2 transcoding/encoding/decompression to PNG/KTX1 support to the transcoder, encoder, JavaScript wrappers. This is also adding Zstandard to the repo, which is optional. Set BASISD_SUPPORT_KTX2_ZSTD=0 when compiling the encoder/transcoder to disable it, or from cmake set KTX2_ZSTANDARD=FALSE. by Rich Geldreich · 3 years, 1 month ago
  34. b3ecdb5 ktx2_encode_test: new samples files for WASM KTX2 encoding/transcoding by Rich Geldreich · 3 years, 1 month ago
  35. a8a1f73 Adding zstd files - these are OPTIONAL. Use cmake . -DKTX2_ZSTANDARD=0 to disable (or set BASISD_SUPPORT_KTX2_ZSTD=0 when compiling the encoder or transcoder). by Rich Geldreich · 3 years, 1 month ago
  36. 427ebe6 Update README.md by Rich Geldreich · 3 years, 2 months ago v1.14_final
  37. 82a7fbb Update README.md by Rich Geldreich · 3 years, 2 months ago
  38. 041ad47 - Global codebook related fixes by Rich Geldreich · 3 years, 2 months ago v1_14_initial
  39. bf13257 Merge branch 'branch' by Rich Geldreich · 3 years, 2 months ago
  40. 053ed37 In progress global codebook changes by Rich Geldreich · 3 years, 2 months ago
  41. 8fccf9e Merge pull request #219 from lexaknyazev/patch-1 by Rich Geldreich · 3 years, 2 months ago v1_13_3_30 v1_13_final_release
  42. bd2756a Merge pull request #218 from JCash/android-compile-fix by Rich Geldreich · 3 years, 2 months ago
  43. 2fd9aec Merge pull request #220 from JCash/basisu-min-max by Rich Geldreich · 3 years, 2 months ago
  44. 2c0c038 Renamed to minimum/maximum by JCash · 3 years, 2 months ago
  45. 03cca37 Replaced std::min/std::max with basisu::min/basisu::max by JCash · 3 years, 2 months ago
  46. 5e285fe Added two newlines to pass the formatting rules by JCash · 3 years, 2 months ago
  47. 915b91b Fix UASTC to EAC RG11 green channel selection by Alexey Knyazev · 3 years, 2 months ago
  48. 4d00ef7 Android compile fix by JCash · 3 years, 2 months ago
  49. aee16b4 Add two newlines at EOF to make the CI happy by Arseny Kapoulkine · 3 years, 2 months ago
  50. 950e452 Optimize find_optimal_selector_clusters_for_each_block by Arseny Kapoulkine · 3 years, 2 months ago
  51. 57b9051 Forward declaring hash_map::iterator and const_iterator. This doesn't fix issues in basisu, but hopefully in the KTX2 repo. by Rich Geldreich · 3 years, 2 months ago
  52. f035aa4 Adding remark by Rich Geldreich · 3 years, 2 months ago v1.13_3_16
  53. d2454fb - Renaming some members to be more descriptive by Rich Geldreich · 3 years, 2 months ago
  54. 7fa283e Fixing VS 2015 compilation issue by Rich Geldreich · 3 years, 2 months ago
  55. a799482 Disabling unaligned reads unless it's x86/x64 by default by Rich Geldreich · 3 years, 2 months ago
  56. b5334de Putting miniz into its own C++ namespace to fix clashes by Rich Geldreich · 3 years, 2 months ago
  57. 2f29659 Was always including malloc.h - this is now only done on Linux. It was for malloc_usable_size(). by Rich Geldreich · 3 years, 3 months ago
  58. 0b137c1 Update README.md by Rich Geldreich · 3 years, 3 months ago
  59. 95f410c Update README.md by Rich Geldreich · 3 years, 3 months ago v1.13
  60. b349591 Modified files by Rich Geldreich · 3 years, 3 months ago
  61. 53264b1 New file by Rich Geldreich · 3 years, 3 months ago
  62. 2d4fe93 Basis Universal v1.13: by Rich Geldreich · 3 years, 3 months ago
  63. 4299495 New files by Rich Geldreich · 3 years, 3 months ago
  64. bb2a355 New files by Rich Geldreich · 3 years, 3 months ago
  65. 465ca44 New files by Rich Geldreich · 3 years, 3 months ago
  66. 1fb8b51 Merge pull request #198 from ondys/patch-4 by Rich Geldreich · 3 years, 4 months ago pre_v1.13
  67. c959383 Build and warning fixes for basisu_transcoder.cpp by Ondrej Stava · 3 years, 4 months ago
  68. ef70ddd Fixing missing newline at end of file by Rich Geldreich · 3 years, 5 months ago
  69. 7b90048 Merge pull request #192 from fintelia/patch-1 by Rich Geldreich · 3 years, 5 months ago
  70. 16a2989 Update README.md by Rich Geldreich · 3 years, 5 months ago
  71. 044d18f Update README.md by Rich Geldreich · 3 years, 5 months ago
  72. b3be084 Update README.md by Rich Geldreich · 3 years, 5 months ago
  73. 9e6eca2 Update README.md by Rich Geldreich · 3 years, 5 months ago
  74. d0eb95e Update README.md by Rich Geldreich · 3 years, 5 months ago
  75. 2882de8 Update README.md by Rich Geldreich · 3 years, 5 months ago
  76. e25d8dd Update README.md by Rich Geldreich · 3 years, 5 months ago
  77. 4eff205 Update README.md by Rich Geldreich · 3 years, 5 months ago
  78. 33fe39f Update README.md by Rich Geldreich · 3 years, 5 months ago
  79. 45fa7d6 Updating REUSE file by Rich Geldreich · 3 years, 5 months ago
  80. 107ae4b Update README.md by Rich Geldreich · 3 years, 5 months ago
  81. 8fceed4 Update README.md by Rich Geldreich · 3 years, 5 months ago
  82. 2d63617 Update README.md by Rich Geldreich · 3 years, 5 months ago
  83. 5d2120b Update README.md by Rich Geldreich · 3 years, 5 months ago
  84. ea668ac Updating preview image by Rich Geldreich · 3 years, 5 months ago
  85. 5b29968 Update README.md by Rich Geldreich · 3 years, 5 months ago
  86. f51ea57 Update README.md by Rich Geldreich · 3 years, 5 months ago
  87. a21ea7f Adding missing files by Rich Geldreich · 3 years, 5 months ago
  88. 79245d4 Update README.md by Rich Geldreich · 3 years, 5 months ago
  89. 85fa18e Adding encoder WebAssembly support, encode_test sample by Rich Geldreich · 3 years, 5 months ago
  90. 9ebf018 new file by Rich Geldreich · 3 years, 5 months ago
  91. 5eebb7e new files by Rich Geldreich · 3 years, 5 months ago
  92. e880730 Missing file by Rich Geldreich · 3 years, 5 months ago
  93. 6253927 Moving encoder-related files to the "encoder" directory by Rich Geldreich · 3 years, 5 months ago
  94. ad5daec Fix comment typo in basisu_transcoder.h by Jonathan Behrens · 3 years, 5 months ago
  95. 2952f6d Merge pull request #187 from slimbuck/rgba-swizzle by Rich Geldreich · 3 years, 6 months ago before_webasm_encoder
  96. 638c348 Adding container independent transcoding support. See methods basisu_lowlevel_etc1s_transcoder::transcode_image() and basisu_lowlevel_uastc_transcoder::transcode_image(). by Rich Geldreich · 3 years, 6 months ago
  97. ef7d326 apply swizzle patch by Donovan Hutchence · 3 years, 6 months ago
  98. d3fadac Merge pull request #175 from UebelAndre/standardize-on-appveyor by Rich Geldreich · 3 years, 7 months ago
  99. 0605dc3 Merge pull request #176 from UebelAndre/fix-cmake-warning by Rich Geldreich · 3 years, 7 months ago
  100. 1d66c98 Ran ./format.sh by Andre Brisco · 3 years, 8 months ago