Pierre Krieger
|
5370a829d2
|
Fix #674
|
2017-07-23 17:06:07 +02:00 |
|
tomaka
|
15bb6d9768
|
Merge pull request #678 from tomaka/layout-req-doc
Some documentation for image layout requirements
|
2017-07-23 17:03:40 +02:00 |
|
tomaka
|
4bfda3972e
|
Merge pull request #665 from GuildMasterInfinite/vk-sys-union
Use untagged unions in `vk-sys`
|
2017-07-23 17:03:02 +02:00 |
|
tomaka
|
ef9a5f98e3
|
Merge pull request #667 from fst3a/spv-examples
Example showing how to manually load SPIR-V shaders from disk
|
2017-07-23 10:12:37 +02:00 |
|
Constantine
|
af0bb0ce9e
|
Accomodate requested changes
|
2017-07-22 22:47:53 +03:00 |
|
tomaka
|
73540ab92f
|
Merge pull request #679 from tomaka/sync-fix
Fix final image transition not updating state
|
2017-07-22 21:15:09 +02:00 |
|
Pierre Krieger
|
be6d11e36d
|
Fix final image transition not updating state
|
2017-07-22 20:48:55 +02:00 |
|
tomaka
|
6679491849
|
Merge pull request #677 from tomaka/android-ex-fix
Fix the examples not working on Android
|
2017-07-22 19:35:27 +02:00 |
|
Pierre Krieger
|
da3d64d884
|
Some documentation for image layout requirements
|
2017-07-22 19:35:03 +02:00 |
|
tomaka
|
5f9b6dcaf2
|
Fix the examples not working on Android
|
2017-07-22 16:44:52 +02:00 |
|
Gabriel Majeri
|
d8388e52f5
|
Derive Copy type to work with stable Rust
|
2017-07-21 21:29:10 +03:00 |
|
Gabriel Majeri
|
38f145e67b
|
Remove unstable #![feature]
|
2017-07-21 21:22:28 +03:00 |
|
tomaka
|
3303cbe934
|
Merge pull request #669 from tomaka/ds-correct-sync
Correctly synchronize resources in descriptor sets
|
2017-07-21 20:00:04 +02:00 |
|
tomaka
|
2f30455cbd
|
Merge pull request #672 from Guvante/missing_pub_errors
Re-export errors for AutoCommandBufferBuilder
|
2017-07-21 08:14:53 +02:00 |
|
guvante
|
9477e26555
|
Re-export errors for AutoCommandBufferBuilder
|
2017-07-20 21:09:15 -07:00 |
|
Pierre Krieger
|
ed58e66b29
|
Add hack around input attachments
|
2017-07-20 19:26:54 +02:00 |
|
Pierre Krieger
|
6ca2cc02f0
|
Add more information to the Conflict error
|
2017-07-20 18:41:07 +02:00 |
|
Pierre Krieger
|
00eca15dea
|
Don't transition initial/final image layouts when in a secondary CB
|
2017-07-20 18:05:01 +02:00 |
|
Pierre Krieger
|
37f3c64e10
|
Prevent pipeline barriers from happening inside render passes
|
2017-07-20 17:40:15 +02:00 |
|
tomaka
|
b089d7fee2
|
Merge pull request #668 from jasondavies/fix-readme
Fix grammar.
|
2017-07-20 17:23:31 +02:00 |
|
Pierre Krieger
|
5a07ff957c
|
Correctly find out the image layout
|
2017-07-20 16:52:26 +02:00 |
|
Pierre Krieger
|
78b6947451
|
Bugfix image layout transitions
|
2017-07-20 16:33:43 +02:00 |
|
Jason Davies
|
2603a5350e
|
Fix grammar.
|
2017-07-20 15:26:40 +01:00 |
|
Pierre Krieger
|
c4d15c89d3
|
Implement correct sync tracking of DS resources
|
2017-07-20 16:24:29 +02:00 |
|
Constantine
|
72b17b8e9d
|
Add spv-1 example
|
2017-07-20 16:58:26 +03:00 |
|
Pierre Krieger
|
0f28906aa4
|
Correctly implement DescriptorSetDesc in PersistentDescriptorSet
|
2017-07-20 15:52:47 +02:00 |
|
Pierre Krieger
|
05c104d63c
|
Correctly synchronize resources in descriptor sets
|
2017-07-20 15:37:47 +02:00 |
|
Gabriel Majeri
|
1a61ac76ba
|
Use untagged unions
|
2017-07-20 10:11:15 +03:00 |
|
tomaka
|
68ab76c481
|
Merge pull request #662 from tomaka/doc-minor
Minor doc fix
|
2017-07-20 06:59:31 +02:00 |
|
tomaka
|
05d6804aa0
|
Merge pull request #663 from tomaka/cpu-pool-cap
Move CpuBufferPool::capacity() to correct impl block
|
2017-07-20 06:59:23 +02:00 |
|
Pierre Krieger
|
270c5633ea
|
Move CpuBufferPool::capacity() to correct impl block
|
2017-07-19 20:36:15 +02:00 |
|
Pierre Krieger
|
a4762a7077
|
Minor doc fix
|
2017-07-19 20:31:48 +02:00 |
|
tomaka
|
e7a799381d
|
Merge pull request #661 from tomaka/0.5.4
Publish 0.5.4
|
2017-07-19 20:15:49 +02:00 |
|
Pierre Krieger
|
67bc3427c8
|
Publish 0.5.4
|
2017-07-19 20:02:32 +02:00 |
|
tomaka
|
07922448ff
|
Merge pull request #660 from tomaka/validation-layers-bypass
Add a debug assertion that a swapchain acquire's fence is signalled
|
2017-07-19 19:56:14 +02:00 |
|
tomaka
|
6d1370460f
|
Merge pull request #659 from tomaka/buf-pool-fix
Fixes to the CpuBufferPool
|
2017-07-19 19:56:01 +02:00 |
|
Pierre Krieger
|
c9c3202c6d
|
Add a debug assertion that a swapchain acquire's fence is signalled
|
2017-07-19 19:44:56 +02:00 |
|
Pierre Krieger
|
3fe108336c
|
Fixes to the CpuBufferPool
|
2017-07-19 19:19:40 +02:00 |
|
tomaka
|
bb5cfddccc
|
Merge pull request #658 from tomaka/bugfix-ds-collec
Fix binding descriptor sets ignoring 3rd set and further
|
2017-07-19 17:03:57 +02:00 |
|
Pierre Krieger
|
c5e8f240bb
|
Fix binding descriptor sets ignoring 3rd set and further
|
2017-07-19 16:21:50 +02:00 |
|
tomaka
|
f12a0604b5
|
Merge pull request #654 from tomaka/cpu-pool-improvement
CpuBufferPool improvement
|
2017-07-19 09:33:02 +02:00 |
|
Pierre Krieger
|
46445b84d3
|
Split CpuBufferPoolChunk and CpuBufferPoolSubbuffer
|
2017-07-19 08:07:37 +02:00 |
|
Pierre Krieger
|
ffa9ad41a6
|
Small bugfix
|
2017-07-19 06:56:55 +02:00 |
|
tomaka
|
73a46f0c98
|
Merge pull request #655 from jasondavies/fix-compute-example
Use supports_compute() in compute example.
|
2017-07-19 06:28:55 +02:00 |
|
Jason Davies
|
b06f45736d
|
Use supports_compute() in compute example.
|
2017-07-19 01:10:38 +01:00 |
|
Pierre Krieger
|
3aa6b5a1e0
|
Minor TODO
|
2017-07-18 21:59:16 +02:00 |
|
Pierre Krieger
|
71567db742
|
Check the number of elements in the iterator
|
2017-07-18 21:54:08 +02:00 |
|
Pierre Krieger
|
9a8260d890
|
Add CpuBufferPool::download shortcut
|
2017-07-18 21:50:06 +02:00 |
|
Pierre Krieger
|
9e8dc8e685
|
Allow allocating chunks from the CpuBufferPool
|
2017-07-18 21:49:23 +02:00 |
|
Pierre Krieger
|
6525475ea6
|
CpuBufferPool deprecations and minor doc
|
2017-07-18 20:28:35 +02:00 |
|