History of
TextureLoader
@gltf-c-api
git clone https://git.s-ol.nu/forks/DiligentTools.git
- Replaced Align with AlignUp assiduous 2 years ago
- Fix misc. typos luz paz 2 years ago
- GLTF loader: reworked initial texture data to be stored as user data in the texture/allocation to make sure that GPU data is always initialized before the first use assiduous 2 years ago
- Updated copyright notice assiduous 2 years ago
- TextureLoader: using ComputeMipLevel function assiduous 2 years ago
- Mipmap generation: few updates to fix floating point incosistencies that were causing tests to fail assiduous 2 years ago
- Another minor fix to mipmap generation assiduous 2 years ago
- ComputeCoarseMip: minor fix that was missed assiduous 2 years ago
- Texture loader: fixed mipmap generation (closed https://github.com/DiligentGraphics/DiligentEngine/issues/104) assiduous 2 years ago
- Renamed USAGE_STATIC to USAGE_IMMUTABLE (API240077) assiduous 2 years ago
- Enabled tests on appveyor assiduous 3 years ago
- Fixed Mac/Linux build issue assiduous 3 years ago
- Reworked PNG and JPEG image decoding to fix incompatibility of setjmp with c++ destructors. Added JPEG and PNG encoding/decoding tests assiduous 3 years ago
- Enabled C API for texture loading functions assiduous 3 years ago
- Renamed .h -> .hpp where appropriate assiduous 3 years ago
- Updates to comply with the new API assiduous 3 years ago
- Updated copyright notice assiduous 3 years ago
- Native app: added gloden image processing assiduous 3 years ago
- clang-formatted TextureLoader project Egor Yusov 3 years ago
- Renamed INSTALL_DILIGENT_TOOLS cmake option to DILIGENT_INSTALL_TOOLS Egor Yusov 3 years ago
- Added install instructions Egor Yusov 3 years ago
- Moved Native App from master repository Egor Yusov 3 years ago
- Updated Copyright notice Egor Yusov 4 years ago
- Updated copyright notice Egor Yusov 4 years ago
- Updated ImageDesc struct to use VALUE_TYPE ComponentType instead of BitsPerPixel Egor Yusov 4 years ago
- Minor updates to image loading functions Egor Yusov 4 years ago
- Added 'Diligent-' prefix to project names to avoid name conflicts (https://github.com/DiligentGraphics/DiligentEngine/issues/20) Egor Yusov 4 years ago
- Fixed a couple of Mac build problems Egor Yusov 4 years ago
- Image loader: fixed loading paletted png images Egor Yusov 4 years ago
- Fixed default ctor of TextureLoadInfo struct Egor Yusov 4 years ago