Commit graph

  • a49f42a7e3 bump minior version maik klein 2016-12-28 05:15:38 +0100
  • 0f4e24e3f1 Remove lockfile in Ash and update lockfile for the examples maik klein 2016-12-28 05:09:54 +0100
  • ef75f0b318 bump version maik klein 2016-12-28 04:47:46 +0100
  • 3d2e5d166c Restructure the readme maik klein 2016-12-28 04:31:48 +0100
  • 9aa7281645 Extension names, README maik klein 2016-12-28 04:22:13 +0100
  • 28908142b4 Added extension name support maik klein 2016-12-28 04:19:03 +0100
  • ac14f440a7 Typesafe handles, e.g Instance, Device, Queue etc maik klein 2016-12-28 03:54:30 +0100
  • e8d679c84f rm clippy maik klein 2016-12-26 04:41:26 +0100
  • ac5708ac36 Remove unused unsafe Maik Klein 2016-12-26 03:48:38 +0100
  • 030cb602d4 Update triangle.rs Maik Klein 2016-12-26 03:44:06 +0100
  • 1b43e3367b #[macro_use] for texture Maik Klein 2016-12-26 03:43:53 +0100
  • 581daa79a4 Update to stable rust Maik Klein 2016-12-26 03:38:50 +0100
  • 629d27babe add another unsafe for the win32 example Maik Klein 2016-12-26 03:31:51 +0100
  • f5a8878d8f Add missing unsafe maik klein 2016-12-26 02:47:33 +0100
  • 20f5a51541 fixed misspelled createinfo maik klein 2016-12-26 02:40:48 +0100
  • 28f809ef80 Add winapi to do another cast maik klein 2016-12-26 02:35:43 +0100
  • 150e32a7c6 Another const cast && importing Win32Surface maik klein 2016-12-26 02:28:22 +0100
  • d638849eca correct cast of hwnd on windows maik klein 2016-12-26 02:23:57 +0100
  • 17d773010e Remove glfw dependency maik klein 2016-12-26 02:19:27 +0100
  • 6db2760584 added new build status badge maik klein 2016-12-26 02:17:56 +0100
  • 39aee3c695 Added examples maik klein 2016-12-26 02:13:44 +0100
  • 5ee8916d4d Add windows CI maik klein 2016-12-26 02:10:27 +0100
  • d5f3c11ba2 Added experimental windows support maik klein 2016-12-26 01:58:44 +0100
  • 79f41b3208 Update readme maik klein 2016-12-26 01:23:19 +0100
  • 310494380e Update the texture example maik klein 2016-12-26 01:22:21 +0100
  • b25338a991 Reorder example shader maik klein 2016-12-26 00:50:08 +0100
  • 4fd228fcb3 Cleanup unused code maik klein 2016-12-26 00:39:00 +0100
  • 87ee2af220 Cleanup unsued unsafe maik klein 2016-12-26 00:24:06 +0100
  • 3047ed9fad Update the readme for the new examples maik klein 2016-12-25 14:49:20 +0100
  • 32f74cc619 Restructure examples maik klein 2016-12-25 14:38:26 +0100
  • 40576acb95 Refactor examples maik klein 2016-12-25 06:21:41 +0100
  • 4669285d1c Remove compete in roadmap maik klein 2016-12-24 06:00:24 +0100
  • 0655afced1 Update custom allocator link maik klein 2016-12-24 05:59:39 +0100
  • 5ad765d2e1 Expose public api for handle maik klein 2016-12-24 05:57:44 +0100
  • 7bfe4d9531 Typo in readme maik klein 2016-12-24 05:39:44 +0100
  • f1b310a529 Missing unsafe fn for the extension loaders maik klein 2016-12-24 05:07:21 +0100
  • 8c7a459b90 another unsafe function pass maik klein 2016-12-24 02:28:28 +0100
  • c8d2e22b21 First unsafe pass maik klein 2016-12-24 00:22:37 +0100
  • 5df0c2320d Deleted the wrong library maik klein 2016-12-24 00:12:41 +0100
  • c0e86d0aad remove lib dependency maik klein 2016-12-23 23:29:55 +0100
  • 7edf08fe94 Now loads vulkan globally maik klein 2016-12-23 23:22:21 +0100
  • 582948d192 Added "Why Ash" to README.md maik klein 2016-12-23 22:02:03 +0100
  • 2a95df0727 Bump version to 0.2.0 maik klein 2016-12-23 21:53:07 +0100
  • f39baa7e34 Added error handling for optional extension loading maik klein 2016-12-23 21:43:41 +0100
  • e706df027f Type in readme maik klein 2016-12-23 21:42:13 +0100
  • 03d44a42df Added option loading example maik klein 2016-12-23 21:41:16 +0100
  • c6a13fbe08 Remove "Open Question" maik klein 2016-12-23 12:05:56 +0100
  • 44fab5c829 Fix extension list .md maik klein 2016-12-23 11:43:44 +0100
  • 1f8e284ca9 Refactored extension loading into seperate modules maik klein 2016-12-23 11:42:18 +0100
  • e5efcc3c1d Update extensions maik klein 2016-12-23 11:41:43 +0100
  • 8c086a5945 Add mod allocator to lib.rs maik klein 2016-12-23 10:52:58 +0100
  • 1c3f944fb1 Add experimental allocator maik klein 2016-12-23 10:49:39 +0100
  • ccfd6b636a Updated triangle for xlib loader maik klein 2016-12-23 02:45:47 +0100
  • b83e6802c5 Xlib loader maik klein 2016-12-23 02:45:12 +0100
  • 601f5573cf Surface loader maik klein 2016-12-23 02:33:05 +0100
  • b5bb9329f4 Loc in readme maik klein 2016-12-23 02:01:36 +0100
  • f02a5c25c9 Updated triangle with the new loader maik klein 2016-12-23 00:01:21 +0100
  • d2df2e8ac3 First implementation of the new swapchain loader maik klein 2016-12-23 00:00:50 +0100
  • 7f8acd4db3 Fix unused warnings maik klein 2016-12-22 23:31:37 +0100
  • 4b4953ba74 Bump version maik klein 2016-12-14 23:10:53 +0100
  • bc572e1fa8 Update Readme maik klein 2016-12-12 04:43:46 +0100
  • 950e5afb8c Typo maik klein 2016-12-12 04:30:55 +0100
  • 9ba4ac429f Fixed screenshot maik klein 2016-12-12 04:30:01 +0100
  • 8e60030a04 Finshed texture example, needs some cleanup maik klein 2016-12-12 04:19:21 +0100
  • ab07866971 almost working texture maik klein 2016-12-12 02:43:02 +0100
  • d3de51e565 work for the texture example maik klein 2016-12-12 01:08:12 +0100
  • 673dbb51c3 Send uniform data to frag shader maik klein 2016-12-10 21:30:51 +0100
  • 439625f037 Add uniform buffer maik klein 2016-12-10 19:32:17 +0100
  • d4678da2e6 Fix triangle link maik klein 2016-12-10 18:38:57 +0100
  • e2aec2d8ca Base for multiple examples maik klein 2016-12-10 18:37:44 +0100
  • 1176ff92d5 Update README.md Maik Klein 2016-12-09 23:13:58 +0100
  • 4e0970ad61 Vulkan tutorial thanks maik klein 2016-12-09 21:05:19 +0100
  • 45b7da7e56 Add thanks maik klein 2016-12-09 21:04:31 +0100
  • c83346aa70 update README maik klein 2016-12-09 21:01:44 +0100
  • 9b656a0591 added docs-rs maik klein 2016-12-09 20:49:49 +0100
  • a536f94b6e Crates version tag maik klein 2016-12-09 20:45:09 +0100
  • 2c573e8884 license mit maik klein 2016-12-09 20:43:12 +0100
  • 137fc1cb91 Publish maik klein 2016-12-09 20:41:55 +0100
  • 473c8b45c2 Badges maik klein 2016-12-09 20:38:22 +0100
  • 76b32454ec Merge pull request #1 from gitter-badger/gitter-badge Maik Klein 2016-12-09 20:33:42 +0100
  • 6c7c7af2a2 Add Gitter badge The Gitter Badger 2016-12-09 19:33:25 +0000
  • 4ef8f6353f Only build on stable for now maik klein 2016-12-09 20:30:30 +0100
  • ec5fc38999 remove glfw from travis maik klein 2016-12-09 20:28:15 +0100
  • a2e02f95da Remove glfw dep from ash maik klein 2016-12-09 20:26:01 +0100
  • 24ab75a311 travis maik klein 2016-12-09 20:23:42 +0100
  • ba7bd8f841 Read me stability maik klein 2016-12-09 20:19:54 +0100
  • 6f89804efd Restructure of the entire project maik klein 2016-12-09 20:15:59 +0100
  • 867d3cddc8 open questions maik klein 2016-12-09 20:06:50 +0100
  • 62e8b8266e added Image maik klein 2016-12-09 19:47:29 +0100
  • c49013e6a3 README progress maik klein 2016-12-09 19:39:16 +0100
  • d42707c554 Typos in README.md maik klein 2016-12-09 19:30:05 +0100
  • 4edadcdf4a Read me update maik klein 2016-12-09 19:25:48 +0100
  • 72f85fc77f Base for cross platform surface creation maik klein 2016-12-09 17:02:36 +0100
  • 3f116eabe8 Added index buffer to the triangle example maik klein 2016-12-09 16:51:47 +0100
  • 4d7b1b7b8d Rm unsued files maik klein 2016-12-09 16:34:31 +0100
  • 488d2392ce Beauty cleanup maik klein 2016-12-09 01:58:24 +0100
  • f10e00eea2 Remove all Into wrapper maik klein 2016-12-09 01:55:29 +0100
  • 5ed62ba2a4 Cleanup unused things maik klein 2016-12-09 01:28:47 +0100
  • 46f93779a0 Multi color triangle maik klein 2016-12-09 01:11:26 +0100
  • 87ef22419f Clean up unnecessary pipeline barriers maik klein 2016-12-08 23:38:25 +0100