| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Replaced Align with AlignUp | assiduous | 2021-03-19 | 2 | -2/+2 |
| | | |||||
| * | Fix misc. typos | luz paz | 2021-03-18 | 2 | -4/+4 |
| | | | | Found via `codespell` | ||||
| * | GLTF loader: reworked initial texture data to be stored as user data in the ↵ | assiduous | 2021-01-10 | 3 | -14/+18 |
| | | | | | texture/allocation to make sure that GPU data is always initialized before the first use | ||||
| * | Updated copyright notice | assiduous | 2021-01-01 | 7 | -7/+7 |
| | | |||||
| * | 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) | ||||
| * | Enabled tests on appveyor | assiduous | 2020-04-08 | 1 | -1/+1 |
| | | |||||
| * | Reworked PNG and JPEG image decoding to fix incompatibility of setjmp with ↵ | assiduous | 2020-04-08 | 6 | -450/+629 |
| | | | | | c++ destructors. Added JPEG and PNG encoding/decoding tests | ||||
| * | Enabled C API for texture loading functions | assiduous | 2020-02-02 | 3 | -0/+45 |
| | | |||||
| * | Renamed .h -> .hpp where appropriate | assiduous | 2020-01-31 | 2 | -2/+2 |
| | | |||||
| * | Updates to comply with the new API | assiduous | 2020-01-29 | 4 | -15/+15 |
| | | |||||
| * | Updated copyright notice | assiduous | 2020-01-01 | 5 | -35/+55 |
| | | |||||
| * | Native app: added gloden image processing | assiduous | 2019-12-25 | 1 | -2/+6 |
| | | |||||
| * | clang-formatted TextureLoader project | Egor Yusov | 2019-11-25 | 6 | -423/+430 |
| | | |||||
| * | Updated copyright notice | Egor Yusov | 2019-09-17 | 5 | -5/+5 |
| | | |||||
| * | Updated ImageDesc struct to use VALUE_TYPE ComponentType instead of BitsPerPixel | Egor Yusov | 2019-06-28 | 2 | -9/+66 |
| | | |||||
| * | Minor updates to image loading functions | Egor Yusov | 2019-06-27 | 2 | -70/+69 |
| | | |||||
| * | Fixed a couple of Mac build problems | Egor Yusov | 2019-05-04 | 1 | -4/+4 |
| | | |||||
| * | Image loader: fixed loading paletted png images | Egor Yusov | 2019-05-04 | 1 | -15/+20 |
| | | |||||
| * | Fixed default ctor of TextureLoadInfo struct | Egor Yusov | 2019-05-03 | 1 | -10/+10 |
| | | |||||
| * | Update GLTF loader; fixed warning in KTX loader | Egor Yusov | 2019-05-03 | 1 | -1/+1 |
| | | |||||
| * | Implemented loading textures from KTX | Egor Yusov | 2019-04-28 | 4 | -218/+558 |
| | | |||||
| * | Using srgb conversions from graphics acessories | Egor Yusov | 2019-04-20 | 2 | -506/+490 |
| | | |||||
| * | Added options to capture RGB vs RGBA when encoding image as png plus some ↵ | Egor Yusov | 2019-04-03 | 2 | -57/+75 |
| | | | | | format conversions | ||||
| * | Implemented encoding image as jpeg | Egor Yusov | 2019-04-02 | 1 | -2/+129 |
| | | |||||
| * | Added image encoding as png | Egor Yusov | 2019-04-01 | 1 | -0/+85 |
| | | |||||
| * | Updated IRenderDevice::CreateTexture and IRenderDevice::CreateBuffer to take ↵ | Egor Yusov | 2019-02-09 | 2 | -4/+4 |
| | | | | | pointers to initial data rather than references | ||||
| * | Updated copyright notice | Egor Yusov | 2019-01-02 | 4 | -4/+4 |
| | | |||||
| * | Removed local redefinition of Align() | Egor Yusov | 2018-12-24 | 1 | -11/+1 |
| | | |||||
| * | Fixed msvc warning plus few minor issues revealed by code analysis | Egor Yusov | 2018-12-16 | 2 | -23/+30 |
| | | |||||
| * | Improved type safety of flag enums | Egor Yusov | 2018-11-30 | 2 | -11/+11 |
| | | |||||
| * | Some updates to texture loading routines. | Egor Yusov | 2018-04-01 | 2 | -8/+15 |
| | | | | | Fixed https://github.com/DiligentGraphics/DiligentTools/issues/3 | ||||
| * | Minor update | Egor Yusov | 2018-03-27 | 1 | -2/+4 |
| | | |||||
| * | Fixed MacOS build warnings | Egor Yusov | 2018-01-21 | 1 | -1/+1 |
| | | |||||
| * | Enabled MacOS build | Egor Yusov | 2018-01-19 | 1 | -2/+2 |
| | | |||||
| * | Fixed image stride alginement issues (opengl requires alignment to be at ↵ | Egor Yusov | 2018-01-12 | 1 | -6/+14 |
| | | | | | least 4 bytes) | ||||
| * | Updated copyright notice | Egor Yusov | 2018-01-04 | 5 | -5/+5 |
| | | |||||
| * | Some fixes related to updated project dependencies | Egor Yusov | 2017-12-28 | 1 | -1/+1 |
| | | |||||
| * | Updated debug and error macros | Egor Yusov | 2017-12-28 | 3 | -9/+9 |
| | | |||||
| * | Updated cmake files; fixed build warnings | Egor Yusov | 2017-12-06 | 2 | -6/+4 |
| | | |||||
| * | Fixed android build | Egor Yusov | 2017-11-17 | 1 | -1/+2 |
| | | |||||
| * | Updated to version 2.1 | Egor Yusov | 2017-11-13 | 4 | -47/+68 |
| | | |||||
| * | Merge from dev branch | Egor Yusov | 2017-05-20 | 5 | -5/+5 |
| | | |||||
| * | Merge from dev branch | Egor Yusov | 2017-05-20 | 5 | -5/+5 |
| | | |||||
| * | Updated copyright notice | Egor Yusov | 2017-04-06 | 5 | -5/+5 |
| | | |||||
| * | Updated to Diligent Engine 2.0 | Egor Yusov | 2016-08-20 | 5 | -16/+16 |
| | | |||||
| * | Release v1.0.0 | Egor Yusov | 2015-10-21 | 5 | -0/+2266 |
