Commit Graph

  • e6175ca345 Update README.md Rich Geldreich 2026-01-19 03:37:51 -05:00
  • 7f7c29dd31 Update README.md Rich Geldreich 2026-01-19 03:37:32 -05:00
  • 0228627404 Fix formatting in README for XUASTC LDR description Rich Geldreich 2026-01-19 03:28:01 -05:00
  • 5c1e5ea80a Update README.md Rich Geldreich 2026-01-19 03:27:43 -05:00
  • dd3c770dc3 Update README.md Rich Geldreich 2026-01-19 03:26:39 -05:00
  • b5fdde369f Update README.md Rich Geldreich 2026-01-19 03:25:50 -05:00
  • 3e1c14de59 Format codec list in README with bold text Rich Geldreich 2026-01-19 03:25:30 -05:00
  • ce846a37b8 Update README.md v2_0 Rich Geldreich 2026-01-19 03:20:08 -05:00
  • 520c719757 Update README.md Rich Geldreich 2026-01-19 03:16:20 -05:00
  • 26fe1c7208 Update README.md Rich Geldreich 2026-01-19 03:15:58 -05:00
  • bfc06cfe8b Update UASTC HDR links in README.md Rich Geldreich 2026-01-19 03:13:53 -05:00
  • e6c76ba053 Update README.md Rich Geldreich 2026-01-19 03:12:39 -05:00
  • 2c2a7ff924 Update README.md Rich Geldreich 2026-01-19 03:06:50 -05:00
  • 915d39d83e Clarify modes #3 and #4 in README Rich Geldreich 2026-01-19 03:02:24 -05:00
  • a0363c1ab2 Change project version to v2.0 Rich Geldreich 2026-01-19 03:00:42 -05:00
  • 7a30c2e77d Update links to XUASTC LDR specification and wiki Rich Geldreich 2026-01-19 02:41:52 -05:00
  • a9ec53a301 Update README.md Rich Geldreich 2026-01-19 02:40:15 -05:00
  • a6bf1c00f2 rebuilt Richard Geldreich 2026-01-19 02:22:47 -05:00
  • 3dafdc0bc8 v2.0 changes Richard Geldreich 2026-01-19 02:08:03 -05:00
  • 2191785570 new files Richard Geldreich 2026-01-19 02:01:02 -05:00
  • e93d3beb36 merging v2.0 from xuastc_private Richard Geldreich 2026-01-19 01:59:54 -05:00
  • ea6778b2b5 adding new files Richard Geldreich 2026-01-19 01:59:35 -05:00
  • 9d87991078 adding new files Richard Geldreich 2026-01-19 01:57:12 -05:00
  • 2d096d935e adding new files Richard Geldreich 2026-01-19 01:57:04 -05:00
  • 21c71a32e2 adding new file Richard Geldreich 2026-01-19 01:56:47 -05:00
  • 69c26e14d4 adding new files Richard Geldreich 2026-01-19 01:56:32 -05:00
  • 0b141838e7 removing unused file Richard Geldreich 2026-01-19 01:56:17 -05:00
  • c54f46f8aa Clean up links section in README.md v1_60_snapshot_final Rich Geldreich 2026-01-18 23:43:01 -05:00
  • 09733432c8 Update links in README.md for testbed and examples Rich Geldreich 2026-01-18 23:21:01 -05:00
  • 5c511882f1 changing CMAKE_SOURCE_DIR to CMAKE_CURRENT_SOURCE_DIR for Windows OpenCL builds v1_60_snapshot Richard Geldreich 2025-12-04 09:26:47 -05:00
  • d8148274b3 Merge pull request #417 from BluFedora/master Rich Geldreich 2025-12-04 09:18:35 -05:00
  • f19a5e32c2 Switch from using "CMAKE_SOURCE_DIR" to CMAKE_CURRENT_SOURCE_DIR to fix usage as a submodule. Shareef Raheem 2025-12-04 04:48:58 -08:00
  • fc59cab71d unbreaking the purposely broken build for testing purposes Richard Geldreich 2025-11-23 15:37:58 -05:00
  • 593b1146d3 purposely breaking the build for testing purposes Richard Geldreich 2025-11-23 15:35:46 -05:00
  • 8a12abc5d8 Fixing the build I purposely broke for testing purposes Richard Geldreich 2025-11-23 15:25:08 -05:00
  • 65c8e112bd appveyor fixes to detect broken builds - hopefully Richard Geldreich 2025-11-23 15:14:17 -05:00
  • 952e8622ff purposely breaking the build to see if appveyor detects it Richard Geldreich 2025-11-23 14:56:39 -05:00
  • fbb7de77f2 Merge pull request #412 from Skullheadx/Fix-Missing-cfloat-Include Rich Geldreich 2025-11-21 21:34:55 -05:00
  • 204d7525ad fixing merge issues Richard Geldreich 2025-11-21 21:30:58 -05:00
  • 3decad24c3 Merge pull request #200 from aaronfranke/format-gh-actions Rich Geldreich 2025-11-21 21:22:45 -05:00
  • 528ac92b7b Update formatting script to use pre-commit and GitHub Actions Aaron Franke 2021-02-18 21:43:56 -05:00
  • f3a63a3f54 Remove trailing space characters Aaron Franke 2025-03-15 02:13:53 -07:00
  • 67886898e6 Add missing cfloat include Skullheadx 2025-11-19 09:51:47 -05:00
  • 717c3fec70 disabling image save here, not needed Richard Geldreich 2025-11-18 22:09:39 -05:00
  • 6000fedf62 compressor fuzzing: fixing rare overflow in RDO candidate picker Richard Geldreich 2025-11-18 21:54:27 -05:00
  • d7ef7030a0 Porting ETC1S colorspace very rare calculation overflow fix into OpenCL program Richard Geldreich 2025-11-18 17:38:20 -05:00
  • 5a1ae5d65d Fixing a very rare 1-bit overflow in ETC1S SSE optimized colorspace error calculations (which are 32-bit vs. the plain C++ code's 64-bit). Ultimately the output would still be correct and transcodable, but this could cause a compressor assertion check to fail. Found during compressor fuzz testing. Richard Geldreich 2025-11-18 17:27:51 -05:00
  • 6e54503437 adding compressor validate output flag from XUASTC branch Richard Geldreich 2025-11-18 17:25:32 -05:00
  • f7d0925f96 Adding rel tolerance to this assert, found during compressor fuzzing Richard Geldreich 2025-11-18 17:25:06 -05:00
  • 3fa2ceb26c Adding compressor/transcoder fuzz testing from XUASTC branch Richard Geldreich 2025-11-18 17:24:44 -05:00
  • 5179a06343 rebuild WASM Richard Geldreich 2025-11-18 17:24:25 -05:00
  • 221d2230e5 yet another warning fix before_xuastc Richard Geldreich 2025-11-08 12:55:41 -05:00
  • cbb8ebefa4 Fixing ftell() error handling issue introduced by warning merge from PR 408 Richard Geldreich 2025-11-08 11:28:34 -05:00
  • 703d05cc7a Adding MSVC .manifest to cmake build Richard Geldreich 2025-11-08 09:09:30 -05:00
  • f4614b0a3d Adding EXAMPLES option so they can be optionally compiled (partially from PR 383) Richard Geldreich 2025-11-08 09:05:15 -05:00
  • e31e3e1a3f adding newline to end of file Richard Geldreich 2025-11-06 13:38:44 -05:00
  • 196db8cbe2 Merging as much of PR #408 as we safely can. PR 408's cmakelists.txt file has too many issues (OpenCL breaks on Windows/OSX) and changing our options to have the "BASISU_" prefix will break upstream builds. Richard Geldreich 2025-11-06 13:19:40 -05:00
  • b1110111d4 adding -O3 to wasm linker options Richard Geldreich 2025-09-20 10:41:16 -04:00
  • 1e8fbb14fb Merge pull request #401 from needle-tools/fix/add-link-flags-o3 Rich Geldreich 2025-09-20 10:34:30 -04:00
  • e8855f8840 Compiler warning fixes. Cleaning up handling of 8-byte lengths/offsets in KTX2 files. (In practice, we don't currently accept files this large anyway.) Richard Geldreich 2025-09-20 10:10:08 -04:00
  • 3393721250 Fix: bring back -O3 in LINK_FLAGS for 150kB smaller JS+WASM build hybridherbst 2025-09-11 10:24:39 +02:00
  • ca56dbbaff Fixing minor compile issue introduced in merged PR Richard Geldreich 2025-09-05 22:23:31 -04:00
  • 87a1e1fbe6 Merge pull request #400 from zeux/transcoder-unity-build Rich Geldreich 2025-09-05 22:18:54 -04:00
  • b17dd2967c Rebuilt WASM execs with latest changes/fixes Richard Geldreich 2025-09-05 21:24:51 -04:00
  • dfcfe7bf19 clang warning fix Richard Geldreich 2025-09-05 21:13:22 -04:00
  • f96fece6ee typo fix Richard Geldreich 2025-09-05 21:13:10 -04:00
  • 2c6712697c Fixing thread pool shutdown so the kill flag is set inside the mutex, preventing a race. This could cause very rare lockups on the previous code. Also for more safety to prevent lockups on buggy C run-times, adding a 1s timeout in the thread pool condition variable wait. Richard Geldreich 2025-09-05 21:13:04 -04:00
  • 2ac62fb349 changing port from 8000 to 8080 Richard Geldreich 2025-09-05 21:11:00 -04:00
  • dcb7db72d2 Very minor fix/improvement to HDR 6x6 encoder (channel pair min correlation check). On blocks with all channels active (by far the most common case in practice), there's no difference. Richard Geldreich 2025-09-05 21:08:02 -04:00
  • 69ad18e035 removing unnecessary debug prints Richard Geldreich 2025-09-02 17:33:13 -04:00
  • 97a121451d Update README.md Rich Geldreich 2025-08-22 15:52:14 -04:00
  • f12efae6f9 Fix CMake Unity builds Arseny Kapoulkine 2025-08-17 10:33:16 -07:00
  • 1172d07395 Update README.md Rich Geldreich 2025-07-20 21:00:34 -04:00
  • 5d64f944f5 Fixing BASISU_OPENCL_ASSERT_ON_ANY_ERRORS so it's 0 by default Richard Geldreich 2025-07-17 12:18:18 -04:00
  • 480ab65821 fixing license Richard Geldreich 2025-07-08 11:24:27 -04:00
  • d5906ac837 Update Apache-2.0.txt Rich Geldreich 2025-07-08 11:20:39 -04:00
  • d8d1bfc532 Update README.md Rich Geldreich 2025-06-30 21:25:12 -04:00
  • 100ace82d2 emcc warning fixes, fixing warnings in WASM cmakelists.txt files, changing ETC1S encoder to use std::map vs. std::unordered_map for hopefully more cross platform determinism Richard Geldreich 2025-06-24 17:22:05 -04:00
  • 75b19f6aff new file Richard Geldreich 2025-06-24 17:20:16 -04:00
  • f0fe96152f Merge pull request #391 from cubeleo/master Rich Geldreich 2025-06-24 16:08:14 -04:00
  • e62d9a3af0 Merge pull request #387 from Chubercik/ambiguity_fix Rich Geldreich 2025-06-18 21:38:26 -04:00
  • a626bf5820 Merge pull request #394 from Chubercik/no_superscript Rich Geldreich 2025-06-18 21:27:14 -04:00
  • 4b7cdb1753 Merge pull request #395 from akien-mga/transcoder-containers-include-ctype.h Rich Geldreich 2025-06-18 21:26:15 -04:00
  • 40288583c7 Add missing ctype.h include for transcoder/basisu_containers_impl.h Rémi Verschelde 2025-05-07 23:16:28 +02:00
  • 4855a3e338 Change ² (U+00B2) to ^2 Jakub Marcowski 2025-04-25 15:54:31 +02:00
  • 04f30f081a Update README.md Rich Geldreich 2025-04-06 00:23:12 -04:00
  • 42c21d8066 removing unnecessary #include (which was used for testing) Richard Geldreich 2025-03-22 17:12:16 -04:00
  • de69929c89 CMakeLists.txt: Set the C++ standard to 17 so "if constexpr" is formally available. Fixes the build on Visual Studio + CMake. Aaron B. Dwyer 2025-03-17 20:27:42 -07:00
  • b738655c40 Fix ambiguous calls to safe_shift_left() in basisu_containers.h Jakub Marcowski 2025-03-11 18:35:04 +01:00
  • 2da6664eab Update README.md Rich Geldreich 2025-02-25 01:17:52 -05:00
  • 77a1465b98 Update README.md Rich Geldreich 2025-02-19 15:17:46 -05:00
  • be27e75f37 Update README.md Rich Geldreich 2025-02-19 15:12:04 -05:00
  • 841b381ba5 Update README.md Rich Geldreich 2025-02-19 15:11:35 -05:00
  • b7ce25fd02 Windows ARM fixes Richard Geldreich, Jr. 2025-02-19 15:09:52 -05:00
  • 576668bbd2 Update README.md Rich Geldreich 2025-02-18 03:04:41 -05:00
  • 4c7d288672 Update README.md Rich Geldreich 2025-02-18 03:02:44 -05:00
  • c88dd02722 Update README.md Rich Geldreich 2025-02-18 03:02:10 -05:00
  • c82d7d2e65 Update README.md Rich Geldreich 2025-02-18 03:00:08 -05:00
  • 8b080b7fb3 Update README.md Rich Geldreich 2025-02-18 02:51:06 -05:00
  • 484ffd5ea0 Update README.md Rich Geldreich 2025-02-18 02:41:39 -05:00