1. 24ba5de Merge pull request #214 from zeux/trial_errors by Rich Geldreich · 3 years, 1 month ago
  2. f3f7f75 Updating comment by Rich Geldreich · 3 years, 1 month ago
  3. cbcf539 Merge pull request #225 from flashk/patch-1 by Rich Geldreich · 3 years, 1 month ago
  4. 1cd2b75 Apply swizzle to user supplied mipmaps by flashk · 3 years, 1 month ago
  5. 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
  6. 0088fc6 Update README.md by Rich Geldreich · 3 years, 1 month ago
  7. d17837b Adding BSD.txt license file by Rich Geldreich · 3 years, 1 month ago
  8. 6891895 Update README.md by Rich Geldreich · 3 years, 1 month ago
  9. 0b9cd40 Rebuild WASM files by Rich Geldreich · 3 years, 1 month ago v1.15_rel2
  10. d57ca73 Update README.md by Rich Geldreich · 3 years, 1 month ago v1_15
  11. 078c33f Update README.md by Rich Geldreich · 3 years, 1 month ago
  12. a5a232c Update README.md by Rich Geldreich · 3 years, 1 month ago
  13. 182107c Update README.md by Rich Geldreich · 3 years, 1 month ago
  14. 7426487 Update README.md by Rich Geldreich · 3 years, 1 month ago
  15. 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
  16. 4dc5367 Update README.md by Rich Geldreich · 3 years, 1 month ago
  17. 3d9c73b Update README.md by Rich Geldreich · 3 years, 1 month ago
  18. ebcd600 Update README.md by Rich Geldreich · 3 years, 1 month ago
  19. 4893c02 Update README.md by Rich Geldreich · 3 years, 1 month ago
  20. 477b3e6 Update README.md by Rich Geldreich · 3 years, 1 month ago
  21. 6d19ef3 Update README.md by Rich Geldreich · 3 years, 1 month ago
  22. 484d6ea Update README.md by Rich Geldreich · 3 years, 1 month ago
  23. ed86c9b Update README.md by Rich Geldreich · 3 years, 1 month ago
  24. ee610c9 Fixing tabs by Rich Geldreich · 3 years, 1 month ago
  25. 5f98685 Fixing gcc warning by Rich Geldreich · 3 years, 1 month ago
  26. 3f16857 Fixing gcc warning by Rich Geldreich · 3 years, 1 month ago
  27. ed135f0 Re-enabling the ktx2 mipPadding alignment workaround by Rich Geldreich · 3 years, 1 month ago
  28. 316a8de Fixing comment by Rich Geldreich · 3 years, 1 month ago
  29. 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
  30. c76bfef Update README.md by Rich Geldreich · 3 years, 1 month ago
  31. 55eb601 Update README.md by Rich Geldreich · 3 years, 1 month ago
  32. 808b1e0 Update README.md by Rich Geldreich · 3 years, 1 month ago
  33. 55a5075 Create README.md by Rich Geldreich · 3 years, 1 month ago
  34. 621c362 Update README.md by Rich Geldreich · 3 years, 1 month ago
  35. 2a74278 Update README.md by Rich Geldreich · 3 years, 1 month ago
  36. a6be348 Update README.md by Rich Geldreich · 3 years, 1 month ago
  37. 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
  38. b3ecdb5 ktx2_encode_test: new samples files for WASM KTX2 encoding/transcoding by Rich Geldreich · 3 years, 1 month ago
  39. 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
  40. 427ebe6 Update README.md by Rich Geldreich · 3 years, 2 months ago v1.14_final
  41. 82a7fbb Update README.md by Rich Geldreich · 3 years, 2 months ago
  42. 041ad47 - Global codebook related fixes by Rich Geldreich · 3 years, 2 months ago v1_14_initial
  43. bf13257 Merge branch 'branch' by Rich Geldreich · 3 years, 2 months ago
  44. 053ed37 In progress global codebook changes by Rich Geldreich · 3 years, 2 months ago
  45. 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
  46. bd2756a Merge pull request #218 from JCash/android-compile-fix by Rich Geldreich · 3 years, 2 months ago
  47. 2fd9aec Merge pull request #220 from JCash/basisu-min-max by Rich Geldreich · 3 years, 2 months ago
  48. 2c0c038 Renamed to minimum/maximum by JCash · 3 years, 2 months ago
  49. 03cca37 Replaced std::min/std::max with basisu::min/basisu::max by JCash · 3 years, 2 months ago
  50. 5e285fe Added two newlines to pass the formatting rules by JCash · 3 years, 2 months ago
  51. 915b91b Fix UASTC to EAC RG11 green channel selection by Alexey Knyazev · 3 years, 2 months ago
  52. 4d00ef7 Android compile fix by JCash · 3 years, 2 months ago
  53. aee16b4 Add two newlines at EOF to make the CI happy by Arseny Kapoulkine · 3 years, 2 months ago
  54. 950e452 Optimize find_optimal_selector_clusters_for_each_block by Arseny Kapoulkine · 3 years, 2 months ago
  55. 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
  56. f035aa4 Adding remark by Rich Geldreich · 3 years, 2 months ago v1.13_3_16
  57. d2454fb - Renaming some members to be more descriptive by Rich Geldreich · 3 years, 2 months ago
  58. 7fa283e Fixing VS 2015 compilation issue by Rich Geldreich · 3 years, 2 months ago
  59. a799482 Disabling unaligned reads unless it's x86/x64 by default by Rich Geldreich · 3 years, 2 months ago
  60. b5334de Putting miniz into its own C++ namespace to fix clashes by Rich Geldreich · 3 years, 2 months ago
  61. 2f29659 Was always including malloc.h - this is now only done on Linux. It was for malloc_usable_size(). by Rich Geldreich · 3 years, 2 months ago
  62. 0b137c1 Update README.md by Rich Geldreich · 3 years, 2 months ago
  63. 95f410c Update README.md by Rich Geldreich · 3 years, 2 months ago v1.13
  64. b349591 Modified files by Rich Geldreich · 3 years, 3 months ago
  65. 53264b1 New file by Rich Geldreich · 3 years, 3 months ago
  66. 2d4fe93 Basis Universal v1.13: by Rich Geldreich · 3 years, 3 months ago
  67. 4299495 New files by Rich Geldreich · 3 years, 3 months ago
  68. bb2a355 New files by Rich Geldreich · 3 years, 3 months ago
  69. 465ca44 New files by Rich Geldreich · 3 years, 3 months ago
  70. 1fb8b51 Merge pull request #198 from ondys/patch-4 by Rich Geldreich · 3 years, 4 months ago pre_v1.13
  71. c959383 Build and warning fixes for basisu_transcoder.cpp by Ondrej Stava · 3 years, 4 months ago
  72. ef70ddd Fixing missing newline at end of file by Rich Geldreich · 3 years, 5 months ago
  73. 7b90048 Merge pull request #192 from fintelia/patch-1 by Rich Geldreich · 3 years, 5 months ago
  74. 16a2989 Update README.md by Rich Geldreich · 3 years, 5 months ago
  75. 044d18f Update README.md by Rich Geldreich · 3 years, 5 months ago
  76. b3be084 Update README.md by Rich Geldreich · 3 years, 5 months ago
  77. 9e6eca2 Update README.md by Rich Geldreich · 3 years, 5 months ago
  78. d0eb95e Update README.md by Rich Geldreich · 3 years, 5 months ago
  79. 2882de8 Update README.md by Rich Geldreich · 3 years, 5 months ago
  80. e25d8dd Update README.md by Rich Geldreich · 3 years, 5 months ago
  81. 4eff205 Update README.md by Rich Geldreich · 3 years, 5 months ago
  82. 33fe39f Update README.md by Rich Geldreich · 3 years, 5 months ago
  83. 45fa7d6 Updating REUSE file by Rich Geldreich · 3 years, 5 months ago
  84. 107ae4b Update README.md by Rich Geldreich · 3 years, 5 months ago
  85. 8fceed4 Update README.md by Rich Geldreich · 3 years, 5 months ago
  86. 2d63617 Update README.md by Rich Geldreich · 3 years, 5 months ago
  87. 5d2120b Update README.md by Rich Geldreich · 3 years, 5 months ago
  88. ea668ac Updating preview image by Rich Geldreich · 3 years, 5 months ago
  89. 5b29968 Update README.md by Rich Geldreich · 3 years, 5 months ago
  90. f51ea57 Update README.md by Rich Geldreich · 3 years, 5 months ago
  91. a21ea7f Adding missing files by Rich Geldreich · 3 years, 5 months ago
  92. 79245d4 Update README.md by Rich Geldreich · 3 years, 5 months ago
  93. 85fa18e Adding encoder WebAssembly support, encode_test sample by Rich Geldreich · 3 years, 5 months ago
  94. 9ebf018 new file by Rich Geldreich · 3 years, 5 months ago
  95. 5eebb7e new files by Rich Geldreich · 3 years, 5 months ago
  96. e880730 Missing file by Rich Geldreich · 3 years, 5 months ago
  97. 6253927 Moving encoder-related files to the "encoder" directory by Rich Geldreich · 3 years, 5 months ago
  98. ad5daec Fix comment typo in basisu_transcoder.h by Jonathan Behrens · 3 years, 5 months ago
  99. 2952f6d Merge pull request #187 from slimbuck/rgba-swizzle by Rich Geldreich · 3 years, 6 months ago before_webasm_encoder
  100. 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