summaryrefslogtreecommitdiffstats
path: root/Tests/DiligentCoreTest/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Renamed Align to AlignUpassiduous2021-03-192-20/+20
* Fixed minor issue with format validation and GetPipelineResourceFlagsString testassiduous2021-03-191-1/+4
* MathLib: added stream insreters for vector typesassiduous2021-02-021-0/+51
* Graphics accessories: added GetPipelineResourceFlagsString functionassiduous2021-01-301-2/+30
* Some code cleanupassiduous2021-01-261-0/+2
* Basic math: reworked ExtractBit and renamed to ExtractLSB; added testsassiduous2021-01-251-0/+68
* GraphicsAccessories: added PipelineTypeFromShaderStages functionassiduous2021-01-251-0/+21
* Few updates to resource signature VK implementationassiduous2021-01-231-0/+1
* Updated copyright noticeassiduous2021-01-0115-15/+15
* Merge branch 'azhirnov-ray_tracing_2'assiduous2020-12-152-19/+57
|\
| * D3D12 resource binding refactoring, rename LinearAllocator to FixedLinearAllo...azhirnov2020-11-161-7/+16
| * Merge branch 'master' into ray_tracingazhirnov2020-10-252-0/+244
| |\
| * \ Merge branch 'master'assiduous2020-10-051-0/+119
| |\ \
| * | | A few random fixes to ray tracing API and implementationassiduous2020-10-041-2/+2
| * | | Added ray tracing typesazhirnov2020-10-041-12/+41
* | | | Math Lib: added Matrix4x4 constructor from float4 rowsassiduous2020-12-141-0/+11
* | | | Few updated to BufferSuballocator and DynamicTextureAtlasassiduous2020-12-101-0/+10
* | | | DynamicAtlasManager: few minor updates; disabled region merging testsassiduous2020-12-091-1/+24
* | | | MathLib: added CheckBox2DBox2DOverlap functionassiduous2020-12-081-0/+64
* | | | DynamicAtlasManager: few minor udpates to testsassiduous2020-12-041-0/+8
* | | | DynamicAtlasManager: added more tests + few minor updatesassiduous2020-12-041-0/+190
* | | | DynamicAtlasManager: fixed issue with regions not being merged when splitting...assiduous2020-12-041-0/+11
* | | | Another minor update to SRGBAverageassiduous2020-11-291-1/+2
* | | | Graphics Utilities: added ComputeMipLevel functionassiduous2020-11-291-0/+503
* | | | Added DynamicAtlasManager classassiduous2020-11-281-0/+222
| |_|/ |/| |
* | | Fixed issues with alignment in linear allocatorassiduous2020-10-181-7/+7
* | | Refactored LinearAllocatorassiduous2020-10-181-21/+88
* | | Implemented Align for pointers; added testsassiduous2020-10-181-0/+144
* | | Fixed compilation, some fixes after reviewazhirnov2020-10-171-1/+9
* | | Added test for LinearAllocatorazhirnov2020-10-161-0/+25
| |/ |/|
* | Reworked HashMapStringKey class to keep only one pointerassiduous2020-10-051-0/+119
|/
* Refactored internal shader resouce variable indexingassiduous2020-09-181-0/+135
* Fixed Mac/Linux/iOS build issuesassiduous2020-09-161-2/+2
* MatLib: reworked MakeVector/MakeMatrix (fixed https://github.com/DiligentGrap...assiduous2020-09-071-11/+27
* Added QUERY_TYPE_DURATION value and QueryDataDuration structassiduous2020-08-251-1/+2
* Fixed Win32 build errorassiduous2020-07-021-2/+2
* VariableSizeAllocationsManager: added Extend methodassiduous2020-07-021-0/+41
* MathLib: added bound box transform functionassiduous2020-06-281-0/+36
* MathLib: added RasterizeTriangle functionassiduous2020-06-061-0/+211
* MathLib: added IsPointInsideTriangle functionassiduous2020-06-061-0/+108
* Fixed linux build errorassiduous2020-06-051-0/+2
* MathLib: added high_precision_cross functionassiduous2020-06-051-0/+52
* MathLib test: added matrix equality tests (to cover https://github.com/Dilige...assiduous2020-05-131-0/+96
* MathLib: added matrix-vector multiplications & testsassiduous2020-05-121-0/+73
* Fixed Win32 compiler issuesassiduous2020-05-093-125/+130
* Fixed MSVC compiler warnings + treat warnings as errors; made Diligent-BuildS...assiduous2020-05-091-9/+9
* MatbLib: added Matrix2x2: Inverse functionassiduous2020-04-241-0/+23
* Added surface pretransform parameter to swap chain desc (API 240057)assiduous2020-04-241-0/+18
* Updated BitInterleave16 testassiduous2020-04-121-5/+7
* MathLib: added BitInterleave16 functionassiduous2020-04-121-0/+15