summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | | GraphicsTools: added IBufferSuballocatorassiduous2020-12-0717-11/+577
* | | | | | | | | | | GraphicsTools: added DynamicBuffer classassiduous2020-12-064-0/+474
* | | | | | | | | | | DynamicAtlasManager: fixed dtor to allow moved-out objectsassiduous2020-12-051-5/+14
* | | | | | | | | | | DynamicAtlasManager: few minor udpates to testsassiduous2020-12-041-0/+8
* | | | | | | | | | | DynamicAtlasManager: added more tests + few minor updatesassiduous2020-12-043-44/+230
* | | | | | | | | | | DynamicAtlasManager: fixed issue with regions not being merged when splitting...assiduous2020-12-043-18/+49
* | | | | | | | | | | Fixed clang warningassiduous2020-12-031-0/+3
* | | | | | | | | | | Added IDeviceContext::GetFrameNumber() method (API )assiduous2020-12-0314-20/+36
* | | | | | | | | | | Few minor updates to VariableSizeAllocationsManagerassiduous2020-12-011-2/+3
* | | | | | | | | | | Fixed MinGW build issue (closed https://github.com/DiligentGraphics/DiligentE...assiduous2020-11-301-1/+1
* | | | | | | | | | | Another minor update to SRGBAverageassiduous2020-11-292-2/+4
* | | | | | | | | | | Minor update to SRGBAverage helper functionassiduous2020-11-291-2/+3
* | | | | | | | | | | Graphics Utilities: added ComputeMipLevel functionassiduous2020-11-294-0/+723
* | | | | | | | | | | DynamicAtlasManager: fixed gcc error + added standard ctorsassiduous2020-11-292-0/+9
* | | | | | | | | | | Added DynamicAtlasManager classassiduous2020-11-284-0/+877
* | | | | | | | | | | DeviceContextVkImpl: removed duplicate m_NumCommandsToFlush that was incorrec...assiduous2020-11-262-3/+2
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
* | | | | | | | | | Updated volk submoduleassiduous2020-11-241-0/+0
* | | | | | | | | | Updated third-party modulesassiduous2020-11-246-0/+0
* | | | | | | | | | CMake: added commentassiduous2020-11-241-0/+2
* | | | | | | | | | CMake: updated paths to MoltenVK libraries on iOSassiduous2020-11-242-12/+11
* | | | | | | | | | Attempting to fix travis buildassiduous2020-11-241-2/+2
* | | | | | | | | | travis: updated Vulkan SDK downloading commandsassiduous2020-11-241-2/+3
* | | | | | | | | | Travis: updated Vulkan SDK version to 1.2.154.0; enabled downloading the SDK ...assiduous2020-11-241-6/+5
* | | | | | | | | | Switched to using Volk and dynamic engine libraries on Mac (fixed https://git...assiduous2020-11-2412-23/+43
* | | | | | | | | | Set symbol visibility for third-party libraries to hiddenassiduous2020-11-231-5/+21
* | | | | | | | | | Removed autorelease pool from unit tests: Metal backend now catches all autor...assiduous2020-11-2217-134/+27
* | | | | | | | | | CMake: few updates to support Metal backendassiduous2020-11-222-6/+20
* | | | | | | | | | Merge branch 'alastairpatrick-master'assiduous2020-11-221-1/+1
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | D3D12 CMake: fixed WinSDK version comparisonassiduous2020-11-221-1/+1
| * | | | | | | | | | Fixed CMake generation error when CMAKE_VS_WINDOWS_TARGET_PALTFORM_VERSION is...Al2020-11-211-1/+1
* | | | | | | | | | | Render device GL: fixed issue with cube array support detection on iOSassiduous2020-11-221-7/+10
* | | | | | | | | | | iOS build: switched to using CMake-provided toolchain from custom toolchainassiduous2020-11-224-502/+2
* | | | | | | | | | | Enabled ClearRenderTargetTest.AsAttachment on Metalassiduous2020-11-211-3/+2
* | | | | | | | | | | DeviceContextBase: added m_FramebufferSamples memberassiduous2020-11-211-11/+38
|/ / / / / / / / / /
* | | | | | | | | | CMake: enabled malloc scribble and malloc guard edges xcode scheme settingsassiduous2020-11-201-0/+6
* | | | | | | | | | Implemented testing of texture/buffer creation from Metal resourcesassiduous2020-11-194-51/+52
* | | | | | | | | | Broken Shader Test: added shader macrosassiduous2020-11-191-13/+16
* | | | | | | | | | Updated tests to set autorelease pools to avoid memory leaks on Macassiduous2020-11-1926-42/+218
* | | | | | | | | | Updated Metal reference implementationsassiduous2020-11-184-128/+196
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | Moved GetBufferToTextureCopyInfo to GraphicsAccessoriesassiduous2020-11-174-82/+88
* | | | | | | | | Added DynamicHeapPageSize member to EngineMtlCreateInfoassiduous2020-11-151-3/+11
* | | | | | | | | Fixed linux build errorassiduous2020-11-131-0/+2
* | | | | | | | | Added comparison operators for LayoutElement and InputLayoutDesc; updated tex...assiduous2020-11-133-2/+47
* | | | | | | | | Few updates to support Metal backendassiduous2020-11-125-7/+23
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Implemented render pass input attachment test Metal referenceassiduous2020-11-102-21/+75
* | | | | | | | Implemented render pass MS resolve test Metal referenceassiduous2020-11-092-46/+107
* | | | | | | | Added draw command test Metal referenceassiduous2020-11-095-58/+204
* | | | | | | | Implemented compute shader test Metal referenceassiduous2020-11-092-4/+94
* | | | | | | | Clear render target test: added Metal reference implementationassiduous2020-11-092-3/+28
* | | | | | | | Broken shader test: added broken MSL; added SHADER_SOURCE_LANGUAGE_MSLassiduous2020-11-082-0/+33