Commit Graph

1301 Commits

Author SHA1 Message Date
Richard Geldreich
b642cfa07b rebuilt all artifacts 2026-04-03 22:20:27 -04:00
Richard Geldreich
4616c37946 Adding BASISU_DISABLE_ANDROID_ASTC_DECOMP: If set to 1, the Android ASTC decoder (part of the drawElements Quality Program Tester Core) is completely disabled, and we instead use our own internal ASTC decoder. 2026-04-03 22:18:57 -04:00
Rich Geldreich
d67fc03a1c Update README.md 2026-04-02 15:42:21 -04:00
Rich Geldreich
c262b0154b Update README.md 2026-04-02 12:10:32 -04:00
Rich Geldreich
6ad7750e05 Update README.md 2026-04-02 12:02:43 -04:00
Rich Geldreich
535d48e0ec Revise XUASTC LDR section in README
Updated the description of XUASTC LDR and added details about distortion measurement.
2026-04-02 12:01:52 -04:00
Rich Geldreich
121309c84a Update README.md 2026-04-02 12:00:20 -04:00
Richard Geldreich
dc28730b37 Merge remote-tracking branch 'origin/master' 2026-03-23 21:01:17 -04:00
Richard Geldreich
1bdd35aad2 expanding this table by 1 entry to 256 entries total to silence static analysis - in reality, the access can mathematically never go beyond the original size 255 array, but it's best to be safe 2026-03-23 21:01:14 -04:00
Rich Geldreich
ef0157e6bc Update README.md 2026-03-20 18:38:42 -04:00
Rich Geldreich
27704c093c Update README.md 2026-03-20 17:41:02 -04:00
Richard Geldreich
08fabab89f - fixing tinydds so it writes the correct flags, so dds-ktx can view our DDS files
- upping WebGL KTX2 encoder/transcoder testbed so its max Memory64/WASM64 heap size is 15GB, so 4096x4096 textures can be encoded
2026-03-20 17:34:22 -04:00
Rich Geldreich
74ba7f4f6b Merge pull request #441 from MauroDeryckere/fix/missing-exception-include
Add missing #include <exception> for std::terminate
2026-03-19 13:39:03 -04:00
Mauro Deryckere
10602cdc8e Add missing #include <exception> for std::terminate
container_abort() calls std::terminate() but the file does not include <exception>. This compiles on most toolchains today because other headers transitively pull it in, but fails on Android NDK r28 (Clang 19) with C++23 where the transitive include no longer happens.
Same class of issue as #395 (missing <ctype.h> in this file).
2026-03-19 16:12:44 +01:00
Richard Geldreich
5273f2823b Adding save framebuffer as PNG checkbox 2026-03-19 00:35:03 -04:00
Richard Geldreich
b27ae9d113 Mouse wheel now zooms in/out
Adding View R,G,B buttons
2026-03-19 00:07:38 -04:00
Richard Geldreich
35ec9ffe5e adding click dragging to texture viewer 2026-03-18 23:34:14 -04:00
Rich Geldreich
5bfe4fa793 Update README.md 2026-03-17 17:14:38 -04:00
Rich Geldreich
083f8d06f1 Update README.md 2026-03-17 17:14:13 -04:00
Rich Geldreich
20c474723b Update URL 2026-03-17 17:12:40 -04:00
Rich Geldreich
28e76f6e34 Update README.md 2026-03-10 05:58:26 -04:00
Rich Geldreich
44c3905f5d Update SECURITY.md 2026-03-10 05:43:45 -04:00
Rich Geldreich
1eb7f28232 Update SECURITY.md 2026-03-10 05:41:39 -04:00
Rich Geldreich
c344569ba6 Update SECURITY.md 2026-03-10 05:41:08 -04:00
Rich Geldreich
ed922590e9 Create SECURITY.md 2026-03-10 05:40:33 -04:00
Rich Geldreich
23ebabb566 Update README.md 2026-03-09 20:48:52 -04:00
Rich Geldreich
ef071f7919 Update README.md 2026-03-09 20:36:23 -04:00
Rich Geldreich
861705114d Update README.md 2026-03-09 20:35:40 -04:00
Rich Geldreich
ae93b4e623 Update README.md 2026-03-09 20:32:42 -04:00
Rich Geldreich
45d5f41015 Update README.md v2_1_0 2026-03-09 18:54:46 -04:00
Rich Geldreich
99ffb1b2bd Update README.md 2026-03-09 18:53:24 -04:00
Rich Geldreich
ff62a90dce Update README.md 2026-03-09 18:53:03 -04:00
Rich Geldreich
491bd739ad Update README.md 2026-03-09 18:52:32 -04:00
Rich Geldreich
0756273b5a Update README.md 2026-03-09 18:40:53 -04:00
Rich Geldreich
883bcfa5b1 Update README.md 2026-03-09 18:40:26 -04:00
Rich Geldreich
a9d28ade61 adding copyright and SPDX License identifier 2026-03-09 12:32:14 -04:00
Rich Geldreich
0bc4d7d3e9 Update NOTICE 2026-03-08 12:43:53 -04:00
Rich Geldreich
c823b92d76 Update NOTICE 2026-03-08 12:43:15 -04:00
Rich Geldreich
6ba64848c8 Update README.md 2026-03-08 05:35:26 -04:00
Rich Geldreich
915b4a2cf7 Update README.md 2026-03-08 05:35:10 -04:00
Rich Geldreich
5ba2b55274 Update README.md 2026-03-08 05:34:22 -04:00
Rich Geldreich
8ff2c1ee97 Update README.md 2026-03-07 21:03:40 -05:00
Rich Geldreich
44821491ea Update README.md 2026-03-07 21:02:50 -05:00
Rich Geldreich
64ae6e7d55 Clarify KTX2 texture file interchangeability
Updated KTX2 support status to clarify interchangeability with other KTX2 tools.
2026-03-07 02:26:20 -05:00
Rich Geldreich
e2587d1591 Update README.md 2026-03-07 00:12:00 -05:00
Rich Geldreich
41a0949db2 Update README with KTX2 file format details
Clarify compatibility with previous KTX2 files and XUASTC LDR embedding.
2026-03-06 23:35:47 -05:00
Rich Geldreich
3a22a2bf59 Update KTX2 support status with additional resource link
Added a link to the KTX2 technical information document for more details.
2026-03-06 23:33:31 -05:00
Rich Geldreich
f794090f97 Update README.md 2026-03-06 23:32:35 -05:00
Richard Geldreich
c7c2e2e714 setting static checks to manual, upping KTX2 WebGL testbed version 2026-03-06 19:21:19 -05:00
Richard Geldreich
ab824725f9 rebuilt artifacts 2026-03-06 17:44:20 -05:00