- 1b33fd5 Adding Cache-Control to dev web server to disable browser caching by Richard Geldreich · 8 days ago master
- 0f54001 adding channel weights comment by Richard Geldreich · 8 days ago
- 20ed781 updating comment by Richard Geldreich · 10 days ago
- dc86b2c comment fix by Richard Geldreich · 10 days ago
- fc3a67a comment fix by Richard Geldreich · 10 days ago
- a73f8b8 rebuilt by Richard Geldreich · 10 days ago
- b0c0216 per-channel weight parameter rename (discovered during documentation pass) by Richard Geldreich · 10 days ago
- 984978b updating per-channel weight comment by Richard Geldreich · 10 days ago
- bbc49c6 rebuild artifact by Richard Geldreich · 10 days ago
- 079b012 updating comment for set_srgb_options() by Richard Geldreich · 10 days ago
- fecef37 Compression parameter rename: renaming m_xuastc_ldr_channel_weights[] to m_ldr_channel_weights[] (it's no longer XUASTC/ASTC specific, it's also used for XUBC7 and DDS creation) by Richard Geldreich · 10 days ago
- b50b394 adding set_ldr_srgb_channel_weights() compression parameter API (it's no longer XUASTC/ASTC specific) by Richard Geldreich · 10 days ago
- e79d46a rebuilt artifacts by Richard Geldreich · 11 days ago
- 0857faf changing the GL base internal format for BC6H to be RGB not RGBA by Richard Geldreich · 11 days ago
- 0442737 deblocking comment update by Richard Geldreich · 11 days ago
- 306ff5f minor change by Richard Geldreich · 11 days ago
- 1743668 adding D3D 11 shader deblocking sample (a port of the native OpenGL version) by Richard Geldreich · 11 days ago
- 2ac3126 rebuilt artifacts by Richard Geldreich · 12 days ago
- f99e343 code fix found via AI audit by Richard Geldreich · 12 days ago
- 929f801 fixing comments by Richard Geldreich · 12 days ago
- 2de810c Merge remote-tracking branch 'origin/master' by Richard Geldreich · 12 days ago
- 069e065 formatting fix by Richard Geldreich · 12 days ago
- 1105886 Update README.md by Rich Geldreich · 13 days ago
- 7dbf330 Update README.md by Rich Geldreich · 13 days ago
- 11f4bf8 Update README.md by Rich Geldreich · 13 days ago
- a27c30c Update README.md by Rich Geldreich · 13 days ago
- 0e4cd3e Update NOTICE by Rich Geldreich · 13 days ago
- 37b08e0 Merge remote-tracking branch 'origin/master' by Richard Geldreich · 13 days ago
- bfa665a rebuilt artifacts by Richard Geldreich · 13 days ago
- f6a7da5 Update README.md by Rich Geldreich · 13 days ago
- 4de7c43 Update README.md by Rich Geldreich · 13 days ago
- 7ba9f36 Update README.md by Rich Geldreich · 13 days ago
- c5e05d0 Update README to include DDS transcoding support by Rich Geldreich · 13 days ago
- 02b43c8 Update README.md by Rich Geldreich · 13 days ago
- 1159d25 Update README.md by Rich Geldreich · 13 days ago
- 58e0fe2 Update README.md by Rich Geldreich · 13 days ago
- b2f76ed Update README.md by Rich Geldreich · 13 days ago
- c8e1ddf Update README.md by Rich Geldreich · 13 days ago
- 796b716 fixing -test_codecs so it's multithreaded in WASM WASI MT builds by Richard Geldreich · 13 days ago
- 77677a5 rebuilt artifacts by Richard Geldreich · 13 days ago
- 3bfdc56 modification for v2.5 by Richard Geldreich · 13 days ago
- 1152785 modifications for v2.5 by Richard Geldreich · 13 days ago
- e4a81a0 new files by Richard Geldreich · 13 days ago
- 1093ca1 modifications for v2.5 by Richard Geldreich · 13 days ago
- 3cfdd22 new files for v2.5 by Richard Geldreich · 13 days ago
- 56ba46d UBSAN bug fixes (shifting) by Richard Geldreich · 13 days ago
- 8291f1b modifications for v2.5 by Richard Geldreich · 13 days ago
- 8805a4f removing file by Richard Geldreich · 13 days ago
- afb3d4a modifications for v2.5 by Richard Geldreich · 13 days ago
- e5aa830 adding new sample by Richard Geldreich · 13 days ago
- a452ae7 adding new sample by Richard Geldreich · 13 days ago
- d2c9174 removing old sample, replaced with python/shader_deblocking by Richard Geldreich · 13 days ago
- 1f72889 new shader deblocking sample for v2.5 by Richard Geldreich · 13 days ago
- 6172955 new test files for v2.5 by Richard Geldreich · 13 days ago
- 43abe94 changes for v2.5 by Richard Geldreich · 13 days ago
- 5d424ba new file by Richard Geldreich · 13 days ago
- cee913a modified for v2.5 by Richard Geldreich · 13 days ago
- 8693d6e new files by Richard Geldreich · 13 days ago
- 6bec299 modified for v2.5 by Richard Geldreich · 13 days ago
- ad5cf81 adding new sample by Richard Geldreich · 13 days ago
- 60c9e47 adding new files by Richard Geldreich · 13 days ago
- 4e32794 moving ktx2_encode_test to ktx2_studio, adding new files by Richard Geldreich · 13 days ago
- 1aab02b disabling assert (it rarely triggers unnecessarily during cross-checking) by Richard Geldreich · 6 weeks ago v2_10_final_snapshot
- f6ce7ba adding extra check to ensure read fully succeeds by Richard Geldreich · 6 weeks ago
- c50c05b fixing potential overflow issue in PNG reader by Richard Geldreich · 6 weeks ago
- 693910c disabling overly cautious assert (for now until v2.5) by Richard Geldreich · 6 weeks ago
- e4f439f Update README.md by Rich Geldreich · 3 months ago v2_1_0r
- 4b680f8 fixing dependency on TinyDDS_MipMapReduce(), which is internal to TinyDDS by Richard Geldreich · 3 months ago
- 1e9ab1f rebuilt artifacts by Richard Geldreich · 3 months ago
- 16d7d14 - Adding max supported texture size (16K) check to KTX2 header parser by Richard Geldreich · 3 months ago
- 2280b75 rebuilt artifacts by Richard Geldreich · 3 months ago
- 882abb5 - .basis transcoder class now validates the basis_slice_desc structs to ensure the original (unpadded) dimensions are valid, not too large (beyond 16K on either dimension), and are in sync with the slice's block dimensions. All methods that parse the slice desc structs now validate the contents first. by Richard Geldreich · 3 months ago
- 98f1ccb fixing qoi_decode() declaration by Richard Geldreich · 3 months ago
- ae89aab Adding new files (latest tinyexr library) by Richard Geldreich · 3 months ago
- 801b67d rebuilt artifacts by Richard Geldreich · 3 months ago
- 542ed65 tinyexr: upgrading to latest library version. We no longer modify tinyexr, i.e. the tinyexr.h header we're using is now completely standard. We direct tinyexr's zlib calls to our fork of miniz internally. by Richard Geldreich · 3 months ago
- 0a35b57 removing file by Richard Geldreich · 3 months ago
- d4e9574 new file by Richard Geldreich · 3 months ago
- 8c6e668 deleting encoder/3rdparty/android_astc_decomp.h by Richard Geldreich · 3 months ago
- 6b6517e Adding BASISU_DISABLE_ANDROID_ASTC_DECOMP cmake option: if 1, the android ASTC decoder .cpp file is entirely eliminated and we emulate its functionality internally. by Richard Geldreich · 3 months ago
- 7dac9fb Adding BASISU_DISABLE_ANDROID_ASTC_DECOMP cmake option: if 1, the android ASTC decoder .cpp file is entirely eliminated and we emulate its functionality internally. by Richard Geldreich · 3 months ago
- 2f12dc7 Adding BASISU_DISABLE_ANDROID_ASTC_DECOMP cmake option: if 1, the android ASTC decoder .cpp file is entirely eliminated and we emulate its functionality internally. by Richard Geldreich · 3 months ago
- 83b7e87 Update README.md by Rich Geldreich · 3 months ago
- b642cfa rebuilt all artifacts by Richard Geldreich · 3 months ago
- 4616c37 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. by Richard Geldreich · 3 months ago
- d67fc03 Update README.md by Rich Geldreich · 3 months ago
- c262b01 Update README.md by Rich Geldreich · 3 months ago
- 6ad7750 Update README.md by Rich Geldreich · 3 months ago
- 535d48e Revise XUASTC LDR section in README by Rich Geldreich · 3 months ago
- 121309c Update README.md by Rich Geldreich · 3 months ago
- dc28730 Merge remote-tracking branch 'origin/master' by Richard Geldreich · 4 months ago
- 1bdd35a 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 by Richard Geldreich · 4 months ago
- ef0157e Update README.md by Rich Geldreich · 4 months ago
- 27704c0 Update README.md by Rich Geldreich · 4 months ago
- 08fabab - fixing tinydds so it writes the correct flags, so dds-ktx can view our DDS files by Richard Geldreich · 4 months ago
- 74ba7f4 Merge pull request #441 from MauroDeryckere/fix/missing-exception-include by Rich Geldreich · 4 months ago
- 10602cd Add missing #include <exception> for std::terminate by Mauro Deryckere · 4 months ago
- 5273f28 Adding save framebuffer as PNG checkbox by Richard Geldreich · 4 months ago
- b27ae9d Mouse wheel now zooms in/out Adding View R,G,B buttons by Richard Geldreich · 4 months ago
- 35ec9ff adding click dragging to texture viewer by Richard Geldreich · 4 months ago