| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | GLTF loader: reworked initial texture data to be stored as user data in the ↵ | assiduous | 2021-01-10 | 1 | -6/+8 |
| | | | | | texture/allocation to make sure that GPU data is always initialized before the first use | ||||
| * | Updated copyright notice | assiduous | 2021-01-01 | 1 | -1/+1 |
| | | |||||
| * | TextureLoader: using ComputeMipLevel function | assiduous | 2020-11-29 | 1 | -90/+4 |
| | | |||||
| * | Mipmap generation: few updates to fix floating point incosistencies that ↵ | assiduous | 2020-10-21 | 1 | -12/+17 |
| | | | | | were causing tests to fail | ||||
| * | Another minor fix to mipmap generation | assiduous | 2020-10-21 | 1 | -1/+1 |
| | | |||||
| * | ComputeCoarseMip: minor fix that was missed | assiduous | 2020-10-21 | 1 | -1/+1 |
| | | |||||
| * | Texture loader: fixed mipmap generation (closed ↵ | assiduous | 2020-10-21 | 1 | -12/+42 |
| | | | | | https://github.com/DiligentGraphics/DiligentEngine/issues/104) | ||||
| * | Reworked PNG and JPEG image decoding to fix incompatibility of setjmp with ↵ | assiduous | 2020-04-08 | 1 | -1/+61 |
| | | | | | c++ destructors. Added JPEG and PNG encoding/decoding tests | ||||
| * | Enabled C API for texture loading functions | assiduous | 2020-02-02 | 1 | -0/+21 |
| | | |||||
| * | Updates to comply with the new API | assiduous | 2020-01-29 | 1 | -1/+1 |
| | | |||||
| * | Updated copyright notice | assiduous | 2020-01-01 | 1 | -7/+11 |
| | | |||||
| * | clang-formatted TextureLoader project | Egor Yusov | 2019-11-25 | 1 | -105/+107 |
| | | |||||
| * | Updated copyright notice | Egor Yusov | 2019-09-17 | 1 | -1/+1 |
| | | |||||
| * | Updated ImageDesc struct to use VALUE_TYPE ComponentType instead of BitsPerPixel | Egor Yusov | 2019-06-28 | 1 | -1/+1 |
| | | |||||
| * | Fixed default ctor of TextureLoadInfo struct | Egor Yusov | 2019-05-03 | 1 | -10/+10 |
| | | |||||
| * | Implemented loading textures from KTX | Egor Yusov | 2019-04-28 | 1 | -179/+181 |
| | | |||||
| * | Using srgb conversions from graphics acessories | Egor Yusov | 2019-04-20 | 1 | -19/+1 |
| | | |||||
| * | Added options to capture RGB vs RGBA when encoding image as png plus some ↵ | Egor Yusov | 2019-04-03 | 1 | -7/+5 |
| | | | | | format conversions | ||||
| * | Updated IRenderDevice::CreateTexture and IRenderDevice::CreateBuffer to take ↵ | Egor Yusov | 2019-02-09 | 1 | -1/+1 |
| | | | | | pointers to initial data rather than references | ||||
| * | Updated copyright notice | Egor Yusov | 2019-01-02 | 1 | -1/+1 |
| | | |||||
| * | Fixed msvc warning plus few minor issues revealed by code analysis | Egor Yusov | 2018-12-16 | 1 | -19/+25 |
| | | |||||
| * | Improved type safety of flag enums | Egor Yusov | 2018-11-30 | 1 | -1/+1 |
| | | |||||
| * | Minor update | Egor Yusov | 2018-03-27 | 1 | -2/+4 |
| | | |||||
| * | Updated copyright notice | Egor Yusov | 2018-01-04 | 1 | -1/+1 |
| | | |||||
| * | Some fixes related to updated project dependencies | Egor Yusov | 2017-12-28 | 1 | -1/+1 |
| | | |||||
| * | Fixed android build | Egor Yusov | 2017-11-17 | 1 | -1/+2 |
| | | |||||
| * | Updated to version 2.1 | Egor Yusov | 2017-11-13 | 1 | -10/+15 |
| | | |||||
| * | Merge from dev branch | Egor Yusov | 2017-05-20 | 1 | -1/+1 |
| | | |||||
| * | Merge from dev branch | Egor Yusov | 2017-05-20 | 1 | -1/+1 |
| | | |||||
| * | Updated copyright notice | Egor Yusov | 2017-04-06 | 1 | -1/+1 |
| | | |||||
| * | Updated to Diligent Engine 2.0 | Egor Yusov | 2016-08-20 | 1 | -3/+3 |
| | | |||||
| * | Release v1.0.0 | Egor Yusov | 2015-10-21 | 1 | -0/+248 |
