2018-08-26 21:10:36 +00:00
|
|
|
# Unreleased (Breaking)
|
|
|
|
|
2018-10-26 00:15:33 +00:00
|
|
|
- Export features and device extensions from the device module instead of the instance module
|
|
|
|
+ `instance::Features` -> `device::Features`
|
|
|
|
+ `instance::DeviceExtensions` -> `device::DeviceExtensions`
|
|
|
|
+ `instance::RawDeviceExtensions` -> `device::RawDeviceExtensions`
|
|
|
|
- Added `vulkano_shaders::vulkano_shader` proc macro, use this instead of `vulkano_shader_deriver::VulkanoShaders`.
|
|
|
|
- The entire `vulkano_shader_derive` crate is deprecated.
|
|
|
|
- `vulkano_shaders::{reflect, compile, Error}` are no longer public.
|
2018-10-02 21:44:48 +00:00
|
|
|
- Removed mir support, as it is being removed from the vulkan spec.
|
2018-09-29 05:08:17 +00:00
|
|
|
- Remove vulkano_shaders::build_glsl_shaders
|
2018-09-16 21:44:36 +00:00
|
|
|
- Split `PersistentDescriptorSetError::MissingUsage` into `MissingImageUsage` and `MissingBufferUsage`
|
2018-08-26 21:10:36 +00:00
|
|
|
each with a matching enum indicating the usage that was missing.
|
2018-09-01 14:57:03 +00:00
|
|
|
- Fix instance_count when using draw_index with instance buffers
|
2018-09-16 21:44:36 +00:00
|
|
|
- Added a `reinterpret` function to `BufferSlice`
|
2018-09-20 14:25:12 +00:00
|
|
|
- Made `AttributeInfo` derive `Copy`, `Clone` and `Debug`
|
2018-09-20 14:24:24 +00:00
|
|
|
- Use [google/shaderc](https://github.com/google/shaderc-rs) for shader compilation
|
2018-09-29 04:43:09 +00:00
|
|
|
- Reject generation of rust types for SPIR-V arrays that would have incorrect array stride.
|
2018-10-07 11:06:13 +00:00
|
|
|
- Removed the `Layout` prefix of the descriptions used for a render pass.
|
2018-09-20 14:24:24 +00:00
|
|
|
|
2018-08-12 08:42:17 +00:00
|
|
|
# Version 0.10.0 (2018-08-10)
|
2018-03-11 19:18:08 +00:00
|
|
|
|
2018-04-19 07:48:33 +00:00
|
|
|
- Use dynamically loaded `libvulkan` like on other platforms instead of linking to MoltenVK on macOS
|
2018-08-10 12:50:38 +00:00
|
|
|
- Updated winit to version 0.17.
|
2018-06-05 10:21:13 +00:00
|
|
|
- Allow custom implementations of `RenderPassDesc` to specify `VK_SUBPASS_EXTERNAL` as a dependency source or destination
|
2018-07-28 13:14:37 +00:00
|
|
|
- Added `vulkano_win::create_vk_surface` which allows creating a surface safely without taking ownership of
|
|
|
|
the window.
|
2018-08-04 12:38:33 +00:00
|
|
|
- `AutoCommandBufferBuilder::draw` and friends no longer consume the `DynamicState` argument, allowing reuse between calls.
|
2018-08-11 06:48:03 +00:00
|
|
|
- `Instance::new` and `Instance::with_loader` now take in the layers as an iterator of borrowed `str`s, not of references to
|
|
|
|
borrowed `str`s.
|
2018-04-19 07:48:33 +00:00
|
|
|
|
2018-03-14 16:57:22 +00:00
|
|
|
# Version 0.9.0 (2018-03-13)
|
|
|
|
|
|
|
|
- Updated winit to version 0.11.
|
2018-03-13 11:34:30 +00:00
|
|
|
|
2018-03-11 19:18:08 +00:00
|
|
|
# Version 0.8.0 (2018-03-11)
|
2018-02-10 18:17:41 +00:00
|
|
|
|
2017-10-11 17:43:25 +00:00
|
|
|
- Changed `ShaderInterfaceMismatchError` to be more verbose.
|
2017-10-16 06:20:02 +00:00
|
|
|
- Allow depth/stencil images to be used with `AutoCommandBufferBuilder::copy_image_to_buffer()`
|
2018-02-13 13:29:36 +00:00
|
|
|
- Allow `Surface` to own the window it references.
|
2017-10-18 17:22:23 +00:00
|
|
|
- Clear value validation for `AutoCommandBufferBuilder::begin_render_pass()`
|
2017-10-24 05:51:50 +00:00
|
|
|
- Fix occasional truncation of glslang_validator when glsl-to-spirv is rebuilt
|
2017-11-17 11:41:02 +00:00
|
|
|
- Fix linking against MoltenVK >= 0.19.0
|
2018-01-09 07:47:19 +00:00
|
|
|
- Fix panic on DeviceLost error after resizing swapchain on nvidia/amd hardware
|
2017-11-29 21:10:43 +00:00
|
|
|
- Added `AutoCommandBufferBuilder::copy_image`
|
2017-12-13 08:50:08 +00:00
|
|
|
- Added `VulkanObject::TYPE` to look up the `DebugReportObjectTypeEXT` of an object
|
|
|
|
- Added `Device::set_object_name` and `Device::set_object_name_raw`
|
2017-12-14 09:26:02 +00:00
|
|
|
- Added `GraphicsPipelineBuilder::with_auto_layout` to simplify use of dynamic buffers.
|
2017-10-11 17:43:25 +00:00
|
|
|
|
2018-02-13 11:12:08 +00:00
|
|
|
# Version 0.7.3 (2018-02-10)
|
|
|
|
|
|
|
|
*Yanked*
|
|
|
|
|
2017-10-09 12:46:41 +00:00
|
|
|
# Version 0.7.2 (2017-10-09)
|
|
|
|
|
2017-10-07 09:18:11 +00:00
|
|
|
- Allow `impl_vertex!` to support generic structs.
|
2017-10-08 15:38:58 +00:00
|
|
|
- Added `GraphicsPipelineBuilder::with_pipeline_layout`.
|
2017-10-07 14:11:05 +00:00
|
|
|
- Fixed creating a buffer view not checking the `min_texel_buffer_offset_alignment` limit.
|
2017-10-08 15:38:51 +00:00
|
|
|
- Added support for loading the `VK_EXT_debug_marker` extension and adding debug markers to
|
|
|
|
`UnsafeCommandBufferBuilder`
|
2017-10-08 07:54:16 +00:00
|
|
|
- Changed `GraphicsPipelineBuilder` to default to a buffer-less vertex input.
|
2017-10-08 08:17:32 +00:00
|
|
|
- Deprecated `pipeline::input_assembly::InputAssembly`.
|
2017-10-07 09:18:11 +00:00
|
|
|
|
2017-09-28 12:05:20 +00:00
|
|
|
# Version 0.7.1 (2017-09-28)
|
|
|
|
|
2017-09-26 08:29:26 +00:00
|
|
|
- Fixed an HiDPI scaling issue on MacOS in vulkano-win.
|
2017-09-23 18:21:14 +00:00
|
|
|
- Fixed `le()` and `ge()` for `DescriptorsCount`, which also fixes a potential memory leak when
|
|
|
|
allocating descriptor sets.
|
2017-09-26 08:29:34 +00:00
|
|
|
- Fixed the `ordered_passes_renderpass!` macro not working properly when using `resolve`.
|
|
|
|
- Added an optional `resolve` entry in `pass` for `single_pass_renderpass!`, for resolving
|
|
|
|
multisampled attachments into non-multisampled attachments.
|
2017-09-28 11:23:53 +00:00
|
|
|
- Fixed the value of `rasterizationSamples` not corresponding to the render pass.
|
|
|
|
- Added `GraphicsPipelineBuilder::sample_shading_disabled`, `sample_shading_enabled`,
|
|
|
|
`alpha_to_coverage_disabled`, `alpha_to_coverage_enabled`, `alpha_to_one_disabled` and
|
|
|
|
`alpha_to_one_enabled`. Added `GraphicsPipelineCreationError::SampleRateShadingFeatureNotEnabled`
|
|
|
|
and `AlphaToOneFeatureNotEnabled`.
|
|
|
|
- Deprecated `pipeline::multisample::Multisample`.
|
2017-09-23 18:21:14 +00:00
|
|
|
|
2017-09-21 11:27:10 +00:00
|
|
|
# Version 0.7.0 (2017-09-21)
|
2017-09-09 06:55:20 +00:00
|
|
|
|
2017-09-20 07:47:43 +00:00
|
|
|
- Added `RuntimePipelineDesc`, an implementation of `PipelineLayoutDesc` that makes creating custom
|
|
|
|
layouts easier.
|
2017-09-09 06:55:20 +00:00
|
|
|
- Changed `CpuBufferPool::next()` and `chunk()` to return a `Result` in case of an error when
|
|
|
|
allocating or mapping memory.
|
2017-09-14 14:29:11 +00:00
|
|
|
- Changed `CommandBufferExecError::AccessError` to provide a hint of where the error occurs.
|
2017-09-13 17:29:53 +00:00
|
|
|
- Added `vulkano::pipeline::vertex::BufferlessDefinition` and `BufferlessVertices` to enable
|
|
|
|
bufferless drawing.
|
2017-09-21 11:27:10 +00:00
|
|
|
- Changed `ImageAccess::try_gpu_lock` and `unlock()` to verify whether the image layout is correct,
|
|
|
|
especially at the first usage of an image.
|
|
|
|
- Changed `BufferAccess::conflict_*` and `ImageAccess::conflict_*` to forbid querying a specific
|
|
|
|
range of the resource.
|
|
|
|
- Fixed `layers` argument validation in `Swapchain::new_inner`.
|
|
|
|
- Added a 32-bit word constructor for `ShaderModule` (`ShaderModule::from_words`).
|
2017-09-21 08:35:59 +00:00
|
|
|
- Changed the various `is_superset_of` functions to return a `Result` instead of a `bool`.
|
2017-09-06 12:36:06 +00:00
|
|
|
|
2017-09-06 13:47:46 +00:00
|
|
|
# Version 0.6.2 (2017-09-06)
|
|
|
|
|
2017-09-06 12:36:06 +00:00
|
|
|
- Added checking compatibility between the descriptor sets and the pipeline object when adding a
|
|
|
|
draw or compute command.
|
|
|
|
- Fixed several bugs in the validation checks of `blit_image`.
|
|
|
|
- Fixed `blit_image`, `copy_buffer_to_image` and `copy_image_to_buffer` not taking the mipmap level
|
|
|
|
into account when checking for the correct image dimensions.
|
|
|
|
- Added `ImageDimensions::mipmap_dimensions()` and `ImageDimensions::num_mipmaps()`.
|
|
|
|
- Added an implementation of `DeviceOwned` for `QueuesIter` and `Queue`.
|
|
|
|
- Fixed the standard command pool and descriptor pool being destroyed too often.
|
|
|
|
- Added `#[allow(non_snake_case)]` to structs generated by vulkano-shaders.
|