index
:
DiligentCore
ext-vk
[no description]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Graphics
/
GraphicsEngineMetal
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-01-04
Updated some more copyright notices
assiduous
14
-14
/
+14
2020-11-19
Implemented testing of texture/buffer creation from Metal resources
assiduous
1
-3
/
+4
2020-10-24
IRenderDeviceMtl: added CreateTextureFromMtlResource and CreateBufferFromMtlR...
assiduous
1
-0
/
+10
2020-10-14
Updated shader resource layout tests to work on Metal
assiduous
2
-0
/
+2
2020-10-01
Metal interface: using id<> instead of void*
assiduous
6
-11
/
+17
2020-10-01
A number of updates to support Metal backend
assiduous
2
-2
/
+6
2020-09-28
Updated Metal interfaces plus a number of misc fixes
assiduous
5
-0
/
+13
2020-09-24
Metal interface headers: updated copyright notice
assiduous
14
-14
/
+42
2020-09-24
Removed implementation of Metal backend
assiduous
36
-3146
/
+0
2020-09-18
Updated ShaderResourceBindingBase: using PSO implementation type for the poin...
assiduous
1
-6
/
+6
2020-09-13
Fixed Metal backend
assiduous
1
-4
/
+4
2020-09-01
fixed compilation on Mac & UWP
azhirnov
3
-2
/
+14
2020-08-08
Implemented unified render pass attachment state updates within subpasses and...
assiduous
2
-3
/
+3
2020-08-02
Updated EndRenderPass to optionally update resource states
assiduous
2
-3
/
+3
2020-08-02
Base implementation of BeginRenderPass/NextSubpass/EndRenderPass methods
assiduous
2
-0
/
+7
2020-08-02
Added BeginRenderPass, NextSubpass, and EndRenderPass device context methods
assiduous
2
-0
/
+21
2020-08-02
Fixed Metal backend build issues
assiduous
4
-3
/
+6
2020-08-02
Added framebuffer object implementation stubs
assiduous
4
-1
/
+113
2020-08-02
Added IRenderPassVk interface
assiduous
1
-1
/
+1
2020-08-02
Fixed Metal build error
assiduous
2
-0
/
+1
2020-08-02
Added render pass object implementation stubs in all backends
assiduous
3
-10
/
+107
2020-08-02
Added Render pass interface stub
assiduous
2
-0
/
+15
2020-04-24
Added surface pretransform parameter to swap chain desc (API 240057)
assiduous
2
-3
/
+3
2020-04-01
Fixed Metal build error
assiduous
1
-1
/
+1
2020-04-01
Added PipelineStateCreateInfo struct that is taken by IRenderDevice::CreateIn...
assiduous
4
-12
/
+12
2020-02-03
Updated Mac and iOS native window structs
assiduous
4
-14
/
+14
2020-01-28
Fixed MacOS build issues
assiduous
6
-6
/
+5
2020-01-27
Fixed BufferViewMtlImpl
assiduous
1
-1
/
+0
2020-01-27
Fixed build issues in Metal backend
assiduous
14
-17
/
+16
2020-01-26
Reworked IShader::GetResource to be compatible with C; renamed the method to ...
assiduous
1
-1
/
+1
2020-01-26
Fixed issue with RenderDeviceMtlImpl
assiduous
1
-2
/
+2
2020-01-13
Fixed Metal backend build error
assiduous
2
-2
/
+2
2020-01-07
Improved device feature reporting; added flags for query support
assiduous
1
-4
/
+4
2020-01-03
Fixed few MacOS build issues
assiduous
1
-1
/
+1
2020-01-03
Added query interface; implemented queries in D3D11 and D3D12
assiduous
9
-0
/
+194
2019-12-28
Fixed few MacOS build issues
assiduous
3
-48
/
+10
2019-11-24
clang-formatted GraphicsEngineMetal project
Egor Yusov
26
-231
/
+207
2019-11-21
Renamed INSTALL_DILIGENT_CORE cmake option to DILIGENT_INSTALL_CORE
Egor Yusov
1
-1
/
+1
2019-11-10
Added 'ResolveTextureSubresource' device context command (API Version 240041)...
Egor Yusov
2
-1
/
+13
2019-11-09
Updated descriptions of backend-specific interfaces
Egor Yusov
12
-12
/
+12
2019-10-30
Some code refactoring
Egor Yusov
2
-2
/
+5
2019-10-19
Fixed Metal backend
Egor Yusov
2
-11
/
+44
2019-09-09
Added IRenderDevice::IdleGPU() method (updated API version to 240029)
Egor Yusov
2
-0
/
+7
2019-09-09
Added IDeviceContext::WaitForIdle() method (updated API version to 240028)
Egor Yusov
2
-2
/
+12
2019-09-09
Renamed IDeviceContext::Wait to IDeviceContext::WaitForFence (updated API ver...
Egor Yusov
2
-2
/
+2
2019-09-08
Fixed Metal build error
Egor Yusov
1
-1
/
+1
2019-09-08
Added IDeviceContext::Wait() method (updated API version to 240026)
Egor Yusov
2
-1
/
+11
2019-06-09
Added 'Diligent-' prefix to project names to avoid name conflicts (https://gi...
Egor Yusov
1
-28
/
+28
2019-04-06
Made IShaderSourceInputStreamFactory derived from IObject (upgraded API Versi...
Egor Yusov
3
-10
/
+16
2019-04-06
Added API info query
Egor Yusov
1
-2
/
+2
[next]