Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / gwihlidal/vk-mem-rs issues and pull requests

#71 - Derive `Clone` and `Copy` for `Allocation`

Pull Request - State: closed - Opened by francesca64 2 months ago - 5 comments

#70 - Improve safety docs on `Allocator::new()`

Pull Request - State: closed - Opened by MarijnS95 5 months ago - 1 comment

#69 - Allocator shouldn't use drop to free itself

Issue - State: closed - Opened by SimonBorghese 5 months ago - 8 comments

#67 - bump ash to 0.38

Pull Request - State: closed - Opened by adrien-ben 6 months ago - 1 comment

#66 - Pull in various changes from fork

Pull Request - State: closed - Opened by Neo-Zhixing 8 months ago

#65 - can't compile

Issue - State: closed - Opened by isothiazol 12 months ago - 2 comments

#64 - Fork created with updated VMA version and most pending PRs merged

Issue - State: closed - Opened by Neo-Zhixing over 1 year ago - 7 comments

#63 - Update to VMA 3.0.1, update crate version to 0.3.0

Pull Request - State: closed - Opened by joshuagiles over 1 year ago - 5 comments

#62 - Be more generic, for `Rc` and `Arc` to replace `&`.

Pull Request - State: closed - Opened by cheako about 2 years ago - 1 comment

#61 - Fix missing vulkan/vulkan.h on x86_64-pc-windows-msvc

Pull Request - State: closed - Opened by BeastLe9enD over 2 years ago - 2 comments

#60 - Missing `vulkan/vulkan.h` and `__popcnt` on x86_64-pc-windows-msvc

Issue - State: closed - Opened by James2022-rgb over 2 years ago - 1 comment

#59 - feature: refactor/update newer vulkan memory allocator

Pull Request - State: closed - Opened by pollend over 2 years ago

#58 - Lots of cleanup and optimizations

Pull Request - State: closed - Opened by mxpv about 3 years ago

#57 - ash 0.32 build fix

Pull Request - State: closed - Opened by aclysma about 3 years ago - 2 comments

#56 - ash-0.33-build-fix

Pull Request - State: closed - Opened by aclysma about 3 years ago - 2 comments

#55 - Support ash 0.32 and 0.33, toggled by feature flag

Pull Request - State: closed - Opened by aclysma about 3 years ago - 2 comments

#54 - Crate does not compile with newly released ash 0.33

Issue - State: closed - Opened by aclysma about 3 years ago - 18 comments

#53 - Ash 0.33 breaking changes adapted to fix compilation failure.

Pull Request - State: closed - Opened by zedrian about 3 years ago - 1 comment

#52 - Fix ash 0.33.0 compatibility issues

Pull Request - State: closed - Opened by NickCaplinger about 3 years ago

#51 - Support erupt bindings.

Issue - State: closed - Opened by HindrikStegenga about 3 years ago - 2 comments

#50 - Upgraded vendored VMA

Pull Request - State: closed - Opened by dylanede over 3 years ago - 3 comments

#49 - AllocatorCreateInfo taking ownership of device and instance

Pull Request - State: closed - Opened by Neo-Zhixing over 3 years ago - 1 comment

#48 - Silence build

Pull Request - State: closed - Opened by filnet over 3 years ago

#47 - Master (0.2.3) build fails

Issue - State: closed - Opened by michidk over 3 years ago - 1 comment

#46 - 0.2.3 release

Issue - State: closed - Opened by michidk over 3 years ago - 3 comments

#45 - Release build compiles VMA in debug mode

Issue - State: closed - Opened by filnet over 3 years ago - 1 comment

#44 - Define VMA_DYNAMIC_VULKAN_FUNCTIONS as 0. Closes #42.

Pull Request - State: closed - Opened by matthewjberger over 3 years ago

#43 - allocation_info.get_mapped_data() returns null for mapped buffer

Issue - State: closed - Opened by aclysma over 3 years ago - 3 comments

#42 - Error in Default for AllocatorCreateInfo

Issue - State: closed - Opened by pmathia0 almost 4 years ago - 4 comments

#41 - Can't free memory

Issue - State: closed - Opened by nikitablack almost 4 years ago - 1 comment

#40 - Add a recording feature

Pull Request - State: closed - Opened by matthewjberger almost 4 years ago

#39 - Replace mem::zeroed() in AllocatorCreateInfo::default()

Pull Request - State: closed - Opened by aloucks almost 4 years ago - 3 comments

#38 - Update GPU Open Update URL

Pull Request - State: closed - Opened by Chris--B about 4 years ago

#37 - Add iOS support

Pull Request - State: closed - Opened by aclysma about 4 years ago

#36 - Remove Result for functions that are always Ok

