From 0685f231168bc2e4d548b12aca8d16507cfba06a Mon Sep 17 00:00:00 2001 From: assiduous Date: Mon, 11 Oct 2021 18:30:29 -0700 Subject: [PATCH] Updated release history --- DiligentCore | 2 +- ReleaseHistory.md | 19 ++++++++++++++++++- 2 files changed, 19 insertions(+), 2 deletions(-) diff --git a/DiligentCore b/DiligentCore index 85fc6e34b..6de211144 160000 --- a/DiligentCore +++ b/DiligentCore @@ -1 +1 @@ -Subproject commit 85fc6e34bf3edcbd75e86e164b8f47a822efb705 +Subproject commit 6de211144c6f1866f544f9580b9d5b295efcb3b9 diff --git a/ReleaseHistory.md b/ReleaseHistory.md index 3caf9ce51..581fabcef 100644 --- a/ReleaseHistory.md +++ b/ReleaseHistory.md @@ -1,8 +1,25 @@ -## Current progress +## v2.5.1 + +### API Changes + +* Enabled emscripten platform +* Added subsampled render targets for VRS (API Version 250011) +* Added sparse resources (API Version 250010) +* Updated API to use 64bit offsets for GPU memory (API Version 250009) +* Reworked draw indirect command attributes (moved buffers into the attribs structs), removed DrawMeshIndirectCount (API Version 250008) +* Enabled indirect multidraw commands (API Version 250007) +* Enabled variable rate shading (API Version 250006) +* Added 'TransferQueueTimestampQueries' feature (API Version 250005) +* Added 'RESOURCE_STATE_COMMON' state; added `STATE_TRANSITION_FLAGS` enum and replaced + `StateTransitionDesc::UpdateResourceState` with `STATE_TRANSITION_FLAGS Flags` (API Version 250004) +* Added `ComputeShaderProperties` struct (API Version 250003) +* Added `IShaderResourceBinding::CheckResources` method and `SHADER_RESOURCE_VARIABLE_TYPE_FLAGS` enum (API Version 250002) +* Removed `IShaderResourceVariable::IsBound` with `IShaderResourceVariable::Get` (API Version 250001) ### Samples and Tutorials * Added [Tutorial23 - Command Queues](https://github.com/DiligentGraphics/DiligentSamples/tree/master/Tutorials/Tutorial23_CommandQueues) +* Added [Tutorial24 - Variable rate shading](https://github.com/DiligentGraphics/DiligentSamples/tree/master/Tutorials/Tutorial24_VRS) ## v2.5