Commit Graph

3161 Commits

Author SHA1 Message Date
Rua
f2c4bef8d3
Use range-based state tracking for SyncCommandBuffer (#1862) 2022-03-22 17:23:32 +01:00
Ilya Lakhin
266832223f #1859 Changelog update 2022-03-19 02:28:36 +07:00
Rua
fd4189c19c
Fix #1858 (#1859) 2022-03-19 02:26:13 +07:00
Rua
7082c1440f
#1860 changelog 2022-03-18 17:42:20 +01:00
Rua
a6e853e34d
Implement new locking for UnsafeBuffer and UnsafeImage (#1860) 2022-03-18 17:41:46 +01:00
tutan-chromium
706f44bde8
Export enum MemoryMapError (#1861)
Export MemoryMapError which is required by MappedDeviceMemory::new()
2022-03-15 09:23:53 +01:00
Rua
de1147589e
Release 0.29 (#1856) 2022-03-11 23:20:11 +07:00
Roy Wellington Ⅳ
7442a6f6c3
Implement is_layout_initialized for ImmutableImage (#1833) 2022-03-11 16:58:32 +01:00
Rua
b03c204aeb
#1855 changelog update 2022-03-10 20:12:05 +01:00
m3x3
e1558f6913
Fixed potential overflow in multiview vertex buffer validation (#1855) 2022-03-10 20:11:17 +01:00
Ilya Lakhin
5d20cc4c1d #1853 Changelog update 2022-03-07 02:36:04 +07:00
Rua
c70fcc575f
Rework mapped memory, add BufferContents trait with bytemuck (#1853)
* Rework mapped memory, add `BufferContents` trait with bytemuck

* Platform fix
2022-03-07 02:30:49 +07:00
Rua
6061fb738a
#1852 changelog 2022-02-28 09:40:58 +01:00
Austin Johnson
1959997dfa
arrays now implement VertexBufferCollection (#1852) 2022-02-28 09:40:30 +01:00
Rua
cd4fd1fad6
#1851 changelog 2022-02-27 22:21:15 +01:00
White-Green
ed2de40db4
Fix validation of SPIR-V contains OpUndef (#1851) 2022-02-27 22:20:09 +01:00
Rua
b0b9df4937
#1847 changelog 2022-02-27 08:50:40 +01:00
Austin Johnson
2e562b5773
convert fnv types into std (#1847) 2022-02-27 08:47:22 +01:00
Austin Johnson
e11128758b
#1844 Changelog update
https://github.com/vulkano-rs/vulkano/pull/1844
2022-02-27 00:18:57 -06:00
Rua
9e8682fce7
Add UnsafeImageCreateInfo and ImageViewCreateInfo (#1844) 2022-02-27 00:18:14 -06:00
Austin Johnson
9abe092615
#1843 Changelog update
https://github.com/vulkano-rs/vulkano/pull/1843
2022-02-26 06:19:19 -06:00
Rua
550b4c320a
Add UnsafeDescriptorSetCreateInfo (#1843)
* Add `UnsafeDescriptorSetCreateInfo`

* Remove `DescriptorsCount`

* `DescriptorPool::alloc` > `allocate`
2022-02-26 06:19:14 -06:00
Austin Johnson
4c1672c253
#1842 Changelog update
https://github.com/vulkano-rs/vulkano/pull/1842
2022-02-26 02:46:57 -06:00
Rua
a593fee072
Add SamplerCreateInfo and SamplerYcbcrConversionCreateInfo (#1842) 2022-02-26 02:46:53 -06:00
Austin Johnson
f2637ef16e
#1841 Changelog update
https://github.com/vulkano-rs/vulkano/pull/1841
2022-02-26 02:42:17 -06:00
Rua
42b4bd9441
Add CreateInfo for Event, Fence and Semaphore. (#1841)
* Add `CreateInfo` for `Event`, `Fence` and `Semaphore`.

* Small fixup

* Random idea...

* Fix CI error on Windows and Mac
2022-02-26 02:42:14 -06:00
Austin Johnson
01cdcc3946
#1840 Changelog update
https://github.com/vulkano-rs/vulkano/pull/1840
2022-02-25 17:53:02 -06:00
Rua
c61ed1bfe3
Add QueryPoolCreateInfo (#1840) 2022-02-25 17:52:59 -06:00
Rua
7ee0a93d92
Add UnsafeCommandPoolCreateInfo, CommandBufferAllocateInfo and other changes (#1839)
* Add `CommandPoolCreateInfo`, `CommandBufferAllocateInfo` and other changes

* `inheritance` rename

Co-authored-by: Austin Johnson <me@austinj.work>
2022-02-25 17:50:40 -06:00
Austin Johnson
a4c9f16d40
#1839 Changelog update
https://github.com/vulkano-rs/vulkano/pull/1839
2022-02-25 17:50:34 -06:00
Austin Johnson
f6dfd16a6a
#1838 Changelog update
https://github.com/vulkano-rs/vulkano/pull/1838
2022-02-25 17:07:56 -06:00
Rua
3666f8bf80
Add MemoryAllocateInfo, improve handling of external memory (#1838)
* Add `MemoryAllocateInfo`, improve handling of external memory

* Fixes for Windows

* Handle todo items
2022-02-25 17:07:51 -06:00
Austin Johnson
951a6d5f31
#1836 Changelog update
https://github.com/vulkano-rs/vulkano/pull/1836
2022-02-25 16:58:14 -06:00
Rua
db51e15e5e
Vulkan 1.3 support, updated dependencies (#1836) 2022-02-25 16:58:09 -06:00
Austin Johnson
704796b0f3
#1834 Changelog Update
https://github.com/vulkano-rs/vulkano/pull/1834
2022-02-25 16:52:49 -06:00
Rua
786683c2a9
Add DescriptorSetLayoutCreateInfo and PipelineLayoutCreateInfo (#1834)
* Add `DescriptorSetLayoutCreateInfo` and `PipelineLayoutCreateInfo`

* DescriptorType non_exhaustive
2022-02-25 16:52:44 -06:00
Austin Johnson
51c5d197bf
Update examples readme
The readme still redirected users to the vulkano-examples repository. This has since been achieved. Included a step-by-step guide to switching version tag.
2022-02-23 02:17:35 -06:00
Rua
faf0850ef8
#1832 changelog update 2022-02-20 10:56:43 +01:00
Rua
645faa4530
Add SwapchainCreateInfo, various related changes (#1832) 2022-02-20 10:55:34 +01:00
Rua
7f14f6ff7a
Include raw function pointer structs in documentation (#1831) 2022-02-19 18:16:44 -06:00
Austin Johnson
662c93af33
Changelog Update for #1828
https://github.com/vulkano-rs/vulkano/pull/1828
2022-02-19 18:14:21 -06:00
Rua
21330c747a
Add RenderPassCreateInfo and FramebufferCreateInfo (#1828) 2022-02-19 18:14:16 -06:00
Austin Johnson
0eeaaf4b95
Changelog Update for #1827
https://github.com/vulkano-rs/vulkano/pull/1827
2022-02-19 17:46:56 -06:00
Rua
244b80d468
Only include SamplerReductionModeCreateInfo if needed (#1827) 2022-02-19 17:46:22 -06:00
Rua
3ad03f8593
Update CHANGELOG.md 2022-02-14 11:38:33 +01:00
Rua
9094b9bc78
Move changes again 2022-02-14 11:38:24 +01:00
Ilya Lakhin
96d499c2b7 #1815 Changelog update 2022-02-14 17:36:55 +07:00
Rua
a6cc7db065
Add UnsafeBufferCreateInfo and BufferViewCreateInfo (#1815)
* Convert creation of `UnsafeBuffer` and `BufferView` to use a builder

* Doctest fix

* Change builders to non_exhaustive structs

* Use `NonExhaustive` type instead of attribute

* Doctest fix... again

* Small fixes

* Use Option<Format> for forwards compatibility with Vulkan
2022-02-14 17:35:42 +07:00
Rua
9144143e87
Put new changes in the right place 2022-02-14 10:42:15 +01:00
Rua
c527319b3f
Add test for Version parsing (#1825) 2022-02-14 10:37:32 +01:00