Skip to content

v1.1.0

Compare
Choose a tag to compare
@robertosfield robertosfield released this 04 Jan 12:56
· 737 commits to master since this release

What's Changed

  • [FIXED] simplified check for a single entry in AnimationPath's locations map by @LeeRiva in #957
  • Shared View::viewID by @robertosfield in #958
  • Impoved handling of storage buffer alignment by @robertosfield in #962
  • Renamed vsg::UniformBinding to vsg::DescriptorBinding and renamed/decprecated enable/assignUnfirom() methods to enable/assignDescriptor(). by @robertosfield in #963
  • [FIXED] TransferTask semaphore wait stages by @siystar in #968
  • [FIXED] typos by @siystar in #966
  • Support for util ShaderCompilerSettings to Visitor and ConstVisitor by @theodoregoetz in #971
  • Basic implementation of cascaded shadow maps with phong ShaderSet by @robertosfield in #974
  • Merge with master by @robertosfield in #975
  • [FIX] AnimationPath will now also load/store its 'mode' property. by @LeeRiva in #976
  • Added cascaded shadow maps suppot for directional lights. by @robertosfield in #988
  • [REMOVED] DescriptorSet::Implementation::_descriptors by @siystar in #969
  • Prevent self-destructing build system by @AnyOldName3 in #989
  • Fix plane position and normal constructor by @AnyOldName3 in #993
  • View dependent map max slot fixes by @robertosfield in #1002
  • Specify an unused color attachment for the shadow passes by @timoore in #1004
  • Use the correct store operation for the shadow map attachment by @timoore in #1010
  • Update vec2.h to compile with GCC 13.2 by @psi29a in #1021
  • State inheritance by @robertosfield in #1025
  • Replaced C pointers and ref()/unref() with ref_ptr<> by @robertosfield in #1027
  • Fix typo in Logger info template function by @timoore in #1029
  • Store the ImageInfo for font textures in the font by @timoore in #1030
  • LOD support in shadow maps/nested render technques by @robertosfield in #1031
  • Refactored TransferTask and RecordAndSubmitTask to use a Semaphore to signal that the consumer of TransferTask data is complete and a new TransferTask submission can run. by @robertosfield in #1033
  • Added vsg::InstanceExtensions and support for VK_EXT_debug_utils by @robertosfield in #1042
  • Renamed vsg::Extensions to vsg::DeviceExtensions to compliment the naming of the new vsg::InstanceExtensions class by @robertosfield in #1045
  • MinGW warning fixes by @robertosfield in #1048
  • Update UpdateOperations::Remove to prevent Visual Studio crash in debug mode by @jamierobertson1 in #1059

New Contributors

Full Changelog: v1.0.9...v1.1.0