summaryrefslogtreecommitdiffstats
path: root/Common (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Fixing typos in matrix4x4, matrix3x3, matrix2x2 operator==marie-Eve Dubé2020-05-121-3/+3
* MathLib: added matrix-vector multiplications & testsassiduous2020-05-121-1/+35
* Fixed MSVC compiler warnings + treat warnings as errors; made Diligent-BuildS...assiduous2020-05-091-1/+2
* MatbLib: added Matrix2x2: Inverse functionassiduous2020-04-241-0/+12
* Added IDataBlob::GetConstData methodassiduous2020-04-153-3/+18
* Fixed typoassiduous2020-04-121-1/+1
* MathLib: added BitInterleave16 functionassiduous2020-04-121-0/+24
* MathLib: improved FastFloat implementationassiduous2020-04-121-2/+21
* Made FastRand and FastRandReal ctors explicitassiduous2020-04-111-2/+2
* Using /O2 instead of /Ox optimization on MSVC plus few minor updates to FastR...assiduous2020-04-111-14/+16
* MathLib: added FastFloor and FastCeil functionsassiduous2020-04-113-3/+82
* Added FastRand classassiduous2020-04-102-0/+110
* Added Texture uploader test plus fixed a bunch of issuesassiduous2020-04-091-0/+7
* Math lib: added RGBA8Unorm_To_F4Color and F4Color_To_RGBA8Unorm functionsassiduous2020-04-041-0/+23
* Fixed minor issue in FilteringTools.hppassiduous2020-03-311-1/+1
* Updated clang-format to the latest releaseassiduous2020-03-261-0/+2
* Renamed _DEBUG and DEVELOPMENT macros to DILGENT_DEBUG and DILIGENT_DEVELOPMENTassiduous2020-03-267-34/+28
* Fixed latest MSVC (19.25.28610.4) build issueassiduous2020-03-221-1/+9
* Updated FilterTexture2DBilinear function to allow different source and destin...assiduous2020-03-171-17/+82
* Moved filtering functions to new FilterintTools.hpp. Added FilterTexture2DBil...assiduous2020-03-163-112/+184
* MathLib: added GetLinearTexFilterSampleInfo functionassiduous2020-03-161-0/+112
* Updated StringPoolassiduous2020-02-171-4/+29
* TraceLineThroughGrid: fixed a problem where end point of the line is missed d...assiduous2020-02-161-1/+5
* FixedBlockMemoryAllocator: fixed issue with block size alignment by sizeof(vo...assiduous2020-02-132-10/+15
* Updated TraceLineThroughGrid test plus some minor comments clean-upassiduous2020-02-081-3/+6
* Fixed TraceLineThroughGrid function: properly handle degenrate lines and avoi...assiduous2020-02-081-12/+29
* MathLib: added few more tests for TraceLineThroughGrid functionassiduous2020-02-071-2/+2
* MathLib: added TraceLineThroughGrid functionassiduous2020-02-071-0/+83
* MathLib: added IntersectRayBox2D functionassiduous2020-02-071-14/+58
* MathLib: added IntersectRayTriangle functionassiduous2020-02-071-0/+46
* Fixed Linux/Mac build errorassiduous2020-02-071-0/+2
* MathLib: added IntersectRayAABB, max3 and min3 functionassiduous2020-02-072-0/+48
* Renamed data() to Data() member functionassiduous2020-02-011-18/+18
* MathLib: added data() method to math objectsassiduous2020-02-011-6/+31
* Added API function call type specification to fix c/c++ mismatch on x86 MSVCassiduous2020-01-296-25/+25
* Reworked C interfaces to share declaration with c++assiduous2020-01-275-5/+5
* A bunch of final .h -> .hpp renamingsassiduous2020-01-276-5/+5
* Renamed platform headers .h -> .hppassiduous2020-01-2712-15/+15
* Renamed .h -> .hpp in Common and HLSL2GLSLConverterLib projectsassiduous2020-01-2631-45/+45
* c inteface: implemented core object VTBLsassiduous2020-01-251-12/+10
* Reworked main headers to be compatible with cassiduous2020-01-251-1/+0
* StringTools: added CountFloatNumberChars functionassiduous2020-01-211-0/+76
* RefCntAutoPtr: added Cast methodassiduous2020-01-191-0/+6
* Removed a couple of unused #include "DebugUtilities.h"assiduous2020-01-092-3/+0
* Updated coyright noticeassiduous2020-01-0130-210/+330
* Fixed MacOS/clang build issues; enabled building test projects on travisassiduous2019-12-281-2/+4
* Minor formatting updatesassiduous2019-12-251-2/+2
* Added Allocator test, ring buffer test and RefCntAutoPtr testEgor Yusov2019-12-051-0/+2
* Fixed few vector initialization issuesEgor Yusov2019-11-281-3/+3
* clang-formatted Common projectEgor Yusov2019-11-2430-1885/+2022