| 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 | 3 | -5/+5 |
| | | | | Found via `codespell` | ||||
| * | GLTF loader: reworked initial texture data to be stored as user data in the ↵ | assiduous | 2021-01-10 | 4 | -20/+28 |
| | | | | | texture/allocation to make sure that GPU data is always initialized before the first use | ||||
| * | Updated copyright notice | assiduous | 2021-01-01 | 15 | -15/+15 |
| | | |||||
| * | TextureLoader: using ComputeMipLevel function | assiduous | 2020-11-29 | 2 | -90/+5 |
| | | |||||
| * | 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) | ||||
| * | Renamed USAGE_STATIC to USAGE_IMMUTABLE (API240077) | assiduous | 2020-10-19 | 1 | -1/+1 |
| | | |||||
| * | Enabled tests on appveyor | assiduous | 2020-04-08 | 1 | -1/+1 |
| | | |||||
| * | Fixed Mac/Linux build issue | assiduous | 2020-04-08 | 2 | -4/+0 |
| | | |||||
| * | Reworked PNG and JPEG image decoding to fix incompatibility of setjmp with ↵ | assiduous | 2020-04-08 | 10 | -487/+875 |
| | | | | | c++ destructors. Added JPEG and PNG encoding/decoding tests | ||||
| * | Enabled C API for texture loading functions | assiduous | 2020-02-02 | 6 | -33/+91 |
| | | |||||
| * | Renamed .h -> .hpp where appropriate | assiduous | 2020-01-31 | 5 | -4/+4 |
| | | |||||
| * | Updates to comply with the new API | assiduous | 2020-01-29 | 6 | -19/+19 |
| | | |||||
| * | Updated copyright notice | assiduous | 2020-01-01 | 11 | -77/+121 |
| | | |||||
| * | Native app: added gloden image processing | assiduous | 2019-12-25 | 1 | -2/+6 |
| | | |||||
| * | clang-formatted TextureLoader project | Egor Yusov | 2019-11-25 | 11 | -671/+679 |
| | | |||||
| * | Renamed INSTALL_DILIGENT_TOOLS cmake option to DILIGENT_INSTALL_TOOLS | Egor Yusov | 2019-11-21 | 1 | -1/+1 |
| | | |||||
| * | Added install instructions | Egor Yusov | 2019-11-19 | 1 | -1/+5 |
| | | |||||
| * | Moved Native App from master repository | Egor Yusov | 2019-11-11 | 1 | -1/+1 |
| | | |||||
| * | Updated Copyright notice | Egor Yusov | 2019-09-23 | 1 | -1/+1 |
| | | |||||
| * | Updated copyright notice | Egor Yusov | 2019-09-17 | 10 | -10/+10 |
| | | |||||
| * | Updated ImageDesc struct to use VALUE_TYPE ComponentType instead of BitsPerPixel | Egor Yusov | 2019-06-28 | 3 | -11/+68 |
| | | |||||
| * | Minor updates to image loading functions | Egor Yusov | 2019-06-27 | 4 | -85/+84 |
| | | |||||
| * | Added 'Diligent-' prefix to project names to avoid name conflicts ↵ | Egor Yusov | 2019-06-09 | 1 | -11/+11 |
| | | | | | (https://github.com/DiligentGraphics/DiligentEngine/issues/20) | ||||
| * | 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 | 2 | -25/+25 |
| | | |||||
| * | Update GLTF loader; fixed warning in KTX loader | Egor Yusov | 2019-05-03 | 1 | -1/+1 |
| | | |||||
| * | Updated TextureLoadInfo ctor | Egor Yusov | 2019-04-30 | 1 | -9/+18 |
| | | |||||
| * | Implemented loading textures from KTX | Egor Yusov | 2019-04-28 | 8 | -250/+612 |
| | | |||||
| * | Using srgb conversions from graphics acessories | Egor Yusov | 2019-04-20 | 3 | -592/+578 |
| | | |||||
| * | Added options to capture RGB vs RGBA when encoding image as png plus some ↵ | Egor Yusov | 2019-04-03 | 3 | -65/+97 |
| | | | | | format conversions | ||||
| * | Implemented encoding image as jpeg | Egor Yusov | 2019-04-02 | 2 | -3/+130 |
| | | |||||
| * | Added image encoding as png | Egor Yusov | 2019-04-01 | 2 | -0/+95 |
| | | |||||
| * | 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 | 9 | -9/+9 |
| | | |||||
| * | 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 | 4 | -17/+17 |
| | | |||||
| * | Some updates to texture loading routines. | Egor Yusov | 2018-04-01 | 5 | -47/+122 |
| | | | | | Fixed https://github.com/DiligentGraphics/DiligentTools/issues/3 | ||||
| * | Minor update | Egor Yusov | 2018-03-27 | 1 | -2/+4 |
| | | |||||
| * | Fixed relative paths in TextureLoader project | Egor Yusov | 2018-03-25 | 3 | -10/+10 |
| | | |||||
| * | Fixed headers in TextureLoader project | Egor Yusov | 2018-03-25 | 3 | -10/+10 |
| | | |||||
| * | Fixed formatting of cmake files | Egor Yusov | 2018-02-13 | 1 | -22/+22 |
| | | |||||
| * | 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) | ||||
