summaryrefslogtreecommitdiffstats
path: root/Common/CMakeLists.txt (follow)
Commit message (Expand)AuthorAgeFilesLines
* D3D12 resource binding refactoring, rename LinearAllocator to FixedLinearAllo...azhirnov2020-11-161-1/+1
* A number of updates/fixes to PSO refactor mergeassiduous2020-10-281-1/+1
* PSO refactoring for ray tracingazhirnov2020-10-251-0/+2
* Added GraphicsPipelineCreateInfo and ComputePipelineCreateInfo instead of sin...azhirnov2020-10-151-0/+1
* Fixed MSVC compiler warnings + treat warnings as errors; made Diligent-BuildS...assiduous2020-05-091-1/+2
* Added FastRand classassiduous2020-04-101-0/+1
* Moved filtering functions to new FilterintTools.hpp. Added FilterTexture2DBil...assiduous2020-03-161-0/+1
* A bunch of final .h -> .hpp renamingsassiduous2020-01-271-1/+1
* Renamed .h -> .hpp in Common and HLSL2GLSLConverterLib projectsassiduous2020-01-261-21/+21
* Renamed INSTALL_DILIGENT_CORE cmake option to DILIGENT_INSTALL_COREEgor Yusov2019-11-211-1/+1
* Added 'Diligent-' prefix to project names to avoid name conflicts (https://gi...Egor Yusov2019-06-091-10/+10
* Added MemoryFileStreamEgor Yusov2019-01-141-0/+2
* Made engine core installation optional that is on by default on Win32 and Lin...Egor Yusov2018-12-171-1/+3
* Added install steps; updated header structure for platformsEgor Yusov2018-12-171-0/+2
* Fixed build under MinGWEgor Yusov2018-12-131-1/+1
* Added alignment parameter to allocation managers (fixed https://github.com/Di...Egor Yusov2018-09-091-0/+1
* Removed <thread> from LockHelper.h (fixed https://github.com/DiligentGraphics...Egor Yusov2018-08-281-0/+1
* Moved Signal class from LockHelper.h to Signal.hEgor Yusov2018-08-281-0/+1
* Improved SRB data allocation in D3D11 backend; removed AdaptiveFixedBlockAllo...Egor Yusov2018-06-221-1/+0
* Reworked SPIRVShaderResources: reduced sizeof(SPIRVShaderResourceAttribs) to ...Egor Yusov2018-05-181-0/+1
* Fixed formatting of cmake files + couple of minor updatesEgor Yusov2018-02-131-30/+30
* Reworked dependencies between projectsEgor Yusov2017-12-281-1/+2
* Reworked Common and Platform modules to break interdependenices;Egor Yusov2017-12-281-31/+21
* CMake: minor update to fix Android link errorEgor Yusov2017-12-161-1/+1
* CMake: enabling Android buildEgor Yusov2017-12-161-1/+1
* CMake: replaced FXC command line with VS_SHADER_* propertiesEgor Yusov2017-12-141-1/+1
* Optimized CMake files with set_common_target_properties()Egor Yusov2017-12-141-11/+1
* Enabling universal windows platform in cmakeEgor Yusov2017-12-141-1/+1
* Few more updates to cmakelistsEgor Yusov2017-12-101-1/+1
* Updated cmake lists: enabled link-time code generation for MSVCEgor Yusov2017-12-101-0/+11
* CMake: Added grouping of projects in VS solutionEgor Yusov2017-12-051-0/+4
* Added cmake filesEgor Yusov2017-12-041-0/+65