1. 9399434 Minor: corrected figures by Carl Woffenden · 4 years, 7 months ago
  2. f8b0bfe Minor: moved note by Carl Woffenden · 4 years, 7 months ago
  3. 6c4d877 ASTC support (and improved demo) by Carl Woffenden · 4 years, 7 months ago
  4. ac73849 Fixes more -Wunused-parameter warnings by Carl Woffenden · 4 years, 7 months ago
  5. 80271e2 Working demo by Carl Woffenden · 4 years, 7 months ago
  6. 9dd6068 Work-in-progress by Carl Woffenden · 4 years, 8 months ago
  7. c002331 Added RGBA example by Carl Woffenden · 4 years, 8 months ago
  8. bd8feea Initial commit by Carl Woffenden · 4 years, 8 months ago
  9. a6bd48a Minor Clang fixes by Carl Woffenden · 4 years, 8 months ago
  10. dad34ea Update README.md by Rich Geldreich · 4 years, 7 months ago
  11. 91ac05a Update README.md by Rich Geldreich · 4 years, 7 months ago
  12. 6e9f2e6 Merge pull request #77 from akien-mga/cmake-out-of-source by Rich Geldreich · 4 years, 7 months ago
  13. 5f804e2 Update README.md by Rich Geldreich · 4 years, 7 months ago
  14. 0499e57 Added exclude option, improved example by Carl Woffenden · 4 years, 7 months ago
  15. 74a724f CMake: Fix stripping out-of-source build by Rémi Verschelde · 4 years, 7 months ago
  16. b32a0c1 Win32: Fix build with GCC (MinGW) by Rémi Verschelde · 4 years, 7 months ago
  17. 9a63bb6 Update README.md by Rich Geldreich · 4 years, 7 months ago
  18. d33443a Update README.md by Rich Geldreich · 4 years, 7 months ago
  19. c349448 Update README.md by Rich Geldreich · 4 years, 7 months ago
  20. 7f8404f Update README.md by Rich Geldreich · 4 years, 7 months ago
  21. 11f46d7 New files by richgel999 · 4 years, 7 months ago
  22. 05722dc Update README.md by Rich Geldreich · 4 years, 7 months ago
  23. 2af4f74 Transcoder wrappers compilation fixes, rebuilt WebAssembly transcoder by richgel999 · 4 years, 7 months ago
  24. 54304fa - Adding PVRTC2 RGB/RGBA and ETC2 EAC R11 and RG11 by richgel999 · 4 years, 7 months ago
  25. 3dbd8ec Fixing rare debug assert on some images. by richgel999 · 4 years, 7 months ago
  26. 3e6a742 WIP (added sources with mipmaps) by Carl Woffenden · 4 years, 7 months ago
  27. fd6b711 Minor docs, minor size tweaks by Carl Woffenden · 4 years, 7 months ago
  28. 8bf626b Fixed standalone compilation warnings by Carl Woffenden · 4 years, 7 months ago
  29. 4a401d9 Don't add EAC to the demo if not building with EAC by Carl Woffenden · 4 years, 7 months ago
  30. 04c8144 Minor: corrected figures by Carl Woffenden · 4 years, 7 months ago
  31. 813b382 Minor: moved note by Carl Woffenden · 4 years, 7 months ago
  32. 7d65ba3 ASTC support (and improved demo) by Carl Woffenden · 4 years, 7 months ago
  33. 963e892 Merge branch 'clang-pedantry-1' into single-file-transcoder by Carl Woffenden · 4 years, 7 months ago
  34. bce834f Fixes more -Wunused-parameter warnings by Carl Woffenden · 4 years, 7 months ago
  35. 85c81f1 Working demo by Carl Woffenden · 4 years, 7 months ago
  36. 6afb2fc Update README.md by Rich Geldreich · 4 years, 8 months ago
  37. 91b8d85 Work-in-progress by Carl Woffenden · 4 years, 8 months ago
  38. 3174fd6 Added RGBA example by Carl Woffenden · 4 years, 8 months ago
  39. 9482b1b Initial commit by Carl Woffenden · 4 years, 8 months ago
  40. b57a362 Reducing the WebAssembly transcoder size by disabling ATC and disabling the 8-bit ASTC tables. Rebuilt the transcoder. by richgel999 · 4 years, 8 months ago
  41. 0d611be Minor Clang fixes by Carl Woffenden · 4 years, 8 months ago
  42. b1b0548 Update README.md by Rich Geldreich · 4 years, 8 months ago
  43. 57fe0ae Update README.md by Rich Geldreich · 4 years, 8 months ago
  44. 3b8b1d2 Update README.md by Rich Geldreich · 4 years, 8 months ago
  45. faa95cb Update README.md by Rich Geldreich · 4 years, 8 months ago
  46. 12daa8f Update README.md by Rich Geldreich · 4 years, 8 months ago
  47. ebf6b9e Update README.md by Rich Geldreich · 4 years, 8 months ago
  48. 25664c0 Update README.md by Rich Geldreich · 4 years, 8 months ago
  49. 6e70902 Fixing tabs by richgel999 · 4 years, 8 months ago
  50. 14a8e3e Fixing tabs by richgel999 · 4 years, 8 months ago
  51. 921a18b Fixing tabs by richgel999 · 4 years, 8 months ago
  52. d9a289d Changing webgl texture test so it uses a power of 2 texture by default, so it works on iOS by richgel999 · 4 years, 8 months ago
  53. d877fea Adding power of 2 texture for webgl texture test, so it works on iOS by richgel999 · 4 years, 8 months ago
  54. e1a520c Adding uncompressed 565 pixel format support to texture demo by richgel999 · 4 years, 8 months ago
  55. eeb15a6 The transcoder now supports unpacking to 565 directly, so we don't need to transcode to BC1 then convert in Javascript by richgel999 · 4 years, 8 months ago
  56. c2869ff Adding uncompressed pixel support to transcoder wrappers in webgl/transcoder/basis_wrappers.cpp. Note uncompressed hasn't been tested yet, but I've verified that compressed still works. by richgel999 · 4 years, 8 months ago
  57. 33bf902 Development message fixes by richgel999 · 4 years, 8 months ago
  58. 3c9ed05 Update README.md by Rich Geldreich · 4 years, 8 months ago
  59. 5cae992 Update README.md by Rich Geldreich · 4 years, 8 months ago
  60. 43d35a9 Update README.md by Rich Geldreich · 4 years, 8 months ago
  61. 2e92f6f Update README.md by Rich Geldreich · 4 years, 8 months ago
  62. 642bf0f Update README.md by Rich Geldreich · 4 years, 8 months ago
  63. b620308 Update README.md by Rich Geldreich · 4 years, 8 months ago
  64. 3b7092b Update README.md by Rich Geldreich · 4 years, 8 months ago
  65. 5041763 Update README.md by Rich Geldreich · 4 years, 8 months ago
  66. dd2ef28 Update README.md by Rich Geldreich · 4 years, 8 months ago
  67. eb3fee4 Update README.md by Rich Geldreich · 4 years, 8 months ago
  68. 1b6304f Update README.md by Rich Geldreich · 4 years, 8 months ago
  69. c7eda68 Update README.md by Rich Geldreich · 4 years, 8 months ago
  70. 3541f1a Update README.md by Rich Geldreich · 4 years, 8 months ago
  71. c892bf9 Update README.md by Rich Geldreich · 4 years, 8 months ago
  72. 972bc4a Update README.md by Rich Geldreich · 4 years, 8 months ago
  73. 21a277d Update README.md by Rich Geldreich · 4 years, 8 months ago
  74. c7eb655 Update README.md by Rich Geldreich · 4 years, 8 months ago
  75. 2a9cb0b Update README.md by Rich Geldreich · 4 years, 8 months ago
  76. b316a05 Rebuilt transcoder in the webgl_videotest directory, also added new texture format enums to index.html by richgel999 · 4 years, 8 months ago
  77. 8545341 Rebuild transcoder in WebAssembly on OSX by richgel999 · 4 years, 8 months ago
  78. 2cb6bda Checking in new webgl files. Note that the WebAssembly transcoder has gotten bloated with BC7 support, which I'm working on fixing right now. (The wasm went from ~200k to 900k, because of a transcoder macro configuration issue.) by richgel999 · 4 years, 8 months ago
  79. 6bc7418 Update README.md by Rich Geldreich · 4 years, 8 months ago
  80. 78c098b Update README.md by Rich Geldreich · 4 years, 8 months ago
  81. 36676e2 When BASISD_SUPPORT_BC7 is defined and set to 0, we disable all the BC7 modes so the WebAssembly/Javascript transcoder doesn't get bloated. I'm going to disable BC7 mode 6 by default in the next minor update. by richgel999 · 4 years, 8 months ago
  82. a195fb5 Update README.md by Rich Geldreich · 4 years, 8 months ago
  83. bf3a194 Updating readme by Rich Geldreich · 4 years, 8 months ago
  84. b67956e Adding new files by richgel999 · 4 years, 8 months ago
  85. 3629438 Transcoder update: ASTC 4x4 RGB/RGBA, ATC RGB/RGBA, BC7 mode 5 RGBA, PVRTC1 4bpp RGBA, and uncompressed raster formats. by richgel999 · 4 years, 8 months ago
  86. 09e71af Update README.md by Rich Geldreich · 4 years, 8 months ago
  87. 98d9848 Update README.md by Rich Geldreich · 4 years, 8 months ago
  88. 6002320 Merge pull request #46 from Squareys/iterator-dbg-level by Rich Geldreich · 4 years, 9 months ago
  89. 8b6cfe1 Adding missing enums for BC7 and PVRTC 32bpp - somehow these got messed up in a reformat. by richgel999 · 4 years, 9 months ago
  90. ab3c0e8 Fixing basis_enc.h so it doesn't include itself by richgel999 · 4 years, 9 months ago
  91. 680ebc8 Updating readme by Rich Geldreich · 4 years, 9 months ago
  92. f8f87d5 Basis Universal doesn't pack blocks to plain ETC1, and it doesn't try to explicitly pack solid color blocks. To reduce the size of the code to maintain, I'm removing this unused/dead code. by richgel999 · 4 years, 9 months ago
  93. 2df7937 Add BASISU_NO_ITERATOR_DEBUG_LEVEL symbol to avoid debug level mismatches by Squareys · 4 years, 10 months ago
  94. 087198f Merge pull request #26 from prestomation/master by Rich Geldreich · 4 years, 10 months ago
  95. bbbce07 Removing unnecessary assert. by richgel999 · 4 years, 10 months ago
  96. c9d2411 Fixing cubemap .KTX files so the proper image_size field is written. Fixes this bug: https://github.com/BinomialLLC/basis_universal/issues/40 by richgel999 · 4 years, 11 months ago
  97. f0cb9db Merge pull request #36 from jherico/fix/assignment_copy_ctor_disable by Rich Geldreich · 4 years, 11 months ago
  98. fccfdd9 Properly disable copy ctor and assignment operator by Brad Davis · 4 years, 11 months ago
  99. 39b5c5b Modularize emscripten build. by Preston Tamkin · 5 years ago
  100. f3f7c69 Merge pull request #32 from cwoffenden/previewers by Rich Geldreich · 5 years ago