Skip to content

Activity

fix: detect rt availability when checking gpu

NotAPenguin0pushed 1 commit to master • c4ec598…2a1e539 • 
on Sep 1, 2023

add: wip buffer tests

NotAPenguin0pushed 1 commit to master • a775036…c4ec598 • 
on Aug 29, 2023

Dynamically growing scratch allocator & exposed image memory type (#68)

Pull request merge
NotAPenguin0pushed 1 commit to master • 6a1b3b1…a775036 • 
on Aug 2, 2023

change: remove unnecessary 'static lifetime on allocation name

NotAPenguin0pushed 1 commit to master • e0eb0cd…6a1b3b1 • 
on Jul 22, 2023

rm: remove tests from gh actions

NotAPenguin0pushed 1 commit to master • e07430d…e0eb0cd • 
on Jul 22, 2023

change: remove nightly installation from workflows

NotAPenguin0pushed 1 commit to master • 4fbc8bb…e07430d • 
on Jul 22, 2023

add: github workflow for running tests

NotAPenguin0pushed 1 commit to master • c1a228c…4fbc8bb • 
on Jul 22, 2023

add: allocator and scratch allocator tests

NotAPenguin0pushed 1 commit to master • c34e7d0…c1a228c • 
on Jul 22, 2023

fix: stop scratch allocator from adding padding bytes if size is alre…

NotAPenguin0pushed 1 commit to master • 38a1a55…c34e7d0 • 
on Jul 22, 2023

add: init tests

NotAPenguin0pushed 1 commit to master • db56798…38a1a55 • 
on Jul 22, 2023

add: initial setup for automated tests

NotAPenguin0pushed 1 commit to master • 87049b7…db56798 • 
on Jul 22, 2023

fix: enable correct descriptor indexing featuers in core features str…

NotAPenguin0pushed 1 commit to master • 3ec955e…87049b7 • 
on Jul 16, 2023

fix: add missing spirv capability feature flag

NotAPenguin0pushed 1 commit to master • f698449…3ec955e • 
on Jul 16, 2023

fix: add missing descriptor indexing feature flag

NotAPenguin0pushed 1 commit to master • 99e0b9a…f698449 • 
on Jul 16, 2023

fix: report error on missing binding instead of panicking, fixes #29

NotAPenguin0pushed 1 commit to master • 27b9f9e…99e0b9a • 
on Jul 15, 2023

fix: incorrect baselevel and baselayer set in image view, fixes #65

NotAPenguin0pushed 1 commit to master • feca481…27b9f9e • 
on Jul 15, 2023

change: specialize graphics commands in pass builder only for domains…

Pull request merge
NotAPenguin0pushed 1 commit to master • 730f9af…feca481 • 
on Jul 14, 2023

fix: missing image usage flag in fsr2 sample

NotAPenguin0pushed 1 commit to master • 3f5f730…730f9af • 
on Jul 13, 2023

fix: example compilation

NotAPenguin0pushed 1 commit to master • e6d9e5a…3f5f730 • 
on Jul 13, 2023

fix: incorrect detection of 2D/3D images

NotAPenguin0pushed 1 commit to master • b5ae702…e6d9e5a • 
on Jul 13, 2023

change: move image constructor to CreateInfo pattern

NotAPenguin0pushed 1 commit to master • 7a88c54…b5ae702 • 
on Jul 13, 2023

add: support for 3D images

Pull request merge
NotAPenguin0pushed 1 commit to master • a49d400…7a88c54 • 
on Jul 13, 2023

add: experimental descriptor indexing support

NotAPenguin0pushed 1 commit to master • 6cac4ee…a49d400 • 
on Jul 13, 2023

change: remove buffer usage flags

NotAPenguin0pushed 1 commit to master • 09e19d0…6cac4ee • 
on Jul 6, 2023

add: methods to create non-identity TransformMatrix

NotAPenguin0pushed 1 commit to master • 8aeb9b6…09e19d0 • 
on Jul 5, 2023

add: get DeviceAddress of BufferView

NotAPenguin0pushed 1 commit to master • 9a2b95c…8aeb9b6 • 
on Jun 29, 2023

add: Implement VK_EXT_debug_utils naming (#58)

Pull request merge
NotAPenguin0pushed 1 commit to master • d567d7c…9a2b95c • 
on Jun 29, 2023

change: don't poll in fence implementation

Pull request merge
NotAPenguin0pushed 2 commits to master • 3fd4034…d567d7c • 
on Jun 28, 2023

change: remove layout-rs dependency

NotAPenguin0pushed 1 commit to master • 6173d79…3fd4034 • 
on Jun 24, 2023

change: FenceValue returns an Option<T>, phobos does no longer requir…

NotAPenguin0pushed 1 commit to master • 913c519…6173d79 • 
on Jun 18, 2023