summaryrefslogtreecommitdiffstats
path: root/Common/interface (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Added IDataBlob::GetConstData methodassiduous2020-04-152-2/+11
* 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-101-0/+109
* 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-265-25/+27
* 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-162-112/+183
* 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-131-2/+2
* 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-273-3/+3
* A bunch of final .h -> .hpp renamingsassiduous2020-01-275-4/+4
* Renamed platform headers .h -> .hppassiduous2020-01-2712-15/+15
* Renamed .h -> .hpp in Common and HLSL2GLSLConverterLib projectsassiduous2020-01-2622-14/+14
* 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-0122-154/+242
* 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
* clang-formatted Common projectEgor Yusov2019-11-2422-1688/+1813
* Updated method comments in OpenGL backendEgor Yusov2019-11-091-1/+1
* Fixed gcc build errorEgor Yusov2019-11-091-1/+1
* Added IDeviceObject::GetUniqueID method (API Version 240039)Egor Yusov2019-11-081-12/+11
* More cosmetic code changesEgor Yusov2019-10-081-2/+2
* Fixed issue in Quaternion::RotationFromAxisAngle when axis is nullEgor Yusov2019-09-281-6/+9