summaryrefslogtreecommitdiffstats
path: root/Graphics/GraphicsEngineMetal (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fixed Metal backendEgor Yusov2019-10-192-11/+44
* Added IRenderDevice::IdleGPU() method (updated API version to 240029)Egor Yusov2019-09-092-0/+7
* Added IDeviceContext::WaitForIdle() method (updated API version to 240028)Egor Yusov2019-09-092-2/+12
* Renamed IDeviceContext::Wait to IDeviceContext::WaitForFence (updated API ver...Egor Yusov2019-09-092-2/+2
* Fixed Metal build errorEgor Yusov2019-09-081-1/+1
* Added IDeviceContext::Wait() method (updated API version to 240026)Egor Yusov2019-09-082-1/+11
* Added 'Diligent-' prefix to project names to avoid name conflicts (https://gi...Egor Yusov2019-06-091-28/+28
* Made IShaderSourceInputStreamFactory derived from IObject (upgraded API Versi...Egor Yusov2019-04-063-10/+16
* Added API info queryEgor Yusov2019-04-061-2/+2
* Fixed Metal back-endEgor Yusov2019-04-053-6/+6
* Moved NumDeferredContexts parameter from factory functions to EngineCreateInf...Egor Yusov2019-03-184-50/+35
* Added IShaderResourceVariableD3D interface plus fixed some include pathsEgor Yusov2019-03-081-1/+1
* Made engine factory interfaces derived from IObject (fixed https://github.com...Egor Yusov2019-03-072-2/+13
* Removed unused m_ResourceLayout member from ShaderVariableManagerVk and Shade...Egor Yusov2019-03-061-1/+1
* Keep fixing metal back-endEgor Yusov2019-03-061-2/+2
* Still keep fixing metal back-endEgor Yusov2019-03-062-11/+11
* Still fixing metal back-endEgor Yusov2019-03-061-1/+0
* Keep fixing Metal backend + few other minor changesEgor Yusov2019-03-062-3/+2
* Keep fixing metal back-endEgor Yusov2019-03-062-3/+3
* Keep fixing metal backendEgor Yusov2019-03-064-24/+36
* Fixed yet few another issues with Metal backendEgor Yusov2019-03-062-14/+14
* Fixed one more issue with Metal back-endEgor Yusov2019-03-061-1/+0
* Fixed Metal backend stubEgor Yusov2019-03-064-75/+36
* Fixed Metal backendEgor Yusov2019-02-096-15/+15
* Minor fixEgor Yusov2019-01-071-2/+2
* Updated copyright noticeEgor Yusov2019-01-0643-43/+43
* Updated readmeEgor Yusov2018-12-301-1/+1
* 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-3045-0/+3313