1. c4c0db7 Merge pull request #240 from zeux/nominmax by Rich Geldreich · 2 years, 10 months ago
  2. 46a441a Merge pull request #239 from zeux/nooutput by Rich Geldreich · 2 years, 10 months ago
  3. 35c42cb Remove redundant definitions of min/max by Arseny Kapoulkine · 2 years, 11 months ago
  4. 94d8efb Disable read/wrote output when status output is off by Arseny Kapoulkine · 2 years, 11 months ago
  5. ce94722 Fix building C source as C++ by Arseny Kapoulkine · 2 years, 11 months ago
  6. d564299 Make it easier to build Basis encoder as one .cpp by Arseny Kapoulkine · 2 years, 11 months ago
  7. 150b7fb Tidy docs by Carl Woffenden · 2 years, 11 months ago
  8. f5722a8 Removed/moved unused vars by Carl Woffenden · 2 years, 11 months ago
  9. b0c447b Minor: fixed quotes in example by Carl Woffenden · 2 years, 11 months ago
  10. 51c999a Minor tweaks to fix single-file creations by Carl Woffenden · 2 years, 11 months ago
  11. ed2df5b fix the build on OpenBSD by Omar Polo · 2 years, 11 months ago
  12. b55d5b3 fix: Allow building SSE kernels even when SSE 4.2 is active by Andreas Atteneder · 3 years ago
  13. ba1c3e4 Merge pull request #226 from zeux/resample by Rich Geldreich · 3 years ago
  14. 0eb541a Implement custom resampling command line args by Arseny Kapoulkine · 3 years ago
  15. 5337227 Rebuilt WASM encoder by Rich Geldreich · 3 years ago
  16. 24ba5de Merge pull request #214 from zeux/trial_errors by Rich Geldreich · 3 years ago
  17. f3f7f75 Updating comment by Rich Geldreich · 3 years ago
  18. cbcf539 Merge pull request #225 from flashk/patch-1 by Rich Geldreich · 3 years ago
  19. 1cd2b75 Apply swizzle to user supplied mipmaps by flashk · 3 years ago
  20. 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 ago
  21. 0088fc6 Update README.md by Rich Geldreich · 3 years ago
  22. d17837b Adding BSD.txt license file by Rich Geldreich · 3 years ago
  23. 6891895 Update README.md by Rich Geldreich · 3 years ago
  24. 0b9cd40 Rebuild WASM files by Rich Geldreich · 3 years ago v1.15_rel2
  25. d57ca73 Update README.md by Rich Geldreich · 3 years ago v1_15
  26. 078c33f Update README.md by Rich Geldreich · 3 years ago
  27. a5a232c Update README.md by Rich Geldreich · 3 years ago
  28. 182107c Update README.md by Rich Geldreich · 3 years ago
  29. 7426487 Update README.md by Rich Geldreich · 3 years ago
  30. 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 ago
  31. 4dc5367 Update README.md by Rich Geldreich · 3 years ago
  32. 3d9c73b Update README.md by Rich Geldreich · 3 years ago
  33. ebcd600 Update README.md by Rich Geldreich · 3 years ago
  34. 4893c02 Update README.md by Rich Geldreich · 3 years ago
  35. 477b3e6 Update README.md by Rich Geldreich · 3 years ago
  36. 6d19ef3 Update README.md by Rich Geldreich · 3 years ago
  37. 484d6ea Update README.md by Rich Geldreich · 3 years ago
  38. ed86c9b Update README.md by Rich Geldreich · 3 years ago
  39. ee610c9 Fixing tabs by Rich Geldreich · 3 years ago
  40. 5f98685 Fixing gcc warning by Rich Geldreich · 3 years ago
  41. 3f16857 Fixing gcc warning by Rich Geldreich · 3 years ago
  42. ed135f0 Re-enabling the ktx2 mipPadding alignment workaround by Rich Geldreich · 3 years ago
  43. 316a8de Fixing comment by Rich Geldreich · 3 years ago
  44. 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 ago
  45. c76bfef Update README.md by Rich Geldreich · 3 years ago
  46. 55eb601 Update README.md by Rich Geldreich · 3 years ago
  47. 808b1e0 Update README.md by Rich Geldreich · 3 years ago
  48. 55a5075 Create README.md by Rich Geldreich · 3 years ago
  49. 621c362 Update README.md by Rich Geldreich · 3 years ago
  50. 2a74278 Update README.md by Rich Geldreich · 3 years ago
  51. a6be348 Update README.md by Rich Geldreich · 3 years ago
  52. 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 ago
  53. b3ecdb5 ktx2_encode_test: new samples files for WASM KTX2 encoding/transcoding by Rich Geldreich · 3 years ago
  54. 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 ago
  55. 427ebe6 Update README.md by Rich Geldreich · 3 years ago v1.14_final
  56. 82a7fbb Update README.md by Rich Geldreich · 3 years ago
  57. 041ad47 - Global codebook related fixes by Rich Geldreich · 3 years, 1 month ago v1_14_initial
  58. bf13257 Merge branch 'branch' by Rich Geldreich · 3 years, 1 month ago
  59. 053ed37 In progress global codebook changes by Rich Geldreich · 3 years, 1 month ago
  60. 8fccf9e Merge pull request #219 from lexaknyazev/patch-1 by Rich Geldreich · 3 years, 1 month ago v1_13_3_30 v1_13_final_release
  61. bd2756a Merge pull request #218 from JCash/android-compile-fix by Rich Geldreich · 3 years, 1 month ago
  62. 2fd9aec Merge pull request #220 from JCash/basisu-min-max by Rich Geldreich · 3 years, 1 month ago
  63. 2c0c038 Renamed to minimum/maximum by JCash · 3 years, 1 month ago
  64. 03cca37 Replaced std::min/std::max with basisu::min/basisu::max by JCash · 3 years, 1 month ago
  65. 5e285fe Added two newlines to pass the formatting rules by JCash · 3 years, 1 month ago
  66. 915b91b Fix UASTC to EAC RG11 green channel selection by Alexey Knyazev · 3 years, 1 month ago
  67. 4d00ef7 Android compile fix by JCash · 3 years, 1 month ago
  68. aee16b4 Add two newlines at EOF to make the CI happy by Arseny Kapoulkine · 3 years, 1 month ago
  69. 950e452 Optimize find_optimal_selector_clusters_for_each_block by Arseny Kapoulkine · 3 years, 1 month ago
  70. 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, 1 month ago
  71. f035aa4 Adding remark by Rich Geldreich · 3 years, 1 month ago v1.13_3_16
  72. d2454fb - Renaming some members to be more descriptive by Rich Geldreich · 3 years, 1 month ago
  73. 7fa283e Fixing VS 2015 compilation issue by Rich Geldreich · 3 years, 1 month ago
  74. a799482 Disabling unaligned reads unless it's x86/x64 by default by Rich Geldreich · 3 years, 1 month ago
  75. b5334de Putting miniz into its own C++ namespace to fix clashes by Rich Geldreich · 3 years, 1 month ago
  76. 2f29659 Was always including malloc.h - this is now only done on Linux. It was for malloc_usable_size(). by Rich Geldreich · 3 years, 1 month ago
  77. 0b137c1 Update README.md by Rich Geldreich · 3 years, 1 month ago
  78. 95f410c Update README.md by Rich Geldreich · 3 years, 1 month ago v1.13
  79. b349591 Modified files by Rich Geldreich · 3 years, 1 month ago
  80. 53264b1 New file by Rich Geldreich · 3 years, 1 month ago
  81. 2d4fe93 Basis Universal v1.13: by Rich Geldreich · 3 years, 1 month ago
  82. 4299495 New files by Rich Geldreich · 3 years, 1 month ago
  83. bb2a355 New files by Rich Geldreich · 3 years, 1 month ago
  84. 465ca44 New files by Rich Geldreich · 3 years, 1 month ago
  85. 1fb8b51 Merge pull request #198 from ondys/patch-4 by Rich Geldreich · 3 years, 3 months ago pre_v1.13
  86. c959383 Build and warning fixes for basisu_transcoder.cpp by Ondrej Stava · 3 years, 3 months ago
  87. ef70ddd Fixing missing newline at end of file by Rich Geldreich · 3 years, 4 months ago
  88. 7b90048 Merge pull request #192 from fintelia/patch-1 by Rich Geldreich · 3 years, 4 months ago
  89. 16a2989 Update README.md by Rich Geldreich · 3 years, 4 months ago
  90. 044d18f Update README.md by Rich Geldreich · 3 years, 4 months ago
  91. b3be084 Update README.md by Rich Geldreich · 3 years, 4 months ago
  92. 9e6eca2 Update README.md by Rich Geldreich · 3 years, 4 months ago
  93. d0eb95e Update README.md by Rich Geldreich · 3 years, 4 months ago
  94. 2882de8 Update README.md by Rich Geldreich · 3 years, 4 months ago
  95. e25d8dd Update README.md by Rich Geldreich · 3 years, 4 months ago
  96. 4eff205 Update README.md by Rich Geldreich · 3 years, 4 months ago
  97. 33fe39f Update README.md by Rich Geldreich · 3 years, 4 months ago
  98. 45fa7d6 Updating REUSE file by Rich Geldreich · 3 years, 4 months ago
  99. 107ae4b Update README.md by Rich Geldreich · 3 years, 4 months ago
  100. 8fceed4 Update README.md by Rich Geldreich · 3 years, 4 months ago