summaryrefslogtreecommitdiffstats
path: root/TextureLoader/CMakeLists.txt (follow)
Commit message (Collapse)AuthorAgeFilesLines
* TextureLoader: using ComputeMipLevel functionassiduous2020-11-291-0/+1
|
* Reworked PNG and JPEG image decoding to fix incompatibility of setjmp with ↵assiduous2020-04-081-1/+5
| | | | c++ destructors. Added JPEG and PNG encoding/decoding tests
* Renamed .h -> .hpp where appropriateassiduous2020-01-311-1/+1
|
* Renamed INSTALL_DILIGENT_TOOLS cmake option to DILIGENT_INSTALL_TOOLSEgor Yusov2019-11-211-1/+1
|
* Added install instructionsEgor Yusov2019-11-191-1/+5
|
* Moved Native App from master repositoryEgor Yusov2019-11-111-1/+1
|
* Added 'Diligent-' prefix to project names to avoid name conflicts ↵Egor Yusov2019-06-091-11/+11
| | | | (https://github.com/DiligentGraphics/DiligentEngine/issues/20)
* Implemented loading textures from KTXEgor Yusov2019-04-281-0/+1
|
* Fixed formatting of cmake filesEgor Yusov2018-02-131-22/+22
|
* Some fixes related to updated project dependenciesEgor Yusov2017-12-281-4/+17
|
* Cmake: downgraded minimum required version to 3.6 to allow Android buildEgor Yusov2017-12-161-1/+1
|
* Updated minimum CMake versionEgor Yusov2017-12-141-1/+1
|
* Optimized CMake files with set_common_target_properties()Egor Yusov2017-12-141-10/+1
|
* Added UWP to cmakeEgor Yusov2017-12-141-1/+1
|
* Updated cmakelistsEgor Yusov2017-12-101-1/+1
|
* Updated cmake lists: enabled link-time code generation for MSVCEgor Yusov2017-12-101-0/+10
|
* Updated cmake files; fixed build warningsEgor Yusov2017-12-061-1/+0
|
* CMake: Added grouping of projects in VS solutionEgor Yusov2017-12-051-1/+5
|
* Added cmake filesEgor Yusov2017-12-041-0/+36