summaryrefslogtreecommitdiffstats
path: root/Graphics (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Updated GL functions loading on AndroidEgor2019-02-162-7/+85
* Fixed GLES3.0 context on AndroidEgor2019-02-166-140/+135
* Added Sam_ComparsionLinearClamp to common statesEgor Yusov2019-02-151-0/+13
* Updated GenerateMipsCS.csh to compile on GLESEgor Yusov2019-02-142-40/+40
* Fixed issue in D3D12 backend: generate mips PSO was released while being used...Egor Yusov2019-02-127-10/+18
* Updated constructor of DepthStencilStateDescEgor Yusov2019-02-091-7/+11
* Fixed few debug checksEgor Yusov2019-02-093-3/+2
* Fixed Metal backendEgor Yusov2019-02-096-15/+15
* Updated IRenderDevice::CreateTexture and IRenderDevice::CreateBuffer to take ...Egor Yusov2019-02-0957-449/+502
* Defined constructos to fix build errors on Apple's clangEgor Yusov2019-02-0814-74/+333
* Merge branch 'master' of https://github.com/DiligentGraphics/DiligentCore.gitEgor Yusov2019-02-081-3/+8
|\
| * Fixed issue with counting invalid master blocks in DynamicHeap (fixed https:/...Egor Yusov2019-02-051-3/+8
* | Cleared interface: removed superfluous default constructors; added default me...Egor Yusov2019-02-0821-573/+491
|/
* Updated HashMapStringKey to define Hasher in the struct rather than in stdEgor Yusov2019-01-314-84/+100
* Fixed rpath installation issues on LinuxEgor2019-01-221-1/+8
* Fixed --whole-archive flag on Mac and iOSEgor Yusov2019-01-212-18/+27
* Fixed shared libaries on linux/mac/iOSEgor Yusov2019-01-216-45/+66
* Renamed NO_DIRECT3D11, NO_DIRECT3D12 cmake options to DILIGENT_NO_*Egor Yusov2019-01-192-4/+4
* Automatically setting D3D11_BIND_SHADER_RESOURCE & D3D11_BIND_RENDER_TARGET ...Egor Yusov2019-01-171-0/+3
* Cosmetic code changesEgor Yusov2019-01-141-15/+18
* Fixed couple of issues in HLSL2GLSLConverterImpl and TextureUploaderGLEgor Yusov2019-01-142-2/+2
* Fixed bug in TextureUploaderD3D12Egor Yusov2019-01-141-1/+2
* Fixed issue in resource barrier correctness debug checks in D3D12 backendEgor Yusov2019-01-142-4/+4
* Fixed error messages about missing resourcesEgor Yusov2019-01-143-3/+3
* Fixed bug in ShaderResourceLayoutD3D12::D3D12Resource::IsBound()Egor Yusov2019-01-141-1/+3
* Updated ExtractViewFrustumPlanesFromMatrix and ExtractViewFrustumPlanesFromMa...Egor Yusov2019-01-131-7/+7
* Fixed cmake script to allow selectively disabling back-endsEgor Yusov2019-01-091-1/+4
* Added cmake options to selectively disable back-endsEgor Yusov2019-01-091-1/+1
* Added option to not build glslangEgor Yusov2019-01-094-13/+44
* Minor fixEgor Yusov2019-01-071-2/+2
* Updated copyright noticeEgor Yusov2019-01-0645-45/+45
* Added swap chain recovery if acquire next image fails in Vulkan backendEgor Yusov2019-01-032-15/+27
* Updated copyright noticeEgor Yusov2019-01-02393-393/+393
* Updated readmeEgor Yusov2018-12-305-16/+16
* Few fixes to Metal back-end stubEgor Yusov2018-12-305-16/+29
* Enabled build of Metal backend stubEgor Yusov2018-12-301-2/+24
* Added Metal backend stubEgor Yusov2018-12-3053-11/+3333
* Minor fix in cmake fileEgor Yusov2018-12-291-2/+2
* Updated GraphicsAccessoires' interface headers to use relative include pathsEgor Yusov2018-12-285-14/+13
* Update GraphicsAccessories.hZlixine2018-12-271-6/+6
* Updated device caps to indicate that GS and Tess are not supported on MoltenVKEgor Yusov2018-12-271-0/+6
* Fix for memory access violation when reading debug name from d3d11 texturesEgor Yusov2018-12-274-86/+118
* Fixed shader version when compiling glsl in Vulkan on MacEgor Yusov2018-12-251-1/+7
* Fixed shader compilation error on iOS due to missing frexpEgor Yusov2018-12-242-2/+8
* Fex minor changesEgor Yusov2018-12-243-8/+8
* Fixed multiple unused variable warnings in clang release buildEgor Yusov2018-12-2425-638/+682
* Enabled Vulkan build on macOSEgor Yusov2018-12-242-3/+17
* A bunch of minor changes to fix clang warnings and errorsEgor Yusov2018-12-2422-53/+80
* Fixed issue with binding default framebuffer in OpenGLEgor Yusov2018-12-231-7/+11
* Fixed clang compiler warningEgor Yusov2018-12-231-5/+5