Pull Request - State: closed - Opened by repi about 4 years ago - 1 comment

#35 - Android support for build.rs

Pull Request - State: closed - Opened by VZout over 4 years ago

#34 - Consider deriving more traits for opaque pointers.

Issue - State: closed - Opened by cheako over 4 years ago - 1 comment

#33 - How about adding support for custom vulkan binding

Issue - State: closed - Opened by unknownue over 4 years ago

#32 - Replace usize with ash::vk::DeviceSize for memory size and offset values.

Pull Request - State: closed - Opened by unknownue over 4 years ago - 3 comments

#30 - Updated all values to use size_t in lib.rs

Pull Request - State: closed - Opened by brandonpollack23 over 4 years ago - 3 comments

#29 - 0.2.1 is a breaking update

Issue - State: closed - Opened by LaylBongers over 4 years ago - 39 comments

#28 - Ray Tracing

Pull Request - State: closed - Opened by cheako over 4 years ago - 4 comments

#27 - Support VK_KHR_ray_tracing.

Issue - State: closed - Opened by cheako over 4 years ago - 1 comment

#26 - Update to latest VMA for Device Buffer Address support

Pull Request - State: closed - Opened by Jasper-Bekkers over 4 years ago

#25 - Added copy to Allocation

Pull Request - State: closed - Opened by brandonpollack23 over 4 years ago - 1 comment

#24 - Implement Clone for Allocation and other handle types

Issue - State: closed - Opened by brandonpollack23 over 4 years ago - 1 comment

#23 - Add Eq, Hash and further derive()s to enum MemoryUsage

Pull Request - State: closed - Opened by hrydgard over 4 years ago - 1 comment

#22 - Update README.md

Pull Request - State: closed - Opened by Vengarioth over 4 years ago

#21 - Parameter for counting bytes size should be `ffi::VkDeviceSize` type

Issue - State: closed - Opened by unknownue almost 5 years ago - 2 comments

#20 - Implement vk_mem::Allocation::null() for symmetry with vk::Image::null() etc.

Pull Request - State: closed - Opened by hrydgard almost 5 years ago - 4 comments

#19 - Switch from mem::zeroed to MaybeUninit<T>

Issue - State: closed - Opened by gwihlidal almost 5 years ago - 2 comments

#18 - `Allocator::clone` causes multiple `vmaDestroyAllocator` calls

Issue - State: closed - Opened by Friz64 almost 5 years ago - 4 comments

#17 - Implement std::error::Error for error type(s).

Issue - State: closed - Opened by cheako almost 5 years ago - 2 comments

#16 - Remove unnecessary mut specifiers

Pull Request - State: closed - Opened by mxpv almost 5 years ago

#15 - Implement std::error::Error for vk_mem::Error

Pull Request - State: closed - Opened by msiglreith about 5 years ago

#13 - Panic on Allocator::create_image() with VK_ERROR_VALIDATION_FAILED_EXT

Issue - State: closed - Opened by SiebenCorgie over 5 years ago - 6 comments

#12 - Add a way to cleanup Allocator without dropping it.

Pull Request - State: closed - Opened by hrydgard over 5 years ago - 4 comments

#11 - Allow the failure crate to be disabled through a feature toggle

Pull Request - State: closed - Opened by aloucks over 5 years ago - 1 comment

#10 - Remove the parallel feature for cc

Pull Request - State: closed - Opened by aloucks over 5 years ago - 1 comment

#9 - Support ash 0.27.1 to 0.29.0

Pull Request - State: closed - Opened by aloucks over 5 years ago - 1 comment

#8 - Add windows-gnu to build.rs, and add cross-compilation information to README.md

Pull Request - State: closed - Opened by LaylBongers over 5 years ago - 1 comment

#7 - Add condition for windows-gnu targets in build.rs

Pull Request - State: closed - Opened by LaylBongers over 5 years ago - 3 comments

#6 - Fails to compile on MinGW64 on Debian

Issue - State: closed - Opened by LaylBongers over 5 years ago - 2 comments

#5 - Strange default flags on AllocationCreateInfo

Issue - State: closed - Opened by mankeywitz over 5 years ago - 2 comments

#4 - Fix AllocationCreateInfo Default implementation

Pull Request - State: closed - Opened by LaylBongers over 5 years ago - 2 comments

#3 - Support both ash 0.27.1 and 0.28.0

Pull Request - State: closed - Opened by repi over 5 years ago

#2 - Add Sync+Send to Allocation and AllocationInfo.

Pull Request - State: closed - Opened by repi over 5 years ago - 1 comment

#1 - Bumped ash and failure deps to latest

Pull Request - State: closed - Opened by afpatmin over 5 years ago - 1 comment