Okko Hakola
18f68337a5
Vulkano util proposal ( #1918 )
...
* Init vulkano util library
* Add window & renderer structs
* Update fractal to use vulkano utils
* Add general purpose image view generation to storage image
* Add some missing functionality
* Fix game of life
* Rename error
* Fix tests
* Update documentation texts
* Modify license comment
* Add to changelog
* Improve docs
* Allow option to wait on the future
* Update doc text
* Add filter fn
* Modify queue selection
* Fix import error
* Remove non working tests
* Rename start and finish frame to acquire and present
* Allow pub creation of window renderer
* Ensure config members are pub and it has send + sync
* Remove send syncs
2022-06-24 17:27:33 +02:00
Austin Johnson
3ae9ec0f70
#1911 Changelog Update
2022-06-06 13:33:26 -05:00
Rua
6da73f3be3
Refactor dynamic state commands ( #1911 )
2022-06-06 13:33:23 -05:00
Austin Johnson
bd53e74150
#1910 Changelog Update
2022-06-05 17:46:12 -05:00
Rua
aaf0eadc61
Add is_signaled
to FenceSignalFuture
( #1910 )
2022-06-05 17:45:37 -05:00
Rua
1f685b1420
Refactor query commands ( #1909 )
2022-06-05 17:43:07 -05:00
Austin Johnson
f5f1b39008
#1908 Changelog Update
2022-06-05 17:37:47 -05:00
Rua
8420c2b73e
Fix #1894 ( #1908 )
2022-06-05 17:36:56 -05:00
coolbot123
a945d7a1a8
fix errors I noticed in readme ( #1906 )
...
* fix errors I noticed
saw some errors while reading the readme then did a very quick proof-read/edit.
* lowercase "contribution"
Co-authored-by: Austin Johnson <me@austinj.me>
2022-06-05 17:34:07 -05:00
Austin Johnson
3d1d135c54
#1905 Changelog Update
2022-05-31 11:53:53 -05:00
Rua
d6e491b8da
Fix #1881 ( #1905 )
2022-05-31 11:53:50 -05:00
Rua
de8e95075b
#1904 changelog
2022-05-29 19:28:37 +02:00
Rua
d3217d2531
Update dependencies ( #1904 )
...
* Update dependencies
* MacOS fix
2022-05-29 19:27:47 +02:00
Austin Johnson
2fcfcadb9e
#1903 Changelog update
2022-05-29 11:55:28 -05:00
Rua
8ad9480252
Remove Default
from NonExhaustive
( #1903 )
2022-05-29 11:55:19 -05:00
Rua
d3ab829eec
#1902 additions
2022-05-29 18:55:14 +02:00
Austin Johnson
cf9f8d7968
#1902 Changelog update
2022-05-29 11:53:40 -05:00
Rua
6352adf4ff
Add support for dynamic rendering ( #1902 )
2022-05-29 11:53:36 -05:00
Rua
eec4463ab2
#1893 changelog
2022-05-09 14:25:51 +02:00
Ryan Andersen
a89359007b
Image extent zero length ( #1893 )
...
* Updating examples and SwapchainCreationError enum to resolve #1892 and related discussion
* Slightly better documentation
2022-05-09 14:25:26 +02:00
Ryan Andersen
5c6bbe0be4
Fixing Module comments that were accidentally changed ( #1891 )
2022-05-06 20:21:45 +02:00
Ryan Andersen
ba7f0b20e6
Device local example ( #1890 )
2022-05-06 18:31:08 +02:00
Rua
ed69075488
#1889 changelog
2022-05-02 13:48:19 +02:00
Leon Matthes
799d99d6b2
PresentFuture: Avoid flushing twice on flush error ( #1889 )
2022-05-02 13:47:45 +02:00
Rua
211e4a4c16
#1888 changelog
2022-05-02 13:32:06 +02:00
atilo
31a203303e
Raytracing shaders with vulkano-shaders ( #1888 )
...
* Support for compiling ray shaders (still broken)
* Remove debug print and fix unimplemented panic
2022-05-02 13:21:00 +02:00
maratik123
57feb317c5
Cleanup physical.rs after last patch ( #1887 )
...
no need to set_len of properly initialized array
2022-05-02 10:20:24 +02:00
Rua
a49d534843
#1886 changelog
2022-04-29 18:07:17 +02:00
Ryan Andersen
f1cce25879
Disallow dispatch calls with dimensions of zero-length ( #1886 )
...
* Disallow dispatch calls with dimensions of length of zero
* Improvements to phrasing and unit test
2022-04-29 18:06:34 +02:00
Austin Johnson
ac3e431168
#1884 Changelog Update
...
https://github.com/vulkano-rs/vulkano/pull/1884
2022-04-23 20:16:26 -05:00
Rua
9e2b41a5c4
Improve render pass commands, more validation ( #1884 )
...
* Use only the selected range of buffer and image views in synchronization
* Improve render pass commands, more validation
Co-authored-by: Austin Johnson <me@austinj.work>
2022-04-23 20:16:19 -05:00
Austin Johnson
1c71883cd4
#1880 Changelog Update
...
https://github.com/vulkano-rs/vulkano/pull/1880
2022-04-23 19:42:25 -05:00
Rua
af930e506d
Use only the selected range of buffer and image views in synchronization ( #1880 )
2022-04-23 19:42:21 -05:00
Okko Hakola
f523234e41
Fix debug utils message severity error ( #1883 )
2022-04-19 16:24:58 +02:00
Rua
661f571333
#1878 additions
2022-04-17 17:55:01 +02:00
Rua
7b74752caa
#1873 changelog
2022-04-17 17:53:47 +02:00
Rua
201e21d3e6
Rewrite copy commands ( #1873 )
...
* Allow `SyncCommandBufferBuilder` commands to specify the access range
* Allow `SyncCommandBufferBuilder` commands to specify the access range
* Better handling of image initialization
* Small fix
* Rewrite copy commands
* Better handling of maintenance1
* Small leftovers
* Remove conflict_key
2022-04-16 15:02:42 +02:00
Rua
44e30574d9
Rename debug commands, add some new ones ( #1878 )
2022-04-16 07:54:32 -05:00
Austin Johnson
5d6c61d965
#1875 #1878 Changelog updates
...
https://github.com/vulkano-rs/vulkano/pull/1875
https://github.com/vulkano-rs/vulkano/pull/1878
2022-04-16 07:54:05 -05:00
Rua
0b4f7aca75
Add document detailing how much of Vulkan is currently covered by Vulkano ( #1875 )
...
* Add document detailing how much of Vulkan is currently covered by Vulkano
* Change header levels
* vkTrimCommandPoolKHR is apparently fully supported
2022-04-16 07:48:11 -05:00
Rua
a42a3d1a7f
Allow SyncCommandBufferBuilder
commands to specify the access range ( #1869 )
...
* Allow `SyncCommandBufferBuilder` commands to specify the access range
* Allow `SyncCommandBufferBuilder` commands to specify the access range
* Better handling of image initialization
* Small fix
2022-04-16 07:10:44 -05:00
Rua
741a5060c2
#1868 changelog
2022-04-05 17:40:23 +02:00
Dimkar3000
c79437191a
fix for android surface acquiring ( #1868 )
2022-04-05 17:39:29 +02:00
Okko Hakola
d1ab3f6726
Fix game of life example on macos ( #1829 )
2022-03-28 15:28:51 +02:00
Ilya Lakhin
407d99a4a5
Redundant unsafe block removed ( #1867 )
2022-03-28 11:36:27 +02:00
Ilya Lakhin
ca007758b8
#1866 Changelog update
2022-03-28 14:29:58 +07:00
Rua
d8da8f753f
Re-export UnsafeCommandPoolCreateInfo
and UnsafeCommandPoolCreationError
( #1866 )
2022-03-28 14:29:01 +07:00
Rua
0fb99e9ba5
Reorganize code of command buffer commands based on command type ( #1863 )
2022-03-28 14:27:22 +07:00
Rua
5b73d46f6d
#1862 changelog
2022-03-22 17:24:04 +01:00
Rua
f2c4bef8d3
Use range-based state tracking for SyncCommandBuffer
( #1862 )
2022-03-22 17:23:32 +01:00