summaryrefslogtreecommitdiffstats
path: root/Common/interface (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed Android build issueEgor2018-11-071-6/+8
* Fixed few linux build issuesEgor2018-11-031-1/+12
* Multiple improvements to shader resource binding in D3D11 and D3D12Egor Yusov2018-10-201-7/+36
* Implemented separate samplers in D3D12Egor Yusov2018-10-181-1/+1
* Implemented separate samplers in D3D11Egor Yusov2018-10-171-4/+4
* Improved StrCmpSuff() to allow optional suffixEgor Yusov2018-10-131-9/+48
* Reworked context pool management in D3D12Egor Yusov2018-10-051-6/+26
* Reworked dynamic memory allocation in D3D12 backend to not rely on ring buffe...Egor Yusov2018-09-161-7/+10
* Fixing clang build error and warningsEgor Yusov2018-09-091-1/+1
* Another attempt to fix gcc/clang buildsEgor Yusov2018-09-092-6/+6
* Fixed https://github.com/DiligentGraphics/DiligentCore/issues/31 (Remove debu...Egor Yusov2018-09-092-35/+62
* Added alignment parameter to allocation managers (fixed https://github.com/Di...Egor Yusov2018-09-091-0/+47
* Updated LockHelper to spin few times before yielding threadEgor Yusov2018-08-281-2/+16
* Removed <thread> from LockHelper.h (fixed https://github.com/DiligentGraphics...Egor Yusov2018-08-281-4/+8
* Moved Signal class from LockHelper.h to Signal.hEgor Yusov2018-08-283-94/+125
* Couple cosmetic improvementsEgor Yusov2018-07-251-0/+7
* Improved performance of DeviceObjectBase::Release()Egor Yusov2018-07-251-173/+185
* Few improvements to RefCntAutoPtr & DeviceContextBase::SetPipelineStateEgor Yusov2018-07-251-39/+37
* Added NarrowString(const wchar_t* WideStr) overloadEgor Yusov2018-07-101-3/+13
* Updated projection functions in the math lib to take IsGL instead of IsDirect...Egor Yusov2018-07-031-21/+21
* Improved SRB data allocation in D3D11 backend; removed AdaptiveFixedBlockAllo...Egor Yusov2018-06-221-87/+0
* Improved memory allocation for shader variables and resource cache in Vk backendEgor Yusov2018-06-221-9/+9
* Implemented resource names string pool for D3D backendsEgor Yusov2018-06-191-1/+16
* Reworked SPIRVShaderResources: reduced sizeof(SPIRVShaderResourceAttribs) to ...Egor Yusov2018-05-181-0/+112
* Added template version of RawPtr function to allow more convenient type conve...Egor Yusov2018-04-171-0/+5
* Reworked debug message handling to allow user-specified callbacksEgor Yusov2018-03-273-3/+3
* Added functions for Ortho projection matrixEgor Yusov2018-03-261-0/+16
* Added a couple of #includes to fix include test build errorsEgor2018-03-252-0/+2
* Fixed include paths in GraphicsTools project; fixed build errorsEgor Yusov2018-03-251-0/+2
* Fixed include paths in project CommonEgor Yusov2018-03-2513-29/+33
* Added Matrix2x2 to BasicMath libEgor Yusov2018-03-071-0/+116
* Fixed Linux buildEgor2018-02-235-10/+10
* Fixed interface headers to use relative paths in #includeEgor Yusov2018-02-235-10/+12
* Fixed few compiler warningsEgor Yusov2018-02-171-2/+2
* Replaced #ifdef PLATFORM_XXX with #if PLATFORM_XXXEgor2018-02-101-2/+3
* Enabled IOS buildEgor Yusov2018-02-011-2/+2
* Fixed some clang compiler warningsEgor Yusov2018-01-193-9/+9
* Enabled MacOS buildEgor Yusov2018-01-191-2/+2
* Fixed Linux build errorEgor Yusov2018-01-081-3/+7
* Updated Signal class to allow auto-reset and custom signal valueEgor Yusov2018-01-081-10/+38
* Updated Signal class to allow notify_all()Egor Yusov2018-01-071-3/+6
* Updated copyright noticeEgor Yusov2018-01-0419-19/+19
* Reworked dependencies between projectsEgor Yusov2017-12-281-0/+1
* Reworked Common and Platform modules to break interdependenices;Egor Yusov2017-12-2820-242/+2576
* Updated to Diligent Engine 2.1Egor Yusov2017-11-133-60/+325
* Merge from dev branchEgor Yusov2017-05-207-7/+7
* Merging Updates from dev branchEgor Yusov2017-05-207-7/+7
* Fixed D3D12 warnings, updated copyright noticeEgor Yusov2017-04-067-8/+8
* Updated to Diligent Engine 2.0Egor Yusov2016-08-207-18/+20
* Release v1.0.0Egor Yusov2015-10-217-0/+1819