This website requires JavaScript.
Explore
Help
Sign In
Scarfski
/
basis_universal
Watch
1
Star
0
Fork
0
You've already forked basis_universal
mirror of
https://github.com/BinomialLLC/basis_universal.git
synced
2026-08-09 06:39:33 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
af8f9f8bc4c61634bd015b73e0388e586d758e12
basis_universal
/
transcoder
History
Arseny Kapoulkine
af8f9f8bc4
Remove assert(x) hack in favor of NDEBUG
...
basis_transcoder.js 140999 basis_transcoder.wasm 832985
2019-05-22 20:51:29 -07:00
..
basisu_file_headers.h
More transcoder fixes found during fuzz testing (I disabled all header/data CRC checking by setting BASISU_NO_HEADER_OR_DATA_CRC16_CHECKS to 1).
2019-05-09 14:43:13 -07:00
basisu_global_selector_cb.h
Initial checkin
2019-04-29 18:53:00 -07:00
basisu_global_selector_palette.h
Moving g_hamming_dist[] array from transcoder to encoder (it's never used by the transcoder).
2019-05-08 20:01:35 -07:00
basisu_transcoder_internal.h
Adding more checks to canonical Huffman decoder's table initialization function. They don't seem necessary, as I didn't discover them during fuzzing. These fixes are precautionary.
2019-05-10 16:30:25 -07:00
basisu_transcoder_tables_bc7_m6.inc
Initial checkin
2019-04-29 18:53:00 -07:00
basisu_transcoder_tables_dxt1_5.inc
Initial checkin
2019-04-29 18:53:00 -07:00
basisu_transcoder_tables_dxt1_6.inc
Initial checkin
2019-04-29 18:53:00 -07:00
basisu_transcoder.cpp
Changing the ETC1S->BC4 and ETC1S->ETC2 EAC transcoders so they convert from the source red channel, not source green. Source red makes more sense when transcoding to BC4/BC5, especially when the source texture only has color slices. BC4 is red, and BC5 is red/green. This change makes no difference if the source texture slices are grayscale.
2019-05-10 22:04:48 -07:00
basisu_transcoder.h
Fixing BASISU_DEVEL_MESSAGES for MSVC.
2019-05-10 22:33:52 -07:00
basisu.h
Remove assert(x) hack in favor of NDEBUG
2019-05-22 20:51:29 -07:00