1. 6002320 Merge pull request #46 from Squareys/iterator-dbg-level by Rich Geldreich · 4 years, 9 months ago
  2. 8b6cfe1 Adding missing enums for BC7 and PVRTC 32bpp - somehow these got messed up in a reformat. by richgel999 · 4 years, 9 months ago
  3. ab3c0e8 Fixing basis_enc.h so it doesn't include itself by richgel999 · 4 years, 9 months ago
  4. 680ebc8 Updating readme by Rich Geldreich · 4 years, 9 months ago
  5. 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
  6. 2df7937 Add BASISU_NO_ITERATOR_DEBUG_LEVEL symbol to avoid debug level mismatches by Squareys · 4 years, 10 months ago
  7. 087198f Merge pull request #26 from prestomation/master by Rich Geldreich · 4 years, 11 months ago
  8. bbbce07 Removing unnecessary assert. by richgel999 · 4 years, 11 months ago
  9. 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
  10. f0cb9db Merge pull request #36 from jherico/fix/assignment_copy_ctor_disable by Rich Geldreich · 4 years, 11 months ago
  11. fccfdd9 Properly disable copy ctor and assignment operator by Brad Davis · 5 years ago
  12. 39b5c5b Modularize emscripten build. by Preston Tamkin · 5 years ago
  13. f3f7c69 Merge pull request #32 from cwoffenden/previewers by Rich Geldreich · 5 years ago
  14. 5e8ad71 Merge pull request #27 from zeux/wasmopt by Rich Geldreich · 5 years ago
  15. 79d0430 Added flush after updating DIB contents by Carl Woffenden · 5 years ago
  16. 7d784c7 Correcting the copyright date, as all of the Basis Universal code was written during/after April '19. by Rich Geldreich · 5 years ago
  17. b1c5642 Fix for dimensions that aren't a multiple of four by Carl Woffenden · 5 years ago
  18. 7121dee Preview image now local by Carl Woffenden · 5 years ago
  19. 37a9dc3 Initial working Windows preview by Carl Woffenden · 5 years ago
  20. 43fccbd Update README.md by Rich Geldreich · 5 years ago
  21. 231fd71 Update README.md by Rich Geldreich · 5 years ago
  22. b6c20de Update README.md by Rich Geldreich · 5 years ago
  23. 9bb867f Enabling debug flags in transcoder by richgel999 · 5 years ago
  24. a92424d Adding webgl_videotest files by richgel999 · 5 years ago
  25. 938fe8c Removing OSX build instructions by Rich Geldreich · 5 years ago
  26. 589d389 Texture video changes by Rich Geldreich · 5 years ago
  27. ab722fa - Adding support for skip blocks, i-frames and p-frames to the backend and transcoder, for texture video use. by richgel999 · 5 years ago 1.08 v1.08
  28. 0000142 Fix webgl CMakeLists.txt setup by Arseny Kapoulkine · 5 years ago
  29. 06019e7 Updating examples by Rich Geldreich · 5 years ago
  30. bc5864c Updating forward compat section by Rich Geldreich · 5 years ago
  31. 78f1aa3 Updating -level section by Rich Geldreich · 5 years ago
  32. cffae80 Updating -level section by Rich Geldreich · 5 years ago
  33. 72f1cfe Updating -level section by Rich Geldreich · 5 years ago
  34. 1ea4a92 Fixing graph's axis label by Rich Geldreich · 5 years ago
  35. 13197a1 Update README.md by Rich Geldreich · 5 years ago
  36. ad308cc Adding encoder level vs. perf/quality graph. by Rich Geldreich · 5 years ago
  37. f631b29 Frontend optimizations: Adding multiple compression levels to the encoder's frontend. Level 2 and 4 are equivalent to the initial release (default or -slower). Level 1 is now the new default, and is on average 21% faster than level 2. (Or more, up to 2-2.5x, on large images.) The help text documents what encoder features are used in each level. Level 0 is fine for most images, but is weak on artificial images and really large complex images. -slower now sets level 2 (not 4). by Rich Geldreich · 5 years ago
  38. 00b5c25 Encoder frontend fix: Setting unquantized ETC1S selectors (that got stomped in the previous optimization). by Rich Geldreich · 5 years ago
  39. a2144d7 Update README.md by Rich Geldreich · 5 years ago
  40. 3050ca4 Optimizing basisu_frontend::init_endpoint_training_vectors() so it doesn't go recompute the ETC1S block basecolor/inten tables again. We already do this in basisu_frontend::init_etc1_images(). This change should not change the output files in any way. by Rich Geldreich · 5 years ago
  41. 21ab9be Update README.md by Rich Geldreich · 5 years ago
  42. fbeb5d0 Update README.md by Rich Geldreich · 5 years ago
  43. 0c2d072 Update README.md by Rich Geldreich · 5 years ago
  44. d284b08 Update README.md by Rich Geldreich · 5 years ago
  45. dd29d75 Default mipmap filtering now follows the -linear option. Also updating tool help text, and bumping the version. by Rich Geldreich · 5 years ago
  46. c180a08 Minor transcoder update: Adding support for arbitrary output texture row pitches, for usage with the Vulkan rendering API. by Rich Geldreich · 5 years ago
  47. 5a3da3e Merge pull request #17 from nigeltao/master by Rich Geldreich · 5 years ago
  48. 0215d79 Fix README.md markdown syntax typo by Nigel Tao · 5 years ago
  49. 92bc0de Fixing demo falling back to 565 problem on Firefox (and possibly Edge). by richgel999 · 5 years ago v1.00
  50. 3bfe6d5 Merge pull request #9 from 1ace/patch-1 by Rich Geldreich · 5 years ago
  51. e00e6c1 Merge pull request #10 from waracci/bg-fix-typo-readme by Rich Geldreich · 5 years ago
  52. f32dc7b Update README.md by Rich Geldreich · 5 years ago
  53. ab30538 Merge pull request #12 from kenrussell/add-examples-to-readme by Rich Geldreich · 5 years ago
  54. a3e3cdc Add more compilation and usage instructions. by Kenneth Russell · 5 years ago
  55. 87486df bg(fix-typo): fix a single typo on the readme file by warachi · 5 years ago
  56. 00f7b5b cmake: add installation target by Eric Engestrom · 5 years ago
  57. 0319b50 Merge pull request #7 from zeux/wasmopt by Rich Geldreich · 5 years ago
  58. c2430c3 Use emmalloc instead of dlmalloc to save a bit more space by Arseny Kapoulkine · 5 years ago
  59. f5d5029 Make codec options externally configurable and remove BC7 support by Arseny Kapoulkine · 5 years ago
  60. 6fa7476 Remove std::iostream from the transcoders by Arseny Kapoulkine · 5 years ago
  61. af8f9f8 Remove assert(x) hack in favor of NDEBUG by Arseny Kapoulkine · 5 years ago
  62. a52a31e Rebuild basis_transcoder with new Emscripten (emsdk 1.38.31) by Arseny Kapoulkine · 5 years ago
  63. 5f5c579 Update README.md by Rich Geldreich · 5 years ago
  64. b5d11d5 Update README.md by Rich Geldreich · 5 years ago
  65. 24cb2d8 Update README.md by Rich Geldreich · 5 years ago
  66. 8b7bd4d Merge pull request #3 from seeekr/patch-1 by Rich Geldreich · 5 years ago
  67. 84573a0 fix typos in README.md by Denis Andrejew · 5 years ago
  68. d2ba604 Add link to glTF extension (in progress) by Don McCurdy · 5 years ago
  69. 044f12d Update README.md by Rich Geldreich · 5 years ago
  70. b9bc7d3 Update README.md by Rich Geldreich · 5 years ago
  71. ba1fa55 Update README.md by Rich Geldreich · 5 years ago
  72. a2532b1 Update README.md by Rich Geldreich · 5 years ago
  73. 0007fb0 Update README.md by Rich Geldreich · 5 years ago
  74. de4f166 Update README.md by Rich Geldreich · 5 years ago
  75. 9d135d2 Update README.md by Rich Geldreich · 5 years ago
  76. 51fb743 Fixing/updating basisu tool help text. by richgel999 · 5 years ago
  77. b115f4b Add links to WebGL demos. by Don McCurdy · 5 years ago
  78. b688682 Update README.md by Rich Geldreich · 5 years ago
  79. d6e7008 Update README.md by Rich Geldreich · 5 years ago
  80. 9ccd884 Update README.md by Rich Geldreich · 5 years ago
  81. ee4d682 Update README.md by Rich Geldreich · 5 years ago
  82. 5285f3c Update README.md by Rich Geldreich · 5 years ago
  83. e42e125 Update README.md by Rich Geldreich · 5 years ago
  84. 71a866d Merge pull request #1 from BinomialLLC/gltf-demo by 狄学长ShrekShao · 5 years ago
  85. 4009e93 Use low-quality AGI model by shrekshao · 5 years ago gltf-demo
  86. ab63add Fix CMakeList and rebuilt test by shrekshao · 5 years ago
  87. b4d338b Fix broken link. by Don McCurdy · 5 years ago
  88. 70eda12 Clean up. by Don McCurdy · 5 years ago
  89. 871ccb0 Update readmes. by Don McCurdy · 5 years ago
  90. e3ffbcc Include prebuilt transcoder. by Don McCurdy · 5 years ago
  91. e654e34 Rename demo folders. by Don McCurdy · 5 years ago
  92. 3ce8a27 Update README.md by Rich Geldreich · 5 years ago
  93. 4173c06 Update README.md by Rich Geldreich · 5 years ago
  94. 86b9fa5 Add screenshots of demos by shrekshao · 5 years ago
  95. c4cc4e4 Restructure webgl demo folders and Update readme by shrekshao · 5 years ago
  96. cec4c0e Port webgl draw texture demo to use new wrapper wasm by shrekshao · 5 years ago
  97. 9a6e126 Fix build.sh tested on mac and linux by shrekshao · 5 years ago
  98. 1483648 Include basis_transcoder.js in html head by shrekshao · 5 years ago
  99. 7193e13 Build wasm with merged master by shrekshao · 5 years ago
  100. 467489f Merge branch 'master' into gltf-demo by shrekshao · 5 years ago