index
:
DiligentCore
ext-vk
[no description]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Graphics
/
GraphicsEngine
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added all draw command tests
assiduous
2019-12-19
1
-6
/
+6
*
Enabled draw command reference in Vulkan
assiduous
2019-12-17
1
-1
/
+1
*
Added testing framework for rendering commands. Added initial draw command te...
assiduous
2019-12-16
1
-1
/
+1
*
Added static sampler tests
Egor Yusov
2019-12-11
1
-0
/
+10
*
Reworked API Unit test to use run-time DLL loading to avoid apparent issue wi...
Egor Yusov
2019-12-07
1
-0
/
+89
*
Added DiligentCoreAPITest
Egor Yusov
2019-12-07
2
-4
/
+4
*
Added ADAPTER_TYPE enum and AdapterType member to AdapterAttribs struct (API ...
Egor Yusov
2019-12-06
3
-5
/
+21
*
Fixed few vector initialization issues
Egor Yusov
2019-11-28
2
-4
/
+4
*
Updated clang-format workaround for brace-on-the-same line in lambdas
Egor Yusov
2019-11-24
2
-6
/
+6
*
clang-formatted GraphicsEngine project
Egor Yusov
2019-11-23
52
-2217
/
+2330
*
Fixed bug in ResolveTextureSubresource parameter validation
Egor Yusov
2019-11-23
1
-6
/
+6
*
Renamed INSTALL_DILIGENT_CORE cmake option to DILIGENT_INSTALL_CORE
Egor Yusov
2019-11-21
1
-1
/
+1
*
Improved parameter validation of ResolveTextureSubresource()
Egor Yusov
2019-11-18
1
-0
/
+5
*
D3D11 and D3D12 backends: fixed issue with resolving typeless resources
Egor Yusov
2019-11-17
2
-17
/
+16
*
Added HLSLSemantic member to LayoutElement struct (API Version 240042)
Egor Yusov
2019-11-13
3
-33
/
+79
*
Fixed clang warnings in release build
Egor Yusov
2019-11-11
1
-0
/
+2
*
Added comments to Vulkan backend implementation
Egor Yusov
2019-11-11
1
-7
/
+6
*
Implemented ResolveTextureSubresource in GL backend (fixed https://github.com...
Egor Yusov
2019-11-10
1
-13
/
+13
*
Fixed release build error
Egor Yusov
2019-11-10
1
-34
/
+35
*
Added 'ResolveTextureSubresource' device context command (API Version 240041)...
Egor Yusov
2019-11-10
4
-7
/
+80
*
Allowed swap chains without the depth buffer
Egor Yusov
2019-11-09
1
-1
/
+2
*
Added APIVersion member to EngineCreateInfo struct (API Version 240040)
Egor Yusov
2019-11-09
2
-1
/
+5
*
Added IDeviceObject::GetUniqueID method (API Version 240039)
Egor Yusov
2019-11-08
4
-4
/
+24
*
Some code refactoring
Egor Yusov
2019-10-30
1
-5
/
+6
*
Added methods to get command queue from the device context (API Version 240038)
Egor Yusov
2019-10-30
1
-1
/
+1
*
Fixed mipmap generation in D3D12 backend; added EngineD3D12CreateInfo::Enable...
Egor Yusov
2019-10-25
2
-1
/
+7
*
Vk backend: few minor updates
Egor Yusov
2019-10-24
1
-1
/
+1
*
Vk backend: optimized PrepareForDraw() by not calling BindDescriptorSetsWithD...
Egor Yusov
2019-10-24
1
-12
/
+11
*
D3D12 backend: optimized CommitRootViews method to process dynamic and non-dy...
Egor Yusov
2019-10-24
1
-0
/
+4
*
Added validation and correction of IShaderVariable::SetArray arguments
Egor Yusov
2019-10-23
1
-0
/
+16
*
Renamed DRAW_FLAG_DYNAMIC_BUFFERS_INTACT to DRAW_FLAG_DYNAMIC_RESOURCE_BUFFER...
Egor Yusov
2019-10-20
1
-4
/
+5
*
Renamed DRAW_FLAG_RESOURCE_BUFFERS_INTACT to DRAW_FLAG_DYNAMIC_BUFFERS_INTACT...
Egor Yusov
2019-10-20
1
-21
/
+30
*
Added DRAW_FLAG_RESOURCE_BUFFERS_INTACT flag (API Version 240036)
Egor Yusov
2019-10-20
2
-2
/
+35
*
Added HLSLVersion, GLSLVersion and GLESSLVersion to ShaderCreateInfo struct (...
Egor Yusov
2019-10-20
2
-1
/
+37
*
Updated API version macro
Egor Yusov
2019-10-19
1
-1
/
+1
*
Added D3D11_DEBUG_FLAG_CREATE_DEBUG_DEVICE flag
Egor Yusov
2019-10-19
1
-2
/
+5
*
Renamed EngineD3D11DebugFlags to D3D11_DEBUG_FLAGS (Updated API version to 24...
Egor Yusov
2019-10-19
1
-16
/
+10
*
Reworked Draw and DispatchCompute commands (Updated API version to 240033)
Egor Yusov
2019-10-19
3
-181
/
+432
*
Added convenience constructor to LayoutElement struct
Egor Yusov
2019-10-18
1
-0
/
+19
*
A bunch of updates to specify minimum feature level for D3D11/D3D12 backends ...
Egor Yusov
2019-10-17
4
-18
/
+41
*
Added EngineD3D12CreateInfo::BreakOnError and EngineD3D12CreateInfo::BreakOnC...
Egor Yusov
2019-10-10
2
-2
/
+10
*
Fixed a couple of gcc/clang build issues
Egor Yusov
2019-10-10
1
-0
/
+1
*
Unified resource binding verification in all backends
Egor Yusov
2019-10-10
1
-0
/
+179
*
Completely reworked shader resource binding implementation in OpenGL backend ...
Egor Yusov
2019-10-07
4
-25
/
+54
*
Added EngineD3D12CreateInfo::EnableDebugLayer (updated API Version to 240030)
Egor Yusov
2019-09-26
2
-2
/
+5
*
Fixed typos
Egor Yusov
2019-09-18
1
-7
/
+7
*
Updated Copyright notice
Egor Yusov
2019-09-17
53
-53
/
+53
*
Added IRenderDevice::IdleGPU() method (updated API version to 240029)
Egor Yusov
2019-09-09
3
-1
/
+14
*
Added IDeviceContext::WaitForIdle() method (updated API version to 240028)
Egor Yusov
2019-09-09
2
-1
/
+10
*
Renamed IDeviceContext::Wait to IDeviceContext::WaitForFence (updated API ver...
Egor Yusov
2019-09-09
2
-8
/
+14
[next]