index
:
DiligentCore
ext-vk
[no description]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ReleaseHistory.md
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed rebase issues; updated API to version 240083
assiduous
2021-03-19
1
-0
/
+1
*
Reworked ExecuteCommandList(s) to take multiple command lists instead of one
assiduous
2021-02-07
1
-0
/
+2
*
Added IDeviceObject::SetUserData() and IDeviceObject::GetUserData() methods (...
assiduous
2021-01-10
1
-0
/
+3
*
Readme & release history: fixed tabs
assiduous
2021-01-04
1
-4
/
+4
*
Updated release history and Contributing section in readme
assiduous
2021-01-03
1
-1
/
+2
*
Updated API to 240080 + fixed SBTBase
assiduous
2020-12-18
1
-0
/
+1
*
Added IDeviceContext::GetFrameNumber() method (API )
assiduous
2020-12-03
1
-0
/
+1
*
Added ShaderResourceQueries device feature and EngineGLCreateInfo::ForceNonS...
assiduous
2020-10-21
1
-0
/
+2
*
Renamed USAGE_STATIC to USAGE_IMMUTABLE (API240077)
assiduous
2020-10-19
1
-0
/
+2
*
Renamed static sampler to immutable sampler (API240076)
assiduous
2020-10-19
1
-0
/
+5
*
A number of fixes for PSO creation refactoring (API240075)
assiduous
2020-10-18
1
-0
/
+47
*
Added device features to inidicate 8-bit types support (API240074)
assiduous
2020-10-04
1
-1
/
+2
*
Added device features to indicate support of 16-bit types
assiduous
2020-10-03
1
-0
/
+4
*
Updated submodules and release history
assiduous
2020-09-20
1
-1
/
+1
*
Added UnifiedMemoryCPUAccess member to GraphicsAdapterInfo struct (API Versio...
assiduous
2020-09-17
1
-0
/
+2
*
Added GPU vendor and memory size detection (API 240071), closed https://githu...
assiduous
2020-09-16
1
-0
/
+15
*
Added option to enable/disable device features during initialization (API 240...
assiduous
2020-09-13
1
-0
/
+1
*
Few final updates to mesh shader implementation
assiduous
2020-09-10
1
-0
/
+1
*
Implemented duration queries in Vulkan
assiduous
2020-08-27
1
-0
/
+1
*
Added USAGE_UNIFIED usage type (API 240066)
assiduous
2020-08-23
1
-0
/
+1
*
Added pRenderPass and SubpassIndex members to GraphicsPipelineDesc struct
assiduous
2020-08-02
1
-0
/
+1
*
Added CREATE_SHADER_SOURCE_INPUT_STREAM_FLAGS enum and IShaderSourceInputStre...
assiduous
2020-07-18
1
-0
/
+1
*
Improved latency handling in D3D11 and D3D12 (API 240061, fixed https://githu...
assiduous
2020-05-20
1
-0
/
+1
*
Added EngineGLCreateInfo::CreateDebugContext member (API Version 240060)
assiduous
2020-05-11
1
-0
/
+1
*
Added SHADER_SOURCE_LANGUAGE_GLSL_VERBATIM (API Version 240059).
assiduous
2020-05-11
1
-0
/
+1
*
Added option to specify bind target when creating texture from GL handle (API...
assiduous
2020-05-09
1
-0
/
+7
*
Updated release history and fixed links in readme
assiduous
2020-04-28
1
-2
/
+9
*
Added surface pretransform parameter to swap chain desc (API 240057)
assiduous
2020-04-24
1
-0
/
+1
*
Added PipelineStateCreateInfo struct that is taken by IRenderDevice::CreateIn...
assiduous
2020-04-01
1
-0
/
+18
*
Updated API version and release history (added PRIMITIVE_TOPOLOGY_LINE_STRIP)
assiduous
2020-02-05
1
-0
/
+1
*
Updated swap chain creation functions to use NativeWindow struct
assiduous
2020-02-02
1
-0
/
+1
*
Introduced NativeWindow wrapper for supported platforms
Robert Campbell
2020-02-02
1
-0
/
+1
*
Updated release history
assiduous
2020-02-01
1
-0
/
+2
*
Updated release history
assiduous
2020-01-14
1
-0
/
+4
*
Updated release history
assiduous
2020-01-14
1
-0
/
+1
*
Updated release history
assiduous
2019-12-29
1
-0
/
+2
*
Added AdapterType member to DeviceCaps struct (API Version 240048)
assiduous
2019-12-28
1
-0
/
+1
*
Added IRenderDeviceGL::CreateDummyTexture method (API version 240047)
assiduous
2019-12-25
1
-0
/
+1
*
Reworked ClearRenderTarget and ClearDepthStencil methods to not take nullptr
assiduous
2019-12-24
1
-0
/
+1
*
Renamed MAP_FLAG_DO_NOT_SYNCHRONIZE flag to MAP_FLAG_NO_OVERWRITE (API version )
assiduous
2019-12-23
1
-0
/
+1
*
Fixed Core API test crash on the server by dynamically loading vulkan entry p...
assiduous
2019-12-17
1
-1
/
+1
*
Enabled draw command reference in Vulkan
assiduous
2019-12-17
1
-0
/
+1
*
Added HLSLSemantic member to LayoutElement struct (API Version 240042)
Egor Yusov
2019-11-13
1
-0
/
+1
*
Added 'ResolveTextureSubresource' device context command (API Version 240041)...
Egor Yusov
2019-11-10
1
-0
/
+2
*
Added APIVersion member to EngineCreateInfo struct (API Version 240040)
Egor Yusov
2019-11-09
1
-0
/
+1
*
Added IDeviceObject::GetUniqueID method (API Version 240039)
Egor Yusov
2019-11-08
1
-0
/
+1
*
Added methods to get command queue from the device context (API Version 240038)
Egor Yusov
2019-10-30
1
-0
/
+2
*
Fixed mipmap generation in D3D12 backend; added EngineD3D12CreateInfo::Enable...
Egor Yusov
2019-10-25
1
-0
/
+1
*
Added DRAW_FLAG_RESOURCE_BUFFERS_INTACT flag (API Version 240036)
Egor Yusov
2019-10-20
1
-0
/
+1
*
Added HLSLVersion, GLSLVersion and GLESSLVersion to ShaderCreateInfo struct (...
Egor Yusov
2019-10-20
1
-0
/
+1
[next]