Commit Graph

3355 Commits

Author SHA1 Message Date
Austin Johnson
376df7ad7f
#2024 Changelog 2022-10-06 07:40:01 -05:00
Rua
aafee08db0
Add support for Unix and Windows external fences (#2024)
* Add support for Unix and Windows external fences

* Grumble...
2022-10-06 07:39:28 -05:00
Rua
de920e4a3c
Better error message when source is too small for ImmutableImage (#2022) 2022-10-06 07:36:38 -05:00
Austin Johnson
f99c67929f
Fix checks from #2009 (#2023) 2022-10-06 10:53:50 +02:00
lilly lizard
2992f0d0fc
Fix physical device surface querying regression #2026 by removing surface caching (#2027)
* removed cache check for PhysicalDevice::surface_capabilities_unchecked, fixing window resize bug

* Fixed bug where new caching functionality caused surface queries to be
out of date. surface_capabilities, surface_formats,
surface_present_modes and surface_support are no longer cached as it is
proven that surface properties can change at runtime for a given
surface/physical device.

* Re-added caching for VK_KHR_surface structs surface_formats, surface_present_modes and surface_support, because unlike surface_capabilities, it is almost certain they won't change at runtime.

* remove surface_capabilities cache from macos/ios to fix builds
2022-10-06 10:52:57 +02:00
Rua
b12e8f97e4
Missed changes 2022-10-05 16:28:53 +02:00
Rua
b686ee39cb
#1957 changelog 2022-10-05 11:10:43 +02:00
marc0246
ef65c98ad1
Move to manual management of descriptor set and command buffer allocators (#1957)
* Rename `Pool` -> `Allocator`

* Fix module names

* Rename actual pool types

* Remove internally managed allocators

* Fix doc tests

* Update docs

* Update examples

* Fix merging oopsie

* Fix cb allocators only working for one q family

* Make `DescriptorPool` `!Sync`, remove `&mut`

* Combine lean files

* Consistency

* Rename single layout pools

* Re-export variable descriptor set pool

Co-authored-by: comrademarc <40955683+comrademarc@users.noreply.github.com>
2022-10-05 11:09:26 +02:00
Rua
f70f43340f
Shorten the labels a bit to make it less wide 2022-10-04 18:27:40 +02:00
Rua
7b49dcefe9
More complete shield links (#2021) 2022-10-04 11:21:44 -05:00
marc0246
143390bc57
Fix clippy warnings resulting from #2016 (#2020) 2022-10-04 12:25:34 +02:00
Rua
30c8eadf33
#2015 additions 2022-10-04 11:17:43 +02:00
Austin Johnson
a08dde7374
#2015 Changelog 2022-10-04 04:08:26 -05:00
Rua
c3f00cc21b
Add support for ext_validation_features (#2015) 2022-10-04 04:08:04 -05:00
Austin Johnson
169d5f4f5e
v0.31.1 Changelog 2022-10-04 03:57:54 -05:00
marc0246
b8d7cc3241
The deed (#2016) 2022-10-04 10:50:58 +02:00
marc0246
7e3515e6eb
Replace generics with impl Trait (#2017) 2022-10-04 10:06:36 +02:00
marc0246
1c2d195dab
Improvements to caches and switch to ahash (#2019)
* Add `OnceCache`

* Switch to `ahash`
2022-10-04 10:04:52 +02:00
Rua
2277448a0e
Recent additions 2022-10-03 10:22:12 +02:00
Austin Johnson
06dd7cacb6
#2014 Changelog 2022-10-02 20:19:11 -05:00
Rua
0b4f62cfbd
Add support for khr_surface_protected_capabilities extension (#2014) 2022-10-02 20:19:04 -05:00
Austin Johnson
e4aed92dd5
#2013 Changelog 2022-10-02 20:16:25 -05:00
Rua
f30cc19cff
Add remaining ColorSpace variants (#2013) 2022-10-02 20:16:19 -05:00
Austin Johnson
02b602fa8f
#2012 Changelog 2022-10-02 20:14:28 -05:00
Rua
1c77aeb455
Add support for layer extensions to VulkanLibrary (#2012) 2022-10-02 20:14:25 -05:00
Harald Steinmueller
75ef5218c4
#1935 add from_handle to DeviceMemory (#2011)
* #1935 add from_handle to DeviceMemory

* change parameter order and fix documentation
2022-10-02 15:19:53 +02:00
Rua
7a34d9c080
#2009 changelog 2022-10-02 10:46:19 +02:00
Austin Johnson
6e4d8c3494
Swapchain acquisition checks (#2009)
* Initial solution to swapchain acquisition checks

* replace internal_object comparisons
2022-10-02 10:44:46 +02:00
Rua
cc6e46c6a3
For clarity, since Additions mentions this type 2022-10-02 09:58:56 +02:00
Rua
c0331cf7ee
Rearrange a bit 2022-10-02 09:57:14 +02:00
Austin Johnson
9c64e2ff15
#2010 Changelog 2022-10-01 21:32:20 -05:00
Rua
f96519a8a3
Add state tracking and validation to Fence (#2010)
* Add state tracking and validation to `Fence`

* Forgot bind_sparse
2022-10-01 21:32:17 -05:00
Rua
f78e06fc6e
#2007 fixes (#2008) 2022-10-01 21:19:25 -05:00
Austin Johnson
6bee63404f
#2006 Changelog 2022-10-01 21:18:26 -05:00
Rua
b9584518a7
Cache results of some PhysicalDevice methods for faster future retrieval (#2006)
* Cache results of some `PhysicalDevice` methods for faster future retrieval

* Uh, derp

* MacOS fix

* Add missing validation

* One more validation check

* Use `RwLock` instead of `DashMap`
2022-10-01 21:18:10 -05:00
marc0246
3a83767924
Rust 2018 idioms (#2007)
* Add `#![warn]`s

* `cargo fix`

* Fix the `cargo fix` (fixception?)
2022-09-29 09:57:35 +02:00
Austin Johnson
9d0a205c20
#2005 Changelog 2022-09-27 03:04:56 -05:00
Rua
40642f6088
Add new memory property flags and improve documentation (#2005)
* Add new memory property flags and improve documentation

* Doc improvements
2022-09-27 03:04:52 -05:00
Austin Johnson
3b394b0504
#2002 Changelog 2022-09-27 02:58:51 -05:00
Rua
6b19b6ccf4
Remove command_buffer::submit module, make new Queue methods public (#2002) 2022-09-27 02:58:47 -05:00
marc0246
aeb6918cad
Fix feature name casing (#2003)
* Fix feature name casing

* Fix property name casing
2022-09-26 08:48:39 +02:00
Austin Johnson
073dd77c0c
#2001 Changelog 2022-09-24 07:00:35 -05:00
Rua
ac3fa2ab11
Make queues own the resources of executing operations (#2001) 2022-09-24 07:00:30 -05:00
Rua
13377d30f9
Change I missed 2022-09-24 12:57:45 +02:00
Rua
03d06e96a5
Updated pull request template (#1999) 2022-09-24 03:15:14 -05:00
Austin Johnson
6b0aa264d9
Exclude markdown from actions (#2000) 2022-09-24 03:14:53 -05:00
Rua
d4ba481de7
New changelog layout (#1998) 2022-09-24 02:14:41 -05:00
Austin Johnson
c4e487aa23
#1995 Changelog 2022-09-24 01:45:09 -05:00
Rua
c085dd8d9f
Queue operations refactoring (#1995) 2022-09-24 01:45:06 -05:00
Rua
12f66bbd8d
Fix clippy warnings with new Rust version (#1996) 2022-09-24 00:42:51 -05:00