Commit graph

474 commits

Author SHA1 Message Date
Maik Klein 2ab5495367 0.15.7 2017-04-29 16:07:26 +02:00
Maik Klein e0bd5fd60f bump version 2017-04-29 15:38:06 +02:00
Maik Klein e40b27a397 Merge pull request #18 from msiglreith/compute
Add create_compute_pipelines to device
2017-04-28 16:44:14 +02:00
msiglreith 0b7f81205c Add create_compute_pipelines to device 2017-04-28 16:10:13 +02:00
Maik Klein a42eb89774 Merge pull request #17 from cjhowe/feature-instance-error
Expose InstanceError
2017-04-25 22:41:39 +02:00
Christian Howe bfc39d5c80 Expose InstanceError 2017-04-25 01:00:26 -04:00
Maik Klein 655870d04a Add get fence status 2017-04-23 10:04:24 +02:00
Maik Klein 534e0c70fd readme path 2017-04-22 17:15:48 +02:00
Maik Klein d267b52e45 inc version 2017-04-22 15:24:59 +02:00
Maik Klein 35785d3539 Add cargo realse to .toml 2017-04-22 15:09:44 +02:00
Maik Klein f5b04a888d Add reset command pool 2017-04-22 15:07:07 +02:00
Maik Klein 7215777288 Update links in README 2017-04-16 13:05:45 +02:00
Maik Klein fba518d157 Update CI files 2017-04-16 12:58:29 +02:00
Maik Klein 6ef7cc18f3 Remove unused macro_use 2017-04-16 12:51:33 +02:00
Maik Klein c4e5812668 Switching to a cargo workspace 2017-04-16 12:44:34 +02:00
Maik Klein 29e61eeeeb Remove unused import 2017-04-16 12:25:08 +02:00
Maik Klein 73db78b635 (cargo-release) start next development iteration 0.15.5-pre 2017-04-16 12:18:41 +02:00
Maik Klein aa71fe69f9 (cargo-release) version 0.15.4 2017-04-16 12:18:27 +02:00
Maik Klein e4e31ec9ac Add physical device feature features 2017-04-16 11:55:25 +02:00
Maik Klein a832935212 Update cargo lock 2017-04-07 10:20:17 +02:00
Maik Klein 81bb73c460 Bump version 2017-04-07 10:07:09 +02:00
Maik Klein c6320dcb33 Fix readme header 2017-04-07 10:04:14 +02:00
Maik Klein 81935b2a91 Fix examples 2017-04-07 10:02:41 +02:00
Maik Klein f4c991b821 New signature for pipeline creation 2017-04-07 09:59:56 +02:00
msiglreith 495c617513 Fix multi graphics pipeline creation
When creating multiple graphics pipelines, some may fail and an error will be returned.
Some pipelines might still be built correctly, so we want to return the error and the pipelines.
The current implementation discards all pipelines
2017-04-05 15:20:02 +02:00
msiglreith a7af586e92 Add clear_color and dispatch command, and fix bind_vertexbuffers 2017-04-05 15:08:25 +02:00
Maik Klein bd31980eb5 update cargo lock 2017-03-15 12:12:59 +01:00
Maik Klein cab8378ce0 bump version 2017-03-15 12:11:31 +01:00
Maik Klein 7765ed80c1 Add missing sync, send for pointer types such as vk::Device 2017-03-15 12:10:43 +01:00
Maik Klein 463e862a45 Adds free_command_buffers to device 2017-02-26 14:02:06 +01:00
Maik Klein 4307e127f2 Merge pull request #5 from mikedilger/master
Export DeviceError from instance module
2017-02-16 23:07:31 +01:00
Mike Dilger 80f356d97d Export DeviceError from instance module 2017-02-17 10:29:29 +13:00
Maik Klein 42379a0323 Merge pull request #3 from msiglreith/ll
Export LoadingError from entry module
2017-01-21 02:31:34 +01:00
maik klein cdc926a3b7 Bump versio to 0.14.2 2017-01-20 17:35:12 +01:00
maik klein 23ff925660 Remove error from PresentInfoKHR 2017-01-20 17:25:58 +01:00
maik klein 65094fcf20 Remove sparse flag from the depth image 2017-01-20 17:25:05 +01:00
maik klein b7842db292 Move DisplaySwapchain into a new extension 2017-01-20 17:14:54 +01:00
msiglreith a5ac019f02 Export LoadingError from entry module 2017-01-09 00:55:34 +01:00
maik klein a5f78297d1 Bump version to 0.14.1 2017-01-08 18:16:00 +01:00
maik klein 23340d5a8f Make the device clonable again 2017-01-08 18:13:34 +01:00
maik klein eb3c3caf2c Hash derive for all PoD types 2017-01-07 17:10:48 +01:00
maik klein 213406682e Add get_physical_device_prop 2017-01-07 10:17:13 +01:00
maik klein 4e9f1429cd Better handling for vsync image count 2017-01-06 08:47:39 +01:00
maik klein 4565b1f3b3 Correct rendering wait mask 2017-01-06 08:47:06 +01:00
maik klein 2e1079b77c max_image_count can be 0 to indicate no limit 2017-01-05 19:53:46 +01:00
maik klein 61b6a5d222 Sets desired image count to min_image_count 2017-01-05 19:45:55 +01:00
maik klein ddfa14a462 Properly hides the allocator api 2017-01-05 10:01:27 +01:00
maik klein bc89f4039f Bump version to 0.14 2017-01-05 09:58:57 +01:00
maik klein 6bc682893c Cleanup additional warnings 2017-01-05 09:52:32 +01:00
maik klein 42c1f97ffc Bump version to 0.13 2017-01-05 09:45:46 +01:00