summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt (follow)
Commit message (Expand)AuthorAgeFilesLines
* OpenGL: added resource signatureazhirnov2021-03-191-5/+0
* Temporary disabled OpenGL backend to fix CI buildassiduous2021-02-011-0/+3
* Few updates to resource signature VK implementationassiduous2021-01-231-1/+1
* CMake: updated paths to MoltenVK libraries on iOSassiduous2020-11-241-10/+7
* Switched to using Volk and dynamic engine libraries on Mac (fixed https://git...assiduous2020-11-241-5/+5
* CMake: enabled malloc scribble and malloc guard edges xcode scheme settingsassiduous2020-11-201-0/+6
* Few updates to support Metal backendassiduous2020-11-121-4/+4
* IRenderDeviceMtl: added CreateTextureFromMtlResource and CreateBufferFromMtlR...assiduous2020-10-241-1/+1
* A number of updates to support Metal backendassiduous2020-10-011-0/+3
* Removed implementation of Metal backendassiduous2020-09-241-10/+24
* Fixing Win8.1 build, continued.assiduous2020-09-111-9/+2
* D3D12 backend: few updates to mesh shader implementationassiduous2020-09-101-1/+1
* Added DILIGENT_NO_FORMAT_VALIDATION cmake optionassiduous2020-09-091-0/+6
* Added DILIGENT_NO_FORMAT_VALIDATION cmake optionassiduous2020-09-071-0/+1
* Added DILIGENT_NO_HLSL CMake option to disable HLSL support in Vulkan and Ope...assiduous2020-07-211-0/+2
* Fixed MSVC compiler warnings + treat warnings as errors; made Diligent-BuildS...assiduous2020-05-091-2/+2
* Vulkan backend on iOS: switched to linking statically with MoltenVk libraryassiduous2020-04-281-2/+2
* VK backend: added option to use Volk instead of linking with the loader to su...assiduous2020-04-201-4/+1
* Minor update to CMake fileassiduous2020-04-111-1/+1
* Using /O2 instead of /Ox optimization on MSVC plus few minor updates to FastR...assiduous2020-04-111-3/+4
* Added option to specify the path to MotlenVk library when building Vulkan bac...assiduous2020-04-011-6/+9
* Renamed _DEBUG and DEVELOPMENT macros to DILGENT_DEBUG and DILIGENT_DEVELOPMENTassiduous2020-03-261-2/+2
* Defaulting CMAKE_BUILD_TYPE to Debug if it is not set (related to https://git...assiduous2020-02-271-0/+5
* Properly defining __forceinline in non-Windows builds (fixed https://github.c...assiduous2020-02-271-3/+4
* Implemented D3D11 engine C interface (mostly)assiduous2020-01-271-1/+2
* CMake: made DILIGENT_CORE_DIR an internal cache variableassiduous2020-01-141-0/+1
* Fixed install errorassiduous2020-01-091-0/+3
* Corrected install directories to use standard cmake variables for consistencyassiduous2020-01-091-1/+1
* Fixed MacOS/clang build issues; enabled building test projects on travisassiduous2019-12-281-1/+1
* Renamed UnitTests folder to Testsassiduous2019-12-201-1/+1
* Added multithreaded resource creation testassiduous2019-12-121-1/+1
* Cmake: force-set DILIGENT_BUILD_TESTS to false if unit tests are not supporte...Egor Yusov2019-12-081-1/+4
* Fixed few c++17 build issued; disabled AVX2 in release buildEgor Yusov2019-12-051-3/+2
* Enabled unit test on appveyorEgor Yusov2019-12-041-0/+11
* Vulkan backend: fixed 32-bit buildEgor Yusov2019-11-291-3/+1
* CMake: added add_format_validation_target helper functionEgor Yusov2019-11-261-15/+3
* Minor update to CMakeEgor Yusov2019-11-251-1/+1
* Renamed Utilities folder to BuildToolsEgor Yusov2019-11-251-16/+14
* CMake: updated Diligent-ValidateFormatting target to run every timeEgor Yusov2019-11-251-10/+11
* Added custom target to run source code validation scriptEgor Yusov2019-11-251-0/+18
* Renamed INSTALL_DILIGENT_CORE cmake option to DILIGENT_INSTALL_COREEgor Yusov2019-11-211-4/+4
* Minor CMake updateEgor Yusov2019-11-211-1/+1
* Updated license install instructionsEgor Yusov2019-11-191-1/+1
* Updated install instructions for combining static library into oneEgor Yusov2019-11-191-65/+7
* Updated install fodler structureEgor Yusov2019-11-191-5/+5
* Updated install instructions for license.txtEgor Yusov2019-10-291-1/+1
* Fixed iOS platform detectionThomas Tissot2019-10-251-0/+3
* Updated definition of __forceinline on gcc/clangEgor Yusov2019-10-191-1/+1
* Fixed __forceinline definition on gcc/clangEgor Yusov2019-10-191-1/+1
* Reworked Draw and DispatchCompute commands (Updated API version to 240033)Egor Yusov2019-10-191-2/+2