Basis Universal v2.1 — automated mirror
Source:
https://github.com/BinomialLLC/basis_universal/
226 text files
(root)
.gitattributes
.gitignore
.pre-commit-config.yaml
CMakeLists.txt
CppProperties.json
LICENSE
NOTICE
README.md
all_builds.py
appveyor.yml
basisu_tool.cpp
basisu_tool_help.h
build_python_win.bat
make_index.py
readme_wasi.md
.reuse
.reuse/dep5
LICENSES
LICENSES/Apache-2.0.txt
LICENSES/BSD-3-clause.txt
LICENSES/MIT.txt
OpenCL
OpenCL/license.txt
OpenCL/CL/cl.h
OpenCL/CL/cl_d3d10.h
OpenCL/CL/cl_d3d11.h
OpenCL/CL/cl_dx9_media_sharing.h
OpenCL/CL/cl_dx9_media_sharing_intel.h
OpenCL/CL/cl_egl.h
OpenCL/CL/cl_ext.h
OpenCL/CL/cl_ext_intel.h
OpenCL/CL/cl_gl.h
OpenCL/CL/cl_gl_ext.h
OpenCL/CL/cl_half.h
OpenCL/CL/cl_icd.h
OpenCL/CL/cl_layer.h
OpenCL/CL/cl_platform.h
OpenCL/CL/cl_va_api_media_sharing_intel.h
OpenCL/CL/cl_version.h
OpenCL/CL/opencl.h
bin
bin/clean.bat
bin/clean.sh
bin/readme.txt
bin/runw.bat
bin/runw.sh
bin/runwt.bat
bin/runwt.sh
bin/test_wasm.bat
build
build/readme.txt
cmd_help
cmd_help/cmd_help.txt
cmd_help/process.py
contrib
contrib/.gitignore
contrib/previewers/lib/README.md
contrib/previewers/lib/basisu_transcoder.cpp
contrib/previewers/win/.gitignore
contrib/previewers/win/README.md
contrib/previewers/win/basisthumbprovider.cpp
contrib/previewers/win/basisthumbprovider.h
contrib/previewers/win/helpers.cpp
contrib/previewers/win/helpers.h
contrib/previewers/win/previewers.cpp
contrib/single_file_transcoder/.editorconfig
contrib/single_file_transcoder/.gitignore
contrib/single_file_transcoder/README.md
contrib/single_file_transcoder/basisu_transcoder-in.cpp
contrib/single_file_transcoder/combine.py
contrib/single_file_transcoder/combine.sh
contrib/single_file_transcoder/create_transcoder.sh
contrib/single_file_transcoder/examples/README.md
contrib/single_file_transcoder/examples/emscripten.cpp
contrib/single_file_transcoder/examples/shell.html
contrib/single_file_transcoder/examples/simple.cpp
encoder
encoder/basisu_astc_hdr_6x6_enc.cpp
encoder/basisu_astc_hdr_6x6_enc.h
encoder/basisu_astc_hdr_common.cpp
encoder/basisu_astc_hdr_common.h
encoder/basisu_astc_ldr_common.cpp
encoder/basisu_astc_ldr_common.h
encoder/basisu_astc_ldr_encode.cpp
encoder/basisu_astc_ldr_encode.h
encoder/basisu_backend.cpp
encoder/basisu_backend.h
encoder/basisu_basis_file.cpp
encoder/basisu_basis_file.h
encoder/basisu_bc7enc.cpp
encoder/basisu_bc7enc.h
encoder/basisu_comp.cpp
encoder/basisu_comp.h
encoder/basisu_enc.cpp
encoder/basisu_enc.h
encoder/basisu_etc.cpp
encoder/basisu_etc.h
encoder/basisu_frontend.cpp
encoder/basisu_frontend.h
encoder/basisu_gpu_texture.cpp
encoder/basisu_gpu_texture.h
encoder/basisu_kernels_declares.h
encoder/basisu_kernels_imp.h
encoder/basisu_kernels_sse.cpp
encoder/basisu_math.h
encoder/basisu_miniz.h
encoder/basisu_ocl_kernels.h
encoder/basisu_opencl.cpp
encoder/basisu_opencl.h
encoder/basisu_pvrtc1_4.cpp
encoder/basisu_pvrtc1_4.h
encoder/basisu_resample_filters.cpp
encoder/basisu_resampler.cpp
encoder/basisu_resampler.h
encoder/basisu_resampler_filters.h
encoder/basisu_ssim.cpp
encoder/basisu_ssim.h
encoder/basisu_uastc_enc.cpp
encoder/basisu_uastc_enc.h
encoder/basisu_uastc_hdr_4x4_enc.cpp
encoder/basisu_uastc_hdr_4x4_enc.h
encoder/basisu_wasm_api.cpp
encoder/basisu_wasm_api.h
encoder/basisu_wasm_api_common.h
encoder/basisu_wasm_transcoder_api.cpp
encoder/basisu_wasm_transcoder_api.h
encoder/cppspmd_flow.h
encoder/cppspmd_math.h
encoder/cppspmd_math_declares.h
encoder/cppspmd_sse.h
encoder/cppspmd_type_aliases.h
encoder/jpgd.cpp
encoder/jpgd.h
encoder/pvpngreader.cpp
encoder/pvpngreader.h
encoder/3rdparty/android_astc_decomp.cpp
encoder/3rdparty/android_astc_decomp.h
encoder/3rdparty/qoi.h
encoder/3rdparty/tinydds.h
encoder/3rdparty/tinyexr.cpp
encoder/3rdparty/tinyexr.h
example
example/example.cpp
example_capi
example_capi/example_capi.c
example_transcoding
example_transcoding/dds_defs.h
example_transcoding/example_transcoding.cpp
example_transcoding/utils.cpp
example_transcoding/utils.h
khronos
khronos/CMakeLists.txt
python
python/README.md
python/README_win.md
python/astc_writer.py
python/basisu_encoder_pybind11.cpp
python/basisu_transcoder_pybind11.cpp
python/dds_writer.py
python/explode_ktx2_file.py
python/pyproject.toml
python/basisu_py/READMD.md
python/basisu_py/__init__.py
python/basisu_py/codec.py
python/basisu_py/constants.py
python/basisu_py/transcoder.py
python/basisu_py/wasm/__init__.py
python/basisu_py/wasm/wasm_encoder.py
python/basisu_py/wasm/wasm_transcoder.py
python/lowlevel_test_native/__init__.py
python/lowlevel_test_native/basic_test.py
python/lowlevel_test_native/example_capi_python.py
python/lowlevel_test_native/test_transcoder_basic.py
python/lowlevel_test_wasm/__init__.py
python/lowlevel_test_wasm/basic_test.py
python/lowlevel_test_wasm/basisu_wasm.py
python/lowlevel_test_wasm/compress_test.py
python/lowlevel_test_wasm/compress_test_float.py
python/tests/__init__.py
python/tests/test_backend_loading.py
python/tests/test_basic_backend_selection.py
python/tests/test_basic_decode.py
python/tests/test_basic_transcode.py
python/tests/test_basic_wasm_selection.py
python/tests/test_compress_swirl.py
python/tests/test_compress_swirl_hdr.py
python/tests/test_transcoder_astc.py
python/tests/test_transcoder_backend_loading.py
python/tests/test_transcoder_end_to_end.py
python/tests/test_transcoder_end_to_end_hdr.py
python/tests/test_transcoder_helpers.py
shader_deblocking
shader_deblocking/README.md
shader_deblocking/run.bat
shader_deblocking/shader.glsl
shader_deblocking/testbed.py
test_files
test_files/license.txt
transcoder
transcoder/basisu.h
transcoder/basisu_astc_cfgs.inl
transcoder/basisu_astc_hdr_core.h
transcoder/basisu_astc_helpers.h
transcoder/basisu_containers.h
transcoder/basisu_containers_impl.h
transcoder/basisu_etc1_mods.inl
transcoder/basisu_file_headers.h
transcoder/basisu_idct.h
transcoder/basisu_transcoder.cpp
transcoder/basisu_transcoder.h
transcoder/basisu_transcoder_internal.h
transcoder/basisu_transcoder_uastc.h
webgl
webgl/.htaccess
webgl/README.md
webgl/start_webserver.sh
webgl/webserver_cross_origin.py
webgl/encoder/.gitignore
webgl/encoder/CMakeLists.txt
webgl/encoder/README.md
webgl/encoder/build_notes.txt
webgl/encoder/build/basis_encoder.js
webgl/encoder/build/basis_encoder_threads.js
webgl/encoder/build/basis_encoder_threads_wasm64.js
webgl/gltf/BasisTextureLoader.js
webgl/gltf/GLTFLoader.js
webgl/gltf/README.md
webgl/gltf/three.min.js
webgl/ktx2_encode_test/renderer.js
webgl/ktx2_encode_test/assets/license.txt
webgl/texture_test/renderer.js
webgl/texture_test/assets/license.txt
webgl/transcoder/.gitignore
webgl/transcoder/CMakeLists.txt
webgl/transcoder/README.md
webgl/transcoder/basis_wrappers.cpp
webgl/transcoder/build/basis_transcoder.js
webgl/video_test/renderer.js
zstd
zstd/LICENSE
zstd/zstd.c
zstd/zstd.h
zstd/zstd_errors.h
zstd/zstddeclib.